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:
LJ
2024-02-23 13:58:22 -07:00
committed by GitHub
parent d00fad472e
commit f6871f0911
7 changed files with 69 additions and 9 deletions
+1
View File
@@ -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,