mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
regen doc
This commit is contained in:
14
dist/bitburner.d.ts
vendored
14
dist/bitburner.d.ts
vendored
@@ -1361,6 +1361,20 @@ export declare interface GangFormulas {
|
||||
* @returns The calculated money gain.
|
||||
*/
|
||||
moneyGain(gang: GangGenInfo, member: GangMemberInfo, task: GangTaskStats): number;
|
||||
|
||||
/**
|
||||
* Calculate ascension point gain.
|
||||
* @param exp - Experience point before ascension.
|
||||
* @returns The calculated ascension point gain.
|
||||
*/
|
||||
ascensionPointsGain(exp: number): number;
|
||||
|
||||
/**
|
||||
* Calculate ascension mult.
|
||||
* @param points - Amount of ascension points.
|
||||
* @returns The calculated ascension mult.
|
||||
*/
|
||||
ascensionMultiplier(points: number): number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user