mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
27 lines
604 B
Markdown
27 lines
604 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [GangFormulas](./bitburner.gangformulas.md) > [ascensionPointsGain](./bitburner.gangformulas.ascensionpointsgain.md)
|
|
|
|
## GangFormulas.ascensionPointsGain() method
|
|
|
|
Calculate ascension point gain.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
ascensionPointsGain(exp: number): number;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| exp | number | Experience point before ascension. |
|
|
|
|
**Returns:**
|
|
|
|
number
|
|
|
|
The calculated ascension point gain.
|
|
|