mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
GANG: Clarify install behavior & add getInstallResult() (#1119)
New function returns post-install ascension ratios. * Add ascension penalty to Gang constants * Improve wording of Gang install message * Add GangMember#getInstallResults() * Update prestiging to use getInstallResults() * Add ns.gang.getInstallResults(memberName) * Update definitions * Add ram cost for ns.gang.getInstallResult() * Fix typo * More specific wording in documentation * Fix another typo * Run prettier * Rename getInstallResults to getPostInstallPoints * Update Prestige.ts * Update Gang.ts
This commit is contained in:
@@ -237,6 +237,7 @@ const gang = {
|
||||
purchaseEquipment: RamCostConstants.GangApiBase,
|
||||
ascendMember: RamCostConstants.GangApiBase,
|
||||
getAscensionResult: RamCostConstants.GangApiBase / 2,
|
||||
getInstallResult: RamCostConstants.GangApiBase / 2,
|
||||
setTerritoryWarfare: RamCostConstants.GangApiBase / 2,
|
||||
getChanceToWinClash: RamCostConstants.GangApiBase,
|
||||
getBonusTime: 0,
|
||||
|
||||
Reference in New Issue
Block a user