forked from alainbryden/bitburner-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaction-manager.js
851 lines (808 loc) · 71.2 KB
/
faction-manager.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
import {
log, getConfiguration, instanceCount, formatNumberShort, formatMoney,
getNsDataThroughFile, getActiveSourceFiles, tryGetBitNodeMultipliers, getStocksValue
} from './helpers.js'
// PLAYER CONFIGURATION CONSTANTS
// This acts as a list of default "easy" factions to always show even if the user has --hide-locked-factions
const easyAccessFactions = [
"Tian Di Hui", "Sector-12", "Chongqing", "New Tokyo", "Ishima", "Aevum", "Volhaven", // Location-Based
"BitRunners", "CyberSec", "NiteSec", /* Hack Based */ "Netburners", /* Hacknet-based */ "Slum Snakes", "Tetrads", /* Early Crime */
];
const default_priority_augs = ["The Red Pill", "The Blade's Simulacrum", "Neuroreceptor Management Implant"]; // By default, take these augs when they are accessible
const default_desired_augs = ["CashRoot Starter Kit"] // By default, mark these augs as "desired" regardless of their stats
// If not in a gang, and we are nearing unlocking gangs (54K Karma) we will attempt to join any/all of these factions
const potentialGangFactions = ["Slum Snakes", "Tetrads", "The Black Hand", "The Syndicate", "The Dark Army", "Speakers for the Dead"];
const default_hidden_stats = ['bladeburner', 'hacknet']; // Hide from the summary table by default because they clearly all come from one faction.
const output_file = "/Temp/affordable-augs.txt";
const staneksGift = "Stanek's Gift - Genesis";
const factionsWithoutDonation = ["Bladeburners", "Church of the Machine God", "Shadows of Anarchy"]; // Not allowed to donate to these factions for rep
// Factors used in calculations
const nfCountMult = 1.14; // Factors that control how neuroflux prices scale
let augCountMult = 1.9; // The multiplier for the cost increase of augmentations (changes based on SF11 level)
let favorToDonate; // Based on the current BitNode Multipliers, the favour required to donate to factions for reputation.
// Various globals because this script does not do modularity well
let playerData = null, gangFaction = null;
let augsAwaitingInstall, startingPlayerMoney, stockValue = 0; // If the player holds stocks, their liquidation value will be determined
let factionNames = [], joinedFactions = [], desiredStatsFilters = [], purchaseFactionDonations = [];
let ownedAugmentations = [], simulatedOwnedAugmentations = [], effectiveSourceFiles = [], allAugStats = [], priorityAugs = [], purchaseableAugs = [];
let factionData = {}, augmentationData = {};
let printToTerminal, ignorePlayerData;
let _ns; // Used to avoid passing ns to functions that don't need it except for some logs.
let options = null; // A copy of the options used at construction time
const argsSchema = [ // The set of all command line arguments
['all', false], // Display all factions (spoilers), not just accessible factions
['a', false], // Flag-style alias for --all.
['hide-locked-factions', false], // Don't show factions that we don't currently have access to
['verbose', null], // Print the terminal as well as the script logs. If left null, this defaults to true in code now, but can be disabled with an explicit `--verbose false`
['v', false], // (Kept for backwards compatilily) this was an alias flag for setting --verbose to true when it previously defaulted to false.
['ignore-player-data', false], // Display stats for all factions and augs, despite what we already have (kind of a "mock" mode)
['i', false], // Flag alias for --ignore-player-data
// By default, we ignore "Shadows of Anarchy" because they are tied to infiltration (manual action) and their aug prices don't follow normal conventions
['ignore-faction', ["Shadows of Anarchy"]], // Factions to omit from all data, stats, and calcs, (e.g.) if you do not want to purchase augs from them, or do not want to see them because they are impractical to join at this time
['after-faction', []], // Pretend we were to buy all augs offered by these factions. Show us only what remains.
['force-join', null], // Always join these factions if we have an invite (useful to force join a gang faction)
// Augmentation purchasing-related options. Controls what augmentations are included in cost calculations, and optionally purchased
['priority-aug', []], // If accessible, every effort is made not to drop these from the sort purchase order.
['omit-aug', []], // Augmentations to exclude from the augmentation list (e.g. because we do not wish to purchase it yet)
['aug-desired', []], // These augs will be marked as "desired" whether or not they match desired-stats
['stat-desired', []], // Augs that give these will be starred (marked as desired and staged for purchase). If empty, defaults are picked based on your situation.
['neuroflux-disabled', false], // Set to true to skip including as many neuroflux upgrades as we can afford
['disable-donations', false], // When displaying "obtainable" augs and prices, don't include augs that require a donation to meet their rep requirements
['purchase', false], // Set to true to pull the trigger on purchasing all desired augs in the order specified
['ignore-stocks', false], // Set to true to ignore the liquidation value of stocks currently held when running
['ignore-stanek', false], // Set to true to ignore the fact that stanek is not yet taken before purchasing your first augs
['show-unavailable-aug-purchase-order', false], // Set to true to print the list of unavailable augmentations in optimal purchase order. (Note: Always displayed when no augs are available)
['show-all-purchase-lists', false], // Set to true to re-print the list of augmentations each time it changes
// Display-related options - controls what information is displayed in the final "cumulative stats by faction" table
['sort', null], // What stat is the table of total faction stats sorted by. Defaults to your first --stat-desired
['hide-stat', []], // Stats to exclude from the final table (partial matching works)
['unique', false], // When displaying cumulative stats by faction, only include augs not given by a faction further up the list
['u', false], // Flag alias for --unique
];
// For convenience, these lists provide command-line <tab> auto-complete values
const stat_multis = ["agility_exp", "agility", "charisma_exp", "charisma", "company_rep", "crime_money", "crime_success", "defense_exp", "defense", "dexterity_exp", "dexterity",
"faction_rep", "hacking_chance", "hacking_exp", "hacking_grow", "hacking_money", "hacking", "hacking_speed", "strength_exp", "strength", "work_money",
"bladeburner_analysis", "bladeburner_max_stamina", "bladeburner_stamina_gain", "bladeburner_success_chance",
"hacknet_node_core_cost", "hacknet_node_level_cost", "hacknet_node_money", "hacknet_node_purchase_cost", "hacknet_node_ram_cost"];
const statShortcuts = ["agi_exp", "agi", "cha_exp", "cha", "cmp_rep", "crm_$", "crm_prob", "def_exp", "def", "dex_exp", "dex", "fac_rep", "hack_prob", "hack_exp", "hack_grow", "hack_$", "hack", "hack_speed", "str_exp", "str", "work_$", 'bladeburner', 'hacknet'];
const allFactions = ["Illuminati", "Daedalus", "The Covenant", "ECorp", "MegaCorp", "Bachman & Associates", "Blade Industries", "NWO", "Clarke Incorporated", "OmniTek Incorporated",
"Four Sigma", "KuaiGong International", "Fulcrum Secret Technologies", "BitRunners", "The Black Hand", "NiteSec", "Aevum", "Chongqing", "Ishima", "New Tokyo", "Sector-12",
"Volhaven", "Speakers for the Dead", "The Dark Army", "The Syndicate", "Silhouette", "Tetrads", "Slum Snakes", "Netburners", "Tian Di Hui", "CyberSec", "Bladeburners", "Church of the Machine God", "Shadows of Anarchy"];
// TODO: This list is missing augmentations. Regenerate.
const augmentations = ["ADR-V1 Pheromone Gene", "ADR-V2 Pheromone Gene", "Artificial Bio-neural Network Implant", "Artificial Synaptic Potentiation", "Augmented Targeting I", "Augmented Targeting II", "Augmented Targeting III", "BLADE-51b Tesla Armor", "BLADE-51b Tesla Armor: Energy Shielding Upgrade", "BLADE-51b Tesla Armor: IPU Upgrade", "BLADE-51b Tesla Armor: Omnibeam Upgrade", "BLADE-51b Tesla Armor: Power Cells Upgrade", "BLADE-51b Tesla Armor: Unibeam Upgrade", "Bionic Arms", "Bionic Legs", "Bionic Spine", "BitRunners Neurolink", "BitWire", "Blade's Runners", "BrachiBlades", "CRTX42-AA Gene Modification", "CashRoot Starter Kit", "Combat Rib I", "Combat Rib II", "Combat Rib III", "CordiARC Fusion Reactor", "Cranial Signal Processors - Gen I", "Cranial Signal Processors - Gen II", "Cranial Signal Processors - Gen III", "Cranial Signal Processors - Gen IV", "Cranial Signal Processors - Gen V", "DataJack", "DermaForce Particle Barrier", "ECorp HVMind Implant", "EMS-4 Recombination", "Embedded Netburner Module", "Embedded Netburner Module Analyze Engine", "Embedded Netburner Module Core Implant", "Embedded Netburner Module Core V2 Upgrade", "Embedded Netburner Module Core V3 Upgrade", "Embedded Netburner Module Direct Memory Access Upgrade", "Enhanced Myelin Sheathing", "Enhanced Social Interaction Implant", "EsperTech Bladeburner Eyewear", "FocusWire", "GOLEM Serum", "Graphene Bionic Arms Upgrade", "Graphene Bionic Legs Upgrade", "Graphene Bionic Spine Upgrade", "Graphene Bone Lacings", "Graphene BrachiBlades Upgrade", "Hacknet Node CPU Architecture Neural-Upload", "Hacknet Node Cache Architecture Neural-Upload", "Hacknet Node Core Direct-Neural Interface", "Hacknet Node Kernel Direct-Neural Interface", "Hacknet Node NIC Architecture Neural-Upload", "HemoRecirculator", "Hydroflame Left Arm", "HyperSight Corneal Implant", "Hyperion Plasma Cannon V1", "Hyperion Plasma Cannon V2", "I.N.T.E.R.L.I.N.K.E.D", "INFRARET Enhancement", "LuminCloaking-V1 Skin Implant", "LuminCloaking-V2 Skin Implant", "NEMEAN Subdermal Weave", "Nanofiber Weave", "Neotra", "Neural Accelerator", "Neural-Retention Enhancement", "Neuralstimulator", "Neuregen Gene Modification", "NeuroFlux Governor", "Neuronal Densification", "Neuroreceptor Management Implant", "Neurotrainer I", "Neurotrainer II", "Neurotrainer III", "Nuoptimal Nootropic Injector Implant", "NutriGen Implant", "ORION-MKIV Shoulder", "OmniTek InfoLoad", "PC Direct-Neural Interface", "PC Direct-Neural Interface NeuroNet Injector", "PC Direct-Neural Interface Optimization Submodule", "PCMatrix", "Photosynthetic Cells", "Power Recirculation Core", "SPTN-97 Gene Modification", "SmartJaw", "SmartSonar Implant", "Social Negotiation Assistant (S.N.A)", "Speech Enhancement", "Speech Processor Implant", "Synaptic Enhancement Implant", "Synfibril Muscle", "Synthetic Heart", "TITN-41 Gene-Modification Injection", "The Black Hand", "The Blade's Simulacrum", "The Red Pill", "The Shadow's Simulacrum", "Unstable Circadian Modulator", "Vangelis Virus", "Vangelis Virus 3.0", "Wired Reflexes", "Xanipher", "nextSENS Gene Modification"]
const strNF = "NeuroFlux Governor"
export function autocomplete(data, args) {
data.flags(argsSchema);
const lastFlag = args.length > 1 ? args[args.length - 2] : null;
if (lastFlag == "--sort" || lastFlag == "--stat-desired" || lastFlag == "--hide-stat")
return statShortcuts.concat(stat_multis);
if (lastFlag == "--ignore-faction" || lastFlag == "--after-faction")
return allFactions.map(f => f.replaceAll(" ", "_")).sort(); // Command line doesn't like spaces
if (lastFlag == "--omit-aug" || lastFlag == "--aug-desired" || lastFlag == "--priority-aug")
return augmentations.map(f => f.replaceAll(" ", "_"));
return [];
}
// Flags -a for all factions, -v to print to terminal
/** @param {NS} ns **/
export async function main(ns) {
const runOptions = getConfiguration(ns, argsSchema);
if (!runOptions || await instanceCount(ns) > 1) return; // Prevent multiple instances of this script from being started, even with different args.
options = runOptions; // We don't set the global "options" until we're sure this is the only running instance
_ns = ns;
// Ensure all globals are reset before we proceed with the script, in case we've done things out of order
augCountMult = favorToDonate = playerData = gangFaction = startingPlayerMoney = stockValue = null;
factionNames = [], joinedFactions = [], desiredStatsFilters = [], purchaseFactionDonations = [];
ownedAugmentations = [], simulatedOwnedAugmentations = [], effectiveSourceFiles = [], allAugStats = [], priorityAugs = [], purchaseableAugs = [];
factionData = {}, augmentationData = {};
printToTerminal = (options.v || options.verbose === true || options.verbose === null) && !options['join-only'];
ignorePlayerData = options.i || options['ignore-player-data'];
const afterFactions = options['after-faction'].map(f => f.replaceAll("_", " "));
const omitAugs = options['omit-aug'].map(f => f.replaceAll("_", " "));
// Set up augs which should take priority (in our purchase budget) over all others
priorityAugs = options['priority-aug']?.map(f => f.replaceAll("_", " "));
if (priorityAugs.length == 0) priorityAugs = default_priority_augs;
// Set up "desired augs" to always include in our purhase order (but with standard priority). Should include priority-augs as well
let desiredAugs = options['aug-desired'].map(f => f.replaceAll("_", " "));
if (desiredAugs.length == 0) desiredAugs = default_desired_augs;
desiredAugs = priorityAugs.concat(desiredAugs);
// Determine which source files are active, which, for one, lets us determine how the cost of augmentations will scale
playerData = await getNsDataThroughFile(ns, 'ns.getPlayer()', '/Temp/player-info.txt');
const ownedSourceFiles = await getActiveSourceFiles(ns, false);
effectiveSourceFiles = await getActiveSourceFiles(ns, true);
const sf4Level = playerData.bitNodeN == 4 ? 3 : ownedSourceFiles[4] || 0; // If in BN4, singularity costs are as though you had SF4.3
if (sf4Level == 0)
return log(ns, `ERROR: This script requires SF4 (singularity) functions to work.`, true, 'error');
else if (sf4Level < 3)
log(ns, `WARNING: This script makes heavy use of singularity functions, which are quite expensive before you have SF4.3. ` +
`Unless you have a lot of free RAM for temporary scripts, you may get runtime errors.`);
const sf11Level = ownedSourceFiles[11] || 0;
augCountMult = [1.9, 1.824, 1.786, 1.767][sf11Level];
log(ns, `Player has sf11Level ${sf11Level}, so the multiplier after each aug purchased is ${augCountMult}.`);
// Collect information about the player
const gangInfo = await getGangInfo(ns);
gangFaction = gangInfo ? gangInfo.faction : false;
favorToDonate = await getNsDataThroughFile(ns, 'ns.getFavorToDonate()', '/Temp/favor-to-donate.txt');
startingPlayerMoney = playerData.money;
stockValue = options['ignore-stocks'] ? 0 : await getStocksValue(ns);
joinedFactions = ignorePlayerData ? [] : playerData.factions;
log(ns, 'In factions: ' + joinedFactions);
// Get owned augmentations (whether they've been installed or not). Ignore strNF because you can always buy more.
ownedAugmentations = await getNsDataThroughFile(ns, 'ns.singularity.getOwnedAugmentations(true)', '/Temp/player-augs-purchased.txt');
const installedAugmentations = await getNsDataThroughFile(ns, 'ns.singularity.getOwnedAugmentations()', '/Temp/player-augs-installed.txt');
augsAwaitingInstall = ownedAugmentations.length - installedAugmentations.length;
if (options['neuroflux-disabled']) omitAugs.push(strNF);
simulatedOwnedAugmentations = ignorePlayerData ? [] : ownedAugmentations.filter(a => a != strNF);
// Clear "priority" / "desired" lists of any augs we already own
priorityAugs = priorityAugs.filter(name => !simulatedOwnedAugmentations.includes(name));
desiredAugs = desiredAugs.filter(name => !simulatedOwnedAugmentations.includes(name));
// Determine the set of desired augmentation stats. If not specified by the user, it's based on our situation
desiredStatsFilters = options['stat-desired'];
if ((desiredStatsFilters?.length ?? 0) == 0) // If the user does has not specified stats or augmentations to prioritize, use sane defaults
desiredStatsFilters = ownedAugmentations.length > 40 ? ['*'] : // Once we have more than N augs, switch to buying up anything and everything
playerData.bitNodeN == 6 || playerData.bitNodeN == 7 || playerData.factions.includes("Bladeburners") ? ['*'] : // If doing bladeburners, combat augs matter too, so just get everything
['hacking', 'faction_rep', 'company_rep', 'charisma', 'hacknet', 'crime_money']; // Otherwise get hacking + rep boosting, etc. for unlocking augs more quickly
log(ns, 'Desired stats filter: ' + JSON.stringify(desiredStatsFilters));
// Prepare global data sets of faction and augmentation information
log(ns, 'Getting all faction data...');
await updateFactionData(ns, options['ignore-faction'].map(f => f.replaceAll("_", " ")));
log(ns, 'Getting all augmentation data...');
await updateAugmentationData(ns, desiredAugs);
// Join available factions that would give access to additional desired augmentations
if (ignorePlayerData)
log(ns, 'INFO: Skipping joining available factions due to the --ignore-player-data flag set.');
else {
log(ns, 'Joining available factions...');
let forceJoinFactions = options['force-join'] || [];
if (!forceJoinFactions && !gangFaction && 2 in ownedSourceFiles && ns.heart.break() <= -53000) {
forceJoinFactions.push(potentialGangFactions); // Try to join all gang factions as we near unlocking gangs, regardless of their augmentations
log(ns, `INFO: Will join any gang faction because Karma is at ${formatNumberShort(ns.heart.break())}`, printToTerminal, printToTerminal ? 'info' : undefined);
}
let joined = await joinFactions(ns, forceJoinFactions);
if (joined) log(ns, `SUCCESS: Joined ${joined} factions.`);
displayJoinedFactionSummary(ns);
}
// Display the summary of all factions and total aug stats available from each
let hideSummaryStats = options['hide-stat'];
if (hideSummaryStats.length == 0) hideSummaryStats = default_hidden_stats;
const sort = unshorten(options.sort || desiredStatsFilters[0]);
displayFactionSummary(ns, sort, options.u || options.unique, afterFactions, hideSummaryStats);
// Create the table of all augmentations, and the breakdown of what we can afford
await manageUnownedAugmentations(ns, omitAugs);
if (options.purchase && ownedAugmentations.length <= 1 && 13 in ownedSourceFiles && !ownedAugmentations.includes(staneksGift) && !options['ignore-stanek'])
log(ns, `WARNING: You have not yet accepted Stanek's Gift from the church in Chongqing. Purchasing augs will ` +
`prevent you from doing so for the rest of this BN. (Run with '--ignore-stanek' to bypass this warning.)`, true);
else if (options.purchase && purchaseableAugs) {
await purchaseDesiredAugs(ns);
await ns.write(output_file, "", "w"); // Clear the file so it isn't misinterpreted on next reset.
} else if (!ignorePlayerData) // Write a temp file that summarizes what augs we could afford if we could ascend right now.
await ns.write(output_file, JSON.stringify({
affordable_nf_count: purchaseableAugs.filter(a => a.name == strNF).length,
affordable_augs: [...new Set(purchaseableAugs.map(a => a.name))],
owned_count: Object.values(augmentationData).filter(a => a.owned).length,
unowned_count: Object.values(augmentationData).filter(a => !a.owned).length,
total_rep_cost: Object.values(purchaseFactionDonations).reduce((t, r) => t + r, 0),
total_aug_cost: getTotalCost(purchaseableAugs),
}), "w");
}
/** @param {NS} ns
* @returns {Promise<GangGenInfo|boolean>} Gang information, if we're in a gang, or False */
async function getGangInfo(ns) {
return await getNsDataThroughFile(ns, 'ns.gang.inGang() ? ns.gang.getGangInformation() : false', '/Temp/gang-stats.txt')
}
// Helper function to make multi names shorter for display in a table
function shorten(mult) {
return mult.replace("_mult", "").replace("company", "cmp").replace("faction", "fac").replace("money", "$").replace("crime", "crm")
.replace("agility", "agi").replace("strength", "str").replace("charisma", "cha").replace("defense", "def").replace("dexterity", "dex").replace("hacking", "hack")
.replace("hacknet_node", "hn").replace("bladeburner", "bb").replace("stamina", "stam")
.replace("success_chance", "success").replace("success", "prob").replace("chance", "prob");
}
// Helper function to take a shortened multi name provided by the user and map it to a real multi
function unshorten(strMult) {
if (!strMult) return strMult;
if (stat_multis.includes(strMult)) return strMult; // They just omitted the "_mult" suffix shared by all
if (stat_multis.includes(strMult.replace("_mult", ""))) return strMult.replace("_mult", ""); // _mult suffix no longer appears
if (strMult == "*") return "hacking"; // Default if no one stat was provided (* is the wildcard)
let match = stat_multis.find(m => m == strMult || shorten(m) == strMult) || // Match exactly on the short-form of a multiplier
stat_multis.find(m => m.startsWith(strMult)) || // Otherwise match on the first multiplier that starts with the provided string
stat_multis.find(m => m.includes(strMult)); // Otherwise match on the first multiplier that contains the provided string
if (find !== undefined) return match;
throw `The specified stat name '${strMult}' does not match any of the known stat names: ${stat_multis.join(', ')}`;
}
let factionSortOrder = (a, b) => factionSortValue(a) - factionSortValue(b);
let factionSortValue = faction => {
let preferredIndex = factionNames.indexOf(faction.name || faction);
return preferredIndex == -1 ? 99 : preferredIndex;
};
// Ram-dodging helper, runs a command for all items in a list and returns a dictionary.
const dictCommand = (command) => `Object.fromEntries(ns.args.map(o => [o, ${command}]))`;
/** @param {NS} ns **/
async function updateFactionData(ns, factionsToOmit) {
// Gather a list of all faction names to collect information about. Start with any player joined and invited factions
const invitations = await getNsDataThroughFile(ns, 'ns.singularity.checkFactionInvitations()', '/Temp/checkFactionInvitations.txt');
factionNames = joinedFactions.concat(invitations);
// Add in factions the user hasn't seen. All factions by default, or a small subset of easy-access factions if --hide-locked-factions is set
factionNames.push(...(options['hide-locked-factions'] ? easyAccessFactions : allFactions).filter(f => !factionNames.includes(f)));
// Unless "all factions" is requested, omit factions that are in no way accessible on this reset
if (!(options.a || options.all)) {
if (!(13 in effectiveSourceFiles)) factionsToOmit.push("Church of the Machine God");
if (!(6 in effectiveSourceFiles || 7 in effectiveSourceFiles)) factionsToOmit.push("Bladeburners");
}
// Finally, remove all factions marked as omitted
log(ns, `We "know" about ${factionNames.length} factions, and will omit ${factionsToOmit.length} of them.`);
factionNames = factionNames.filter(f => !factionsToOmit.includes(f));
let dictFactionAugs = await getNsDataThroughFile(ns, dictCommand('ns.singularity.getAugmentationsFromFaction(o)'), '/Temp/getAugmentationsFromFactions.txt', factionNames);
let dictFactionReps = await getNsDataThroughFile(ns, dictCommand('ns.singularity.getFactionRep(o)'), '/Temp/getFactionReps.txt', factionNames);
let dictFactionFavors = await getNsDataThroughFile(ns, dictCommand('ns.singularity.getFactionFavor(o)'), '/Temp/getFactionFavors.txt', factionNames);
// Need information about our gang to work around a TRP bug - gang faction appears to have it available, but it's not (outside of BN2)
if (gangFaction && playerData.bitNodeN != 2)
dictFactionAugs[gangFaction] = dictFactionAugs[gangFaction]?.filter(a => a != "The Red Pill");
factionData = Object.fromEntries(factionNames.map(faction => [faction, {
name: faction,
invited: invitations.includes(faction),
joined: joinedFactions.includes(faction),
reputation: dictFactionReps[faction] || 0,
favor: dictFactionFavors[faction],
donationsUnlocked: dictFactionFavors[faction] >= favorToDonate &&
// As a rule, cannot donate to gang factions or any of the below factions - need to use other mechanics to gain rep.
![gangFaction, ...factionsWithoutDonation].includes(faction),
augmentations: dictFactionAugs[faction],
unownedAugmentations: function (includeNf = false) { return this.augmentations.filter(aug => !simulatedOwnedAugmentations.includes(aug) && (aug != strNF || includeNf)) },
mostExpensiveAugCost: function () { return this.augmentations.map(augName => augmentationData[augName]).reduce((max, aug) => Math.max(max, aug.price), 0) },
totalUnownedMults: function () {
return this.unownedAugmentations().map(augName => augmentationData[augName])
.reduce((arr, aug) => Object.keys(aug.stats).forEach(stat => arr[stat] = ((arr[stat] || 1) * aug.stats[stat])) || arr, new Map);
}
}]));
}
/** @param {NS} ns **/
async function updateAugmentationData(ns, desiredAugs) {
const augmentationNames = [...new Set(Object.values(factionData).flatMap(f => f.augmentations))]; // augmentations.slice();
const dictAugRepReqs = await getNsDataThroughFile(ns, dictCommand('ns.singularity.getAugmentationRepReq(o)'), '/Temp/getAugmentationRepReqs.txt', augmentationNames);
const dictAugPrices = await getNsDataThroughFile(ns, dictCommand('ns.singularity.getAugmentationPrice(o)'), '/Temp/getAugmentationPrices.txt', augmentationNames);
const dictAugStats = await getNsDataThroughFile(ns, dictCommand('ns.singularity.getAugmentationStats(o)'), '/Temp/getAugmentationStats.txt', augmentationNames);
const dictAugPrereqs = await getNsDataThroughFile(ns, dictCommand('ns.singularity.getAugmentationPrereq(o)'), '/Temp/getAugmentationPrereqs.txt', augmentationNames);
augmentationData = Object.fromEntries(augmentationNames.map(aug => [aug, {
name: aug,
displayName: aug,
owned: simulatedOwnedAugmentations.includes(aug),
reputation: dictAugRepReqs[aug],
price: dictAugPrices[aug],
stats: Object.fromEntries(Object.entries(dictAugStats[aug]).filter(([k, v]) => v != 1)),
prereqs: dictAugPrereqs[aug] || [],
desired: desiredAugs.includes(aug) || // Mark as "desired" augs explicitly requested, or those with stats in the 'stat-desired' command line options
desiredStatsFilters.includes('*') || desiredStatsFilters.includes('_') || // Wildcards - all stats are desired (_ is for backwards compatibility when all stat names ended with '_mult')
Object.entries(dictAugStats[aug]).some(([k, v]) => v != 1 && desiredStatsFilters.some(filter => k.includes(filter))),
// Get the name of the "most-early-game" faction from which we can buy this augmentation. Estimate this by cost of the most expensive aug the offer
getFromAny: factionNames.map(f => factionData[f]).sort((a, b) => a.mostExpensiveAugCost - b.mostExpensiveAugCost)
.filter(f => f.augmentations.includes(aug))[0]?.name ?? "(unknown)",
// Get a list of joined factions that have this augmentation
joinedFactionsWithAug: function () {
return factionNames.map(f => factionData[f]).filter(f => f.joined && f.augmentations.includes(this.name));
},
// Whether there is some joined faction which already has enough reputation to buy this augmentation
canAfford: function () { return this.joinedFactionsWithAug().some(f => f.reputation >= this.reputation); },
canAffordWithDonation: function () { return this.joinedFactionsWithAug().some(f => f.donationsUnlocked); },
// Get the name of the **joined** faction from which we can buy this augmentation (sorted by which is closest to being able to afford it, then by most preferred)
getFromJoined: function () {
return (this.joinedFactionsWithAug().filter(f => f.reputation >= this.reputation)[0] ||
this.joinedFactionsWithAug().filter(f => f.donationsUnlocked).sort((a, b) => getReqDonationForAug(this, a) - getReqDonationForAug(this, b))[0] ||
this.joinedFactionsWithAug()[0])?.name;
},
toString: function () {
const factionColWidth = 16, augColWidth = 40, statsColWidth = 60;
const statKeys = Object.keys(this.stats);
const statsString = `Stats:${statKeys.length.toFixed(0).padStart(2)}` + (statKeys.length == 0 ? '' :
` { ${statKeys.map(prop => shorten(prop) + ': ' + Math.round((this.stats[prop] + Number.EPSILON) * 100) / 100).join(', ')} }`);
const factionName = this.getFromJoined() || this.getFromAny;
const fCreep = Math.max(0, factionName.length - factionColWidth);
const budget = playerData.money + stockValue;
const augNameShort = this.displayName.length <= (augColWidth - fCreep) ? this.displayName :
`${this.displayName.slice(0, Math.ceil(augColWidth / 2 - 3 - fCreep))}...${this.displayName.slice(this.displayName.length - Math.floor(augColWidth / 2))}`;
return `${this.desired ? '*' : ' '} Price: ${formatMoney(this.price, 4).padEnd(7)} ${this.price <= budget ? '✓' : '✗'} ` +
`Rep: ${formatNumberShort(this.reputation, 4).padEnd(6)} ${this.canAfford() ? '✓' : this.canAffordWithDonation() ? '$' : '✗'} ` +
`Faction: ${factionName.padEnd(factionColWidth)} Aug: ${augNameShort.padEnd(augColWidth - fCreep)} ` +
`${statsString.length <= statsColWidth ? statsString : (statsString.substring(0, statsColWidth - 4) + '... }')}`;
}
}]));
// Propagate desired/priority status to any dependencies of desired augs. Note when --all-factions mode is not enabled, it's possible some prereqs are not in our list
let propagateDesired = (aug) => !aug.desired || !aug.prereqs || aug.prereqs.forEach(prereqName => {
let pa = augmentationData[prereqName];
if (!pa) return log(ns, `WARNING: Missing info about aug ${aug.name} prerequisite ${prereqName}. We likely don't have access.`);
if (pa.owned) return;
if (!pa.desired) {
log(ns, `INFO: Promoting aug "${prereqName}" to "desired" status, because desired aug "${aug.name}" depends on it.`);
pa.desired = true;
} // Also propagate the "priority" status to any dependencies of priority augs (dependency must be made a higher priority)
if (priorityAugs.includes(aug.name) && !priorityAugs.includes(prereqName)) {
log(ns, `INFO: Promoting aug "${prereqName}" to "priority" status, because priority aug "${aug.name}" depends on it.`, true);
priorityAugs.splice(priorityAugs.indexOf(aug.name), 0, prereqName);
}
propagateDesired(pa); // Recurse on any nested prerequisites of this prerequisite aug.
});
Object.values(augmentationData).forEach(a => propagateDesired(a));
// Prepare a collection of all augmentations' statistics
allAugStats = Object.values(augmentationData).flatMap(aug => Object.keys(aug.stats)).filter((v, i, a) => a.indexOf(v) === i).sort();
}
/** @param {NS} ns **/
async function joinFactions(ns, forceJoinFactions) {
let manualJoin = ["Sector-12", "Chongqing", "New Tokyo", "Ishima", "Aevum", "Volhaven"];
// If we have already joined one of the "precluding" factions, we are free to join the remainder
if (joinedFactions.some(f => manualJoin.includes(f)))
manualJoin = [];
// Collect the set of augmentations we already have access to given the factions we've joined
const accessibleAugmentations = new Set(joinedFactions.flatMap(fac => factionData[fac]?.augmentations ?? []));
log(ns, `${accessibleAugmentations.size} augmentations are already accessible from our ${joinedFactions.length} joined factions.`);
// Check for faction invitations
const invitations = Object.values(factionData).filter(f => f.invited);
log(ns, `Outstanding invitations from ${invitations.length} factions: ${JSON.stringify(invitations.map(f => f.name))}`);
let joined = 0;
// Join all factions with remaining augmentations we care about
for (const faction of invitations.sort(factionSortOrder)) {
let unownedAugs = faction.unownedAugmentations(true); // Filter out augmentations we've already purchased
let newAugs = unownedAugs.filter(aug => !accessibleAugmentations.has(aug)); // Filter out augmentations we can purchase from another faction we've already joined
let desiredAugs = newAugs.filter(aug => augmentationData[aug].desired); // Filter out augmentations we have no interest in
log(ns, `${faction.name} has ${faction.augmentations.length} augs, ${unownedAugs.length} unowned, ${newAugs.length} not offered by joined factions, ` +
`${desiredAugs.length} with desirable stats` + (desiredAugs.length == 0 ? ' (not joining)' : `: ${JSON.stringify(desiredAugs)}`));
if (desiredAugs.length == 0 && !forceJoinFactions.includes(faction.name)) continue;
if (manualJoin.includes(faction.name) && !forceJoinFactions.includes(faction.name))
log(ns, `INFO: You have an invite from faction ${faction.name}, but it will not be automatically joined, ` +
`because this would prevent you from joining some other factions.`, printToTerminal, printToTerminal ? 'info' : undefined);
else {
log(ns, `Joining faction ${faction.name} which has ${desiredAugs.length} desired augmentations: ${desiredAugs}`);
let response;
if (response = await getNsDataThroughFile(ns, `ns.singularity.joinFaction(ns.args[0])`, '/Temp/join-faction.txt', [faction.name])) {
faction.joined = true;
faction.augmentations.forEach(aug => accessibleAugmentations.add(aug));
joinedFactions.push(faction.name);
log(ns, `SUCCESS: Joined faction ${faction.name} (Response: ${response})`, true, 'success');
joined++;
} else
log(ns, `ERROR: Error joining faction ${faction.name}. Response: ${response}`, false, 'error');
}
}
return joined;
}
/** Compute how much money must be donated to the faction to afford an augmentation. Faction can be either a faction object, or faction name */
let getReqDonationForRep = (rep, faction) => Math.ceil(1e6 * (Math.max(0, rep - (faction.name ? faction : factionData[faction]).reputation)) / (playerData.mults.faction_rep));
let getReqDonationForAug = (aug, faction) => getReqDonationForRep(aug.reputation, faction || aug.getFromJoined());
let getTotalCost = (augPurchaseOrder) => augPurchaseOrder.reduce((total, aug, i) => total + aug.price * augCountMult ** i, 0);
let augSortOrder = (a, b) =>
// Hack: Multiple NF have to be from most least expensive to most expensive
(a.name == strNF && b.name == strNF ? a.price - b.price : 0) ||
(b.price - a.price) || (b.reputation - a.reputation) ||
(b.desired != a.desired ? (a.desired ? -1 : 1) : a.name.localeCompare(b.name));
// Sort augmentations such that they are in order of price, except when there are prerequisites to worry about
function sortAugs(ns, augs = []) {
augs.sort(augSortOrder);
// Bubble up prerequisites to the top
for (let i = 0; i < augs.length; i++) {
for (let j = 0; j < augs[i].prereqs.length; j++) {
const prereqIndex = augs.findIndex(a => a.name == augs[i].prereqs[j]);
if (prereqIndex === -1 /* Already bought */ || prereqIndex < i /* Already sorted up */) continue;
augs.splice(i, 0, augs.splice(prereqIndex, 1)[0]);
i -= 1; // Back up i so that we revisit the prerequisites' own prerequisites
break;
}
}
// TODO: Logic below is **almost** working, except that the "batch detection" is flawed - it does not detect when multiple separate
// "trees" of dependencies with a common root are side-by-side (e.g. "Embedded Netburner Module" tree). Until fixed, we cannot bubble.
return augs;
// Since we are no longer most-expensive to least-expensive, the "ideal purchase order" is more complicated.
// So now see if moving each chunk of prereqs down a slot reduces the overall price.
let initialCost = getTotalCost(augs);
let totalMoves = 0;
for (let i = augs.length - 1; i > 0; i--) {
let batchLengh = 1; // Look for a "batch" of prerequisites, evidenced by augs above this one being cheaper instead of more expensive
while (i - batchLengh >= 0 && augs[i].price > augs[i - batchLengh].price) batchLengh++;
if (batchLengh == 1) continue; // Not the start of a batch of prerequisites
//log(ns, `Detected a batch of length ${batchLengh} from ${augs[i - batchLengh + 1].name} to ${augs[i].name}`);
let moved = 0, bestCost = initialCost;
while (i + moved + 1 < augs.length) { // See if promoting augs from below the batch to above the batch reduces the overall cost
let testOrder = augs.slice(), moveIndex = i + moved + 1, insertionIndex = i - batchLengh + 1 + moved;
testOrder.splice(insertionIndex, 0, testOrder.splice(moveIndex, 1)[0]); // Try moving it above the batch
let newCost = getTotalCost(testOrder);
//log(ns, `Cost would change by ${((newCost - bestCost) / bestCost * 100).toPrecision(2)}% from ${formatMoney(bestCost)} to ${formatMoney(newCost)} by buying ${augs[moveIndex].name} before ${augs[insertionIndex].name}`);
if (bestCost < newCost) break; // If the cost is worse or the same, stop shifting augs
//log(ns, `Cost reduced by ${formatMoney(bestCost - newCost)} from ${formatMoney(bestCost)} to ${formatMoney(newCost)} by buying ${augs[moveIndex].name} before ${augs[insertionIndex].name}`);
bestCost = newCost;
augs.splice(insertionIndex, 0, augs.splice(moveIndex, 1)[0]); // Found a cheaper sort order - lock in the move!
moved++;
}
i = i - batchLengh + 1; // Decrement i to past the batch so it doesn't try to change the batch's own order
totalMoves += moved;
}
let finalCost = getTotalCost(augs);
if (totalMoves > 0) log(ns, `Cost reduced by ${formatMoney(initialCost - finalCost)} (from ${formatMoney(initialCost)} to ${formatMoney(finalCost)}) by bubbling ${totalMoves} augs up above batches of dependencies.`);
return augs;
}
/** @param {NS} ns
* Display all information about all augmentations, including lists of available / desired / affordable augmentations in their optimal purchase order. */
async function manageUnownedAugmentations(ns, ignoredAugs) {
const bitNodeMults = await tryGetBitNodeMultipliers(ns, false) || { DaedalusAugsRequirement: 1 };
// Note: A change coming soon will convert DaedalusAugsRequirement from a fractional multiplier, to an integer number of augs. This should support both for now.
const reqDaedalusAugs = bitNodeMults.DaedalusAugsRequirement < 2 ? Math.round(30 * bitNodeMults.DaedalusAugsRequirement) : bitNodeMults.DaedalusAugsRequirement;
let outputRows = [`Currently have ${ownedAugmentations.length}/${reqDaedalusAugs} Augmentations required for Daedalus.`];
const unownedAugs = Object.values(augmentationData).filter(aug => (!aug.owned || aug.name == strNF) && !ignoredAugs.includes(aug.name));
if (unownedAugs.length == 0) return log(ns, `All ${Object.keys(augmentationData).length} augmentations are either owned or ignored!`, printToTerminal)
let unavailableAugs = unownedAugs.filter(aug => aug.getFromJoined() == null);
let availableAugs = unownedAugs.filter(aug => aug.getFromJoined() != null);
// List unavailable augs only if there are none available, or if the user specifically requested to see this list.
if (availableAugs.length == 0 || unavailableAugs.length > 0 && options['show-unavailable-aug-purchase-order'])
await manageFilteredSubset(ns, outputRows, 'Unavailable', unavailableAugs, true, false);
// Prepare and display a little legend of what symbols in our augmentation list mean
const legendTitle = 'Optimized Purchase Order Legend';
outputRows.push(legendTitle, '-'.repeat(legendTitle.length), "✓ Can afford", "✗ Cannot afford", "$ Can donate for rep",
`* Desired aug/stats (${desiredStatsFilters.join(", ")})`, '-'.repeat(legendTitle.length));
const countAvailable = availableAugs?.length || 0; // Get a count of available augs (including NF) to determine whether to prepare a purchase order
// Display available augs. We use the return value to "lock in" the new sort order. If enabled, subsequent tables are displayed if the filtered sort order changes.
availableAugs = ignorePlayerData ? unavailableAugs : // Note: We omit NF from available augs here because as many as we can afford are added at the end.
await manageFilteredSubset(ns, outputRows, 'Available', availableAugs.filter(aug => aug.name != strNF), true);
if (countAvailable > 0) {
let augsWithRep = availableAugs.filter(aug => aug.canAfford() || (aug.canAffordWithDonation() && !options['disable-donations']));
let desiredAugs = availableAugs.filter(aug => aug.desired);
if (augsWithRep.length > desiredAugs.length) {
augsWithRep = await manageFilteredSubset(ns, outputRows, 'Within Rep', augsWithRep)
desiredAugs = await manageFilteredSubset(ns, outputRows, 'Desired', desiredAugs);
} else {
desiredAugs = await manageFilteredSubset(ns, outputRows, 'Desired', desiredAugs);
augsWithRep = await manageFilteredSubset(ns, outputRows, 'Within Rep', augsWithRep);
}
let accessibleAugs = await manageFilteredSubset(ns, outputRows, 'Desired Within Rep', augsWithRep.filter(aug => aug.desired));
await managePurchaseableAugs(ns, outputRows, accessibleAugs);
}
// Print all rows of output that were prepped. Keep as many rows in one log as possible to avoid scrolling the history too much
log(ns, outputRows.join("\n "), printToTerminal);
if (purchaseableAugs.length > 0)
log(ns, `INFO: The above ${purchaseableAugs.length} augmentations ${options.purchase ? 'will' : 'can'} be purchased ` +
`${stockValue > 0 ? 'after liquidating stocks' : 'right now'}.` +
(options.purchase ? '' : ' Run with the --purchase flag to make the purchase.'), printToTerminal);
}
/** @param {[]} sortedAugs
* Helper to compute the total rep cost for augmentations, including the cost of donating for access. */
function computeCosts(sortedAugs) {
const repCostByFaction = computeAugsRepReqDonationByFaction(sortedAugs);
const totalRepCost = Object.values(repCostByFaction).reduce((t, r) => t + r, 0);
const totalAugCost = getTotalCost(sortedAugs);
return [repCostByFaction, totalRepCost, totalAugCost];
}
/** Helper to produce a summary of the cost of augs with reputation. */
function getCostString(augCost, repCost) {
return `${formatMoney(augCost + repCost, 4)}` + (repCost == 0 ? '' : ` (Augs: ${formatMoney(augCost, 4)} + Rep: ${formatMoney(repCost, 4)})`);
}
/** Helper to remove augs that cannot be purchased because their prerequisites are not owned and have been filtered out */
function filterMissingPrereqs(ns, subset) {
let subsetLength;
do {
subsetLength = subset.length
for (const aug of subset) {
const missingPreqs = aug.prereqs.filter(prereq => !(simulatedOwnedAugmentations.includes(prereq) || subset.some(a => a.name === prereq)))
if (missingPreqs.length > 0) {
log(ns, `INFO: Removing from aug "${aug.name}" (${aug.getFromAny}) due to prerequisites having been filtered out: ${missingPreqs}`)
subset.splice(subset.indexOf(aug), 1);
}
}
// If any augs were removed, we mut loop back to the start and see if that means other augs need removing
} while (subsetLength !== subset.length);
return subset;
}
/** Helper to generate outputs for different subsets of the augmentations, each in optimal sort order
* @param {NS} ns
* @param {boolean|undefined} printList - if undefined => automatically print if sort order changed
* */
async function manageFilteredSubset(ns, outputRows, subsetName, subset, printList = undefined, removeMissingPrereqs = true, reorder = true) {
subset = subset.slice(); // Take a copy so we don't mess up the original array sent in.
// If enabled, filter out augs who are missing prerequisites
if (removeMissingPrereqs)
filterMissingPrereqs(ns, subset)
let subsetLength = subset.length;
if (subsetLength == 0) {
outputRows.push(`There are 0 ${subsetName}`);
return subset;
}
// Sort the filtered subset into its optimal purchase order
let subsetSorted = reorder ? sortAugs(ns, subset.slice()) : subset;
let [repCostByFaction, totalRepCost, totalAugCost] = computeCosts(subsetSorted);
// By default, if the purchase order is unchanged after filtering out augmentations, don't bother reprinting the full list
if (printList === true || printList !== false && options['show-all-purchase-lists'] && !subset.every((v, i) => v == subsetSorted[i]))
outputRows.push(`${subset.length} ${subsetName} Augmentations in Optimized Purchase Order:\n ${subsetSorted.join('\n ')}`);
outputRows.push(`Total Cost of ${subset.length} ${subsetName}:`.padEnd(37) + ` ${getCostString(totalAugCost, totalRepCost)}` +
(totalRepCost == 0 ? '' : ` Donate: {${Object.keys(repCostByFaction).map(f => `"${f}":${formatNumberShort(repCostByFaction[f], 4)}`).join(", ")}}`));
return subsetSorted;
}
/** @param {NS} ns
* Prepares a "purchase order" of augs that we can afford.
* Note: Stores this info in global properties `purchaseableAugs` and `purchaseFactionDonations` so that a final action in the main method will do the purchase. */
async function managePurchaseableAugs(ns, outputRows, accessibleAugs) {
// Refresh player data to get an accurate read of current money
playerData = await getNsDataThroughFile(ns, 'ns.getPlayer()', '/Temp/player-info.txt');
const budget = playerData.money + stockValue;
let totalRepCost, totalAugCost, dropped, restart;
// We will make every effort to keep "priority" augs in the purchase order, but start dropping them if we find we cannot afford them all
const inaccessiblePriorityAugs = priorityAugs.filter(name => {
const aug = augmentationData[name];
return !aug || !accessibleAugs.includes(aug) || aug.price + getReqDonationForAug(aug) > budget;
});
const droppedPriorityAugs = inaccessiblePriorityAugs;
do { // Outer loop is only repeated if we have to drop a priority aug and start over with our purchasable augs determination
restart = false; // Flag as to whether we need to loop again with different starting set of priority augs
dropped = [];
purchaseableAugs = filterMissingPrereqs(ns, accessibleAugs.slice().filter(a => !droppedPriorityAugs.includes(a.name) && a.price + getReqDonationForAug(a) <= budget));
[purchaseFactionDonations, totalRepCost, totalAugCost] = computeCosts(purchaseableAugs);
// Remove the most expensive augmentation until we can afford all that remain
while (totalAugCost + totalRepCost > budget && purchaseableAugs.length > 0) {
let mostExpensiveAug = purchaseableAugs.filter(a => !priorityAugs.includes(a.name)).slice().sort((a, b) => b.price - a.price)[0];
if (!mostExpensiveAug) { // If there is nothing but "priority augs" left, then we need the user to deprioritize one or the other
const aPa = priorityAugs.filter(name => purchaseableAugs.some(a => a.name == name));
const toDrop = aPa[aPa.length - 1];
log(ns, `WARNING: We can afford ${aPa.length} priority augs on their own, but not together. We must drop the lowest-priority one: ${toDrop}`, true, 'warning');
droppedPriorityAugs.push(toDrop);
restart = true;
break;
}
let costBefore = getCostString(totalAugCost, totalRepCost);
purchaseableAugs = sortAugs(ns, purchaseableAugs.filter(aug => aug !== mostExpensiveAug));
[purchaseFactionDonations, totalRepCost, totalAugCost] = computeCosts(purchaseableAugs);;
let costAfter = getCostString(totalAugCost, totalRepCost);
dropped.unshift({ aug: mostExpensiveAug, costBefore, costAfter });
log(ns, `Dropping aug from the purchase order: \"${mostExpensiveAug.name}\". New total cost: ${costAfter}`);
}
} while (restart);
// Display unique affordable augs, but only show the full list if we aren't adding neuroflux levels below
manageFilteredSubset(ns, outputRows, 'Unique Affordable', purchaseableAugs, options['neuroflux-disabled']);
// The the user know about some of the next upcoming augs / import augs that had to be dropped
let nextUpAug = dropped.length == 0 ? null : `Next desired aug available at:`.padEnd(37) + ` ${dropped[0].costBefore} ` +
`for \"${dropped[0].aug.name}\" from "${dropped[0].aug.getFromJoined()}" (cheapest of ${dropped.length} dropped augs)`
if (nextUpAug && options['neuroflux-disabled']) outputRows.push(nextUpAug); // Output this now if we will be exiting early, otherwise save for after the last table.
if (augsAwaitingInstall > 0)
outputRows.push(`WARNING: Prices all have a x ${formatNumberShort(augCountMult ** augsAwaitingInstall)} cost penalty, because ` +
`${augsAwaitingInstall} Augmentations are were previously purchased but are not yet installed.`);
if (inaccessiblePriorityAugs.length > 0)
outputRows.push(`INFO: ${inaccessiblePriorityAugs.length} 'priority' augs are not yet accessible: ${inaccessiblePriorityAugs.map(n => `"${n}"`).join(", ")}`);
const additionalDroppedPri = droppedPriorityAugs.filter(n => !inaccessiblePriorityAugs.includes(n));
if (additionalDroppedPri.length > 0)
outputRows.push(`INFO: ${additionalDroppedPri.length} 'priority' augs had to be droped: ${additionalDroppedPri.map(n => `"${n}"`).join(", ")}`);
// NEXT STEP: Add as many NeuroFlux levels to our purchase as we can (unless disabled)
if (options['neuroflux-disabled']) return;
const augNf = augmentationData[strNF];
let nfLevel = Math.round(Math.log(augNf.price / (augCountMult ** augsAwaitingInstall) / 750000) / Math.log(1.14));
// Prefer to purchase NF first from whatever **joined** factions can currently afford the next NF level, next from factions with donations unlocked
// (allow us to continuously donate for more), finally by faction with the most current reputation.
augNf.getFromJoined = function () { // NOTE: Must be a function (not a lambda) so that `this` is bound to the augmentation object.
// This sort order prefers factions that already have enough reputation to buy at least one level of NF (whether they support donations or not)
//return this.joinedFactionsWithAug().sort((a, b) => ((b.reputation >= this.reputation ? 1 : 0) - (a.reputation >= this.reputation ? 1 : 0)) ||
// ((b.donationsUnlocked ? 1 : 0) - (a.donationsUnlocked ? 1 : 0)) || (b.reputation - a.reputation))[0]?.name;
// This sort order prefers factions that support donations over ones that already have sufficient rep for one or more NF levels.
return this.joinedFactionsWithAug().sort((a, b) =>
((b.donationsUnlocked ? 1 : 0) - (a.donationsUnlocked ? 1 : 0)) || (b.reputation - a.reputation))[0]?.name;
};
let getFrom = augNf.getFromJoined();
// If No currently joined factions can provide us with the next level of Neuroflux, look for the best joined **or unjoined** faction to get NF from.
if (!augNf.canAfford() && !augNf.canAffordWithDonation()) {
outputRows.push(`Cannot purchase any ${strNF} because the next level requires ${formatNumberShort(augNf.reputation)} reputation, but ` +
(!getFrom ? `it isn't being offered by any of our factions` : `the best faction (${getFrom}) has insufficient rep (${formatNumberShort(factionData[getFrom].reputation)}).`));
// Prefer factions that support donating for reputation, otherwise grinding rep takes a long time.
const factionSort = (a, b) => ((b.donationsUnlocked ? 1 : 0) - (a.donationsUnlocked ? 1 : 0)) || (b.favor - a.favor);
const factionsWithAug = Object.values(factionData).filter(f => f.augmentations.includes(augNf.name)).sort(factionSort);
const factionsWithAugAndInvite = factionsWithAug.filter(f => f.invited || f.joined).sort(factionSort);
const factionWithMostFavor = factionsWithAugAndInvite[0] ?? factionsWithAug[0];
let joined = 0;
if (getFrom != factionsWithAug[0].name && factionsWithAug[0] != factionsWithAugAndInvite[0])
outputRows.push(`SUGGESTION: Earn an invitation to faction ${factionsWithAug[0].name} to make it easier to get rep for ${strNF} since it has the most favor (${factionsWithAug[0].favor}).`);
else if (factionsWithAug[0].joined && !factionsWithAug[0].donationsUnlocked)
outputRows.push(`SUGGESTION: Do some work for faction ${factionsWithAug[0].name} to qickly earn rep for ${strNF} since it has the most favor (${factionsWithAug[0].favor}).`);
else if (!getFrom || (factionData[getFrom].favor < factionWithMostFavor.favor && factionWithMostFavor.invited)) {
outputRows.push(`Attempting to join faction ${factionWithMostFavor.name} to make it easier to earn rep for ${strNF} since it has the most favor (${factionWithMostFavor.favor}).`);
joined = await joinFactions(ns, [factionWithMostFavor.name]);
if (!joinedFactions.includes(factionWithMostFavor.name)) {
const invitedFactionsWithDonation = factionsWithAugAndInvite.filter(f => f.donationsUnlocked).map(f => f.name);
if (invitedFactionsWithDonation.length > 0) {
outputRows.push(`Failed to join ${factionWithMostFavor.name}. Attempting to join any factions with whom we have enough favour to donate: ${invitedFactionsWithDonation.join(", ")}.`);
joined = await joinFactions(ns, invitedFactionsWithDonation);
} else
outputRows.push(`Failed to join ${factionWithMostFavor.name}. NeuroFlux will not be accessible.`);
}
// If after the above potential attempt to join a faction offering NF we still can't afford it, we're done here
getFrom = augNf.getFromJoined();
if (!getFrom) return log(ns, "Cannot buy any NF due to no joined or joinable factions offering it.");
}
if (!augNf.canAfford() && !augNf.canAffordWithDonation())
log(ns, `Cannot buy any NF due to best provider faction ${getFrom} having insufficient rep, and donations are not unlocked.`);
else if (joined)
outputRows.push(`SUCCESS: Joined ${joined} factions just to gain access to additional NeuroFlux levels.`);
}
if (getFrom && !factionData[getFrom].donationsUnlocked) {
// TODO: If the faction with the most reputation does not suport dontating for additional rep, and another faction with less rep does,
// we should be able to test both and see which one would let us buy the most additional levels of NF given our current money.
if (factionData[getFrom].favor >= favorToDonate)
outputRows.push(`WARNING: The current faction (${getFrom}) with the most rep for buying NeuroFlux levels does not support donating for reputation. ` +
`Until logic is built to handle this, consider joining one or more factions that support donating for reputation.`);
}
// Temporarily remove free (money) augmentations from the purchase order, they can be added on after NF purchases.
const cheapAugs = purchaseableAugs.filter(a => a.price == 0);
purchaseableAugs = purchaseableAugs.filter(a => a.price > 0);
const augsCheaperThanNF = purchaseableAugs.filter(a => a.price < augNf.price).length;
// Start adding as many neuroflux levels as we can afford
let nfPurchased = purchaseableAugs.filter(a => a.name === augNf.name).length;
const augNfFaction = factionData[augNf.getFromJoined()];
if (augNfFaction && (augNf.canAfford() || augNf.canAffordWithDonation()))
log(ns, `Getting NF from faction ${augNfFaction.name} (rep: ${formatNumberShort(augNfFaction.reputation)}). Cost of NF 1 is ` +
`${formatMoney(augNf.price)}, requires reputation: ${formatNumberShort(augNf.reputation)} ` +
`(have ${formatNumberShort(augNfFaction.reputation)}, donate ${formatNumberShort(getReqDonationForRep(augNf.reputation, augNfFaction))})`);
let nextUpNf; // Will tell the user when they will unlock the next NF level
while (augNfFaction && nfPurchased < 200) { // Limit to 200 to avoid breaking the game if near infinite money.
const nextNfCost = augNf.price * (nfCountMult ** nfPurchased) * (augCountMult ** purchaseableAugs.length);
const nextNfRep = augNf.reputation * (nfCountMult ** nfPurchased);
const currentNfFactionDonation = purchaseFactionDonations[augNfFaction.name] || 0;
const nextNfTotalRepDonation = (nextNfRep <= augNfFaction.reputation) ? 0 : getReqDonationForRep(nextNfRep, augNfFaction);
const nextNfRepCost = Math.max(0, nextNfTotalRepDonation - currentNfFactionDonation); // Compute the incremental cost of donating for rep
const totalCostWithNextNf = totalAugCost + nextNfCost + totalRepCost + nextNfRepCost;
log(ns, `NF ${String(nfPurchased + 1).padStart(2)} Requires ${formatNumberShort(nextNfRep, 4)} Reputation, ` +
`Costs ${getCostString(nextNfCost, nextNfRepCost)} for a ` +
`Total of ${getCostString(totalAugCost + nextNfCost, totalRepCost + nextNfRepCost)}`);
if (totalCostWithNextNf > budget || nextNfRep > augNfFaction.reputation && !augNfFaction.donationsUnlocked) {
nextUpNf = `Next NF (${nfPurchased + 1}) will be available at:`.padEnd(37) +
` ${getCostString(totalAugCost + nextNfCost, totalRepCost + nextNfRepCost)} Money (` +
`${(totalCostWithNextNf > budget ? '✗' : '✓')}) and ${formatNumberShort(nextNfRep)} Reputation with "${augNfFaction.name}" (` +
(nextNfRep > augNfFaction.reputation && !augNfFaction.donationsUnlocked ? '✗' : '✓') +
` have ${formatNumberShort(augNfFaction.reputation)}` + (nextNfRep <= augNfFaction.reputation ? '' :
augNfFaction.donationsUnlocked ? ', can donate' : ', donations unavailable') + `)`;
break; // If we cannot afford the next NF, break
}
// Otherwise, add the next NF to our purchase order, and see if we can afford any more.
// TODO: Clone nf first, and possible buy from different factions as we move from ones with enough rep to ones that support donation
const nfClone = { ...augNf };
nfClone.displayName += ` Level ${++nfLevel}`
nfClone.price = augNf.price * (nfCountMult ** nfPurchased); // Note this should be the base price, before scaling for number of augs purchased
nfClone.reputation = nextNfRep;
// Note, insert all NF purchases after the current NF purchase, in front of all augs cheaper than the first NF
purchaseableAugs.splice(purchaseableAugs.length - augsCheaperThanNF, 0, nfClone);
totalAugCost += nextNfCost;
const newDonationForRep = Math.max(currentNfFactionDonation, nextNfTotalRepDonation);
if (newDonationForRep > 0) purchaseFactionDonations[augNfFaction.name] = newDonationForRep;
totalRepCost = Object.values(purchaseFactionDonations).reduce((t, r) => t + r, 0);
nfPurchased++;
}
log(ns, `With ${formatMoney(budget)}, can afford to purchase ${nfPurchased} levels of ${strNF}. New total cost: ${getCostString(totalAugCost, totalRepCost)}`);
// Add back free augmentations removed temporarily before inserting additional NF purchases
purchaseableAugs.push(...cheapAugs);
manageFilteredSubset(ns, outputRows, `(${purchaseableAugs.length - nfPurchased} Augs + ${nfPurchased} NF)`, purchaseableAugs, true, false, false);
if (nextUpAug) outputRows.push(nextUpAug);
if (nextUpNf) outputRows.push(nextUpNf);
};
/** @param {NS} ns
* Find out the optimal set of factions and rep-donations required to access them */
function computeAugsRepReqDonationByFaction(augmentations) {
const repCostByFaction = {};
for (const aug of augmentations) {
let faction = factionData[aug.getFromJoined() || aug.getFromAny];
if (!faction.donationsUnlocked) continue; // getFromJoined() already ensures that we don't resort to faction requiring donations unless we must (and can)
let reqDonation = getReqDonationForAug(aug, faction);
// See if any other faction we're already planning to donate to offers the same augmentation, so we can avoid donating to multiple factions
// Use the alternative faction if we're already planning on donating this much to them, or if they're closer to the donation requirement than this faction currently is
let fDonationsIndex = Object.keys(repCostByFaction).findIndex(f => f == faction.name);
let alternativeFaction = Object.keys(repCostByFaction).find((f, i) => f != faction.name && factionData[f].augmentations.includes(aug.name) && (
(repCostByFaction[f] >= reqDonation && (fDonationsIndex == -1 || i < fDonationsIndex)) || // We're donating the same or more to the other faction, and were planning on donating to it before this one
((getReqDonationForAug(aug, f) - repCostByFaction[f]) < (reqDonation - (repCostByFaction[faction.name] || 0))))); // The amount we've committed to donating the other faction is closer to this requirement
if (alternativeFaction) {
log(_ns, `INFO: Using alternative faction "${alternativeFaction}" for "${aug.name}" rather than earlier faction "${faction.name}"`)
aug.getFromJoined = () => alternativeFaction;
reqDonation = getReqDonationForAug(aug, alternativeFaction);
faction = factionData[alternativeFaction];
}
if (reqDonation > 0)
repCostByFaction[faction.name] = Math.max(repCostByFaction[faction.name] || 0, reqDonation);
}
return repCostByFaction;
}
/** @param {NS} ns
* Donate any required rep and purchase the desired augmentations */
async function purchaseDesiredAugs(ns) {
let totalRepCost = Object.values(purchaseFactionDonations).reduce((t, r) => t + r, 0);
let totalAugCost = getTotalCost(purchaseableAugs);
// Refresh player data to get an accurate read of current money
playerData = await getNsDataThroughFile(ns, 'ns.getPlayer()', '/Temp/player-info.txt');
if (stockValue > 0)
return log(ns, `ERROR: For your own protection, --purchase will not run while you are holding stocks (current stock value: ${formatMoney(stockValue)}). ` +
`Liquidate your shares before running (run stockmaster.js --liquidate) or run this script with --ignore-stocks to override this.`, printToTerminal, 'error')
if (totalAugCost + totalRepCost > playerData.money && totalAugCost + totalRepCost > playerData.money * 1.1) // If we're way off affording this, something is probably wrong
return log(ns, `ERROR: Purchase order total cost (${getCostString(totalAugCost, totalRepCost)})` +
` is far more than current player money (${formatMoney(playerData.money)}). Your money may have recently changed (It was ${formatMoney(startingPlayerMoney)} at startup), ` +
`or there may be a bug in purchasing logic.`, printToTerminal, 'error');
if (totalAugCost + totalRepCost > playerData.money) // If we're just a little off affording this, it could be because a bit of money was just spent? Just warn and buy what we can
log(ns, `WARNING: Purchase order total cost (${getCostString(totalAugCost, totalRepCost)})` +
` is a bit more than current player money (${formatMoney(playerData.money)}). Did something else spend some money? ` +
`(We had ${formatMoney(startingPlayerMoney)} at startup). Will proceed with buying most of the purchase order.`, printToTerminal, 'warning');
// Donate to factions if necessary (using a ram-dodging script of course)
if (Object.keys(purchaseFactionDonations).length > 0 && Object.values(purchaseFactionDonations).some(v => v > 0)) {
if (await getNsDataThroughFile(ns, 'JSON.parse(ns.args[0]).reduce((success, o) => success && ns.singularity.donateToFaction(o.faction, o.repDonation), true)',
'/Temp/facman-donate.txt', [JSON.stringify(Object.keys(purchaseFactionDonations).map(f => ({ faction: f, repDonation: purchaseFactionDonations[f] })))]))
log(ns, `SUCCESS: Donated to ${Object.keys(purchaseFactionDonations).length} factions to gain access to desired augmentations.`, printToTerminal, 'success')
else
log(ns, `ERROR: One or more attempts to donate to factions for reputation failed. Go investigate!`, printToTerminal, 'error');
}
// Purchase desired augs (using a ram-dodging script of course)
if (purchaseableAugs.length == 0)
return log(ns, `INFO: Cannot afford to buy any augmentations at this time.`, printToTerminal)
const purchased = await getNsDataThroughFile(ns, 'JSON.parse(ns.args[0]).reduce((total, o) => total + (ns.singularity.purchaseAugmentation(o.faction, o.augmentation) ? 1 : 0), 0)',
'/Temp/facman-purchase-augs.txt', [JSON.stringify(purchaseableAugs.map(aug => ({ faction: aug.getFromJoined(), augmentation: aug.name })))]);
if (purchased == purchaseableAugs.length)
log(ns, `SUCCESS: Purchased ${purchased} desired augmentations in optimal order!`, printToTerminal, 'success')
else
log(ns, `ERROR: We were only able to purchase ${purchased} of our ${purchaseableAugs.length} augmentations. ` +
`Expected cost was ${getCostString(totalAugCost, totalRepCost)}. Player money was ${formatMoney(playerData.money)} right before purchase, ` +
`is now ${formatMoney((await getNsDataThroughFile(ns, 'ns.getPlayer()', '/Temp/player-info.txt')).money)}`, printToTerminal, 'error');
}
/** @param {NS} ns **/
function displayJoinedFactionSummary(ns) {
let joinedFactions = Object.values(factionData).filter(f => f.joined);
let summary = `${joinedFactions.length} Joined Factions:`
let noaugs = joinedFactions.filter(f => f.unownedAugmentations().length == 0)
if (noaugs.length > 0)
summary += `\n ${noaugs.length} joined factions have no unowned augs remaining: "${noaugs.map(f => f.name).join('", "')}"`;
for (const faction of joinedFactions.filter(f => !noaugs.includes(f)))
summary += `\n ${faction.name}: ${faction.unownedAugmentations().length} augs remaining (${faction.unownedAugmentations().join(", ")})`;
log(ns, summary, printToTerminal);
}
/** @param {NS} ns **/
function displayFactionSummary(ns, sortBy, unique, overrideFinishedFactions, excludedStats) {
let noAugs = Object.values(factionData).filter(f => f.unownedAugmentations().length == 0);
let summary = "";
if (noAugs.length > 0)
summary += `${noAugs.length} factions have no augmentations to purchase (excluding NF): ${JSON.stringify(noAugs.map(a => a.name))}\n`;
let summaryFactions = Object.values(factionData).filter(f => f.unownedAugmentations().length > 0 && !overrideFinishedFactions.includes(f.name));
if (summaryFactions.length == 0) return;
// Apply any override faction options
joinedFactions.push(...overrideFinishedFactions.filter(f => !joinedFactions.includes(f)));
for (const faction of overrideFinishedFactions)
simulatedOwnedAugmentations.push(...factionData[faction]?.unownedAugmentations() || []);
// Grab disctinct augmentations stats
const relevantAugStats = allAugStats.filter(s => !excludedStats.find(excl => s.includes(excl)) &&
undefined !== summaryFactions.find(f => f.unownedAugmentations().find(aug => 1 != (augmentationData[aug].stats[s] || 1))));
summary += `${summaryFactions.length} factions with augmentations (✓=Joined ✉=Invited ✗=Locked, sorted by total ${sortBy}):`;
// Creates the table header row
let getHeaderRow = countName => `\n Faction Name ${countName.padStart(9)} / Total Augs ` + relevantAugStats.map(key => shorten(key).padStart(4)).join(' ');
// Creates the string to display a single faction's stats in the table
let getFactionSummary = faction => {
const totalMults = faction.totalUnownedMults();
return `\n ${faction.joined ? '✓' : faction.invited ? '✉' : '✗'} ${faction.name} `.padEnd(32) +
`${String(faction.unownedAugmentations().length).padStart(2)} / ${String(faction.augmentations.length).padEnd(2)} ` +
relevantAugStats.map(key => (totalMults[key] === undefined ? '-' : totalMults[key].toPrecision(3)).padStart(Math.max(shorten(key).length, 4))).join(' ');
};
// Helper to sort the factions in order of most-contributing to the desired multiplier
let sortFunction = (a, b) => {
let aMultiContrib = a.totalUnownedMults()[sortBy] || 1, bMultiContrib = b.totalUnownedMults()[sortBy] || 1;
let sort1 = bMultiContrib - aMultiContrib; // Sort by the total amount of desired multi provided by this faction
let sort2 = (a.joined ? 0 : 1) - (b.joined ? 0 : 1); // If tied, sort by which faction we've joined
if (unique && bMultiContrib > 1 && aMultiContrib > 1 && sort2 != 0) return sort2; // When in "unique" mode it's important to first list contributing factions we've already joined
if (sort1 != 0) return sort1;
if (sort2 != 0) return sort2;
let sort3 = b.reputation - a.reputation; // If tied, sort by which faction we have the most rep with
if (sort3 != 0) return sort3;
let sort4 = a.mostExpensiveAugCost().length - b.mostExpensiveAugCost().length; // If tied, "soonest to unlock", estimated by their most expensive aug cost
if (sort4 != 0) return sort4;
return (a.name).localeCompare(b.name) // If still tied, sort by naeme
};
// Helper to insert a table separator between factions that do and don't contribute to the specified stat
let moreContributors = true;
let getSeparator = faction => (moreContributors && !(moreContributors = faction.totalUnownedMults()[sortBy] !== undefined)) ?
`\n--------------------------- (Factions below offer no augs that contribute to '${sortBy}')` : '';
summary += getHeaderRow(unique ? 'New' : 'Unowned');
const unownedAugCount = Object.values(augmentationData).length - simulatedOwnedAugmentations.length;
if (!unique) // Each faction is summarized based on all the unowned augs it has, regardless of whether a faction higher up the list has the same augs
for (const faction of summaryFactions.sort(sortFunction))
summary += getSeparator(faction) + getFactionSummary(faction);
else { // Each faction's stats computed as though the faction sorted above it was joined and bought out first, so only showing new augs
const actualOwnedAugs = simulatedOwnedAugmentations;
const actualUnjoinedFactions = summaryFactions;
do {
summaryFactions.sort(sortFunction);
const faction = summaryFactions.shift();
summary += getSeparator(faction) + getFactionSummary(faction);
joinedFactions.push(faction.name); // Simulate that we've now joined and bought out all this factions augs
simulatedOwnedAugmentations.push(...faction.unownedAugmentations())
} while (summaryFactions.length > 0)
simulatedOwnedAugmentations = actualOwnedAugs; // Restore the original lists once the simulation is complete
summaryFactions = actualUnjoinedFactions;
}
log(ns, `INFO: The following is a summary of ${unownedAugCount} remaining augmentations available from each faction:\n` + summary, printToTerminal);
}