Re-add augs in gangs but randomly based on BNx.y

This commit is contained in:
Olivier Gagnon
2022-03-30 20:58:09 -04:00
parent ce944bfccb
commit c511fa644d
6 changed files with 98 additions and 31 deletions
+6
View File
@@ -114,6 +114,11 @@ interface IBitNodeMultipliers {
*/
GangSoftcap: number;
/**
* Percentage of unique augs that the gang has.
*/
GangUniqueAugs: number;
/**
* Influences the experienced gained when hacking a server.
*/
@@ -300,6 +305,7 @@ export const BitNodeMultipliers: IBitNodeMultipliers = {
BladeburnerSkillCost: 1,
GangSoftcap: 1,
GangUniqueAugs: 1,
DaedalusAugsRequirement: 1,