mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
1.4 KiB
1.4 KiB
Home > bitburner > GangMemberAscension
GangMemberAscension interface
Signature:
interface GangMemberAscension
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| agi | number | Factor by which the agility ascension multiplier was increased (newMult / oldMult) | |
| cha | number | Factor by which the charisma ascension multiplier was increased (newMult / oldMult) | |
| def | number | Factor by which the defense ascension multiplier was increased (newMult / oldMult) | |
| dex | number | Factor by which the dexterity ascension multiplier was increased (newMult / oldMult) | |
| hack | number | Factor by which the hacking ascension multiplier was increased (newMult / oldMult) | |
| respect | number | Amount of respect lost from ascending | |
| str | number | Factor by which the strength ascension multiplier was increased (newMult / oldMult) |