mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
4.7 KiB
4.7 KiB
Home > bitburner > AugmentationStats
AugmentationStats interface
Data representing the internal values of an Augmentation.
Signature:
export interface AugmentationStats
Properties
| Property | Type | Description |
|---|---|---|
| agility_exp? | number | (Optional) Multiplier to agility experience gain rate |
| agility? | number | (Optional) Multiplier to agility skill |
| bladeburner_analysis? | number | (Optional) Multiplier to effectiveness in Bladeburner Field Analysis |
| bladeburner_max_stamina? | number | (Optional) Multiplier to Bladeburner max stamina |
| bladeburner_stamina_gain? | number | (Optional) Multiplier to Bladeburner stamina gain rate |
| bladeburner_success_chance? | number | (Optional) Multiplier to success chance in Bladeburner contracts/operations |
| charisma_exp? | number | (Optional) Multiplier to charisma experience gain rate |
| charisma? | number | (Optional) Multiplier to charisma skill |
| company_rep? | number | (Optional) Multiplier to amount of reputation gained when working |
| crime_money? | number | (Optional) Multiplier to amount of money gained from crimes |
| crime_success? | number | (Optional) Multiplier to crime success rate |
| defense_exp? | number | (Optional) Multiplier to defense experience gain rate |
| defense? | number | (Optional) Multiplier to defense skill |
| dexterity_exp? | number | (Optional) Multiplier to dexterity experience gain rate |
| dexterity? | number | (Optional) Multiplier to dexterity skill |
| faction_rep? | number | (Optional) Multiplier to amount of reputation gained when working |
| hacking_chance? | number | (Optional) Multiplier to chance of successfully performing a hack |
| hacking_exp? | number | (Optional) Multiplier to hacking experience gain rate |
| hacking_grow? | number | (Optional) Multiplier to amount of money injected into servers using grow |
| hacking_money? | number | (Optional) Multiplier to amount of money the player gains from hacking |
| hacking_speed? | number | (Optional) Multiplier to hacking speed |
| hacking? | number | (Optional) Multiplier to hacking skill |
| hacknet_node_core_cost? | number | (Optional) Multiplier to cost of core for a Hacknet Node |
| hacknet_node_level_cost? | number | (Optional) Multiplier to cost of leveling up a Hacknet Node |
| hacknet_node_money? | number | (Optional) Multiplier to amount of money produced by Hacknet Nodes |
| hacknet_node_purchase_cost? | number | (Optional) Multiplier to cost of purchasing a Hacknet Node |
| hacknet_node_ram_cost? | number | (Optional) Multiplier to cost of ram for a Hacknet Node |
| strength_exp? | number | (Optional) Multiplier to strength experience gain rate |
| strength? | number | (Optional) Multiplier to strength skill |
| work_money? | number | (Optional) Multiplier to amount of money gained from working |