bitburner-src/markdown/bitburner.bladeburner.getactionrepgain.md
catloversg cacecda72f
API: Add types for parameters of gym-university-bladeburner API (Fix merging error) (#1596)
* API: Add types for parameters of gym-university-bladeburner API
* Fix merging error
2024-08-17 14:08:55 -07:00

1.4 KiB
Raw Permalink Blame History

Home > bitburner > Bladeburner > getActionRepGain

Bladeburner.getActionRepGain() method

Get the reputation gain of an action.

Signature:

getActionRepGain(
    type: BladeburnerActionType | `${BladeburnerActionType}`,
    name: BladeburnerActionName | `${BladeburnerActionName}`,
    level?: number,
  ): number;

Parameters

Parameter Type Description
type BladeburnerActionType | `${BladeburnerActionType}` Type of action.
name BladeburnerActionName | `${BladeburnerActionName}` Name of action. Must be an exact match.
level number (Optional) Optional number. Action level at which to calculate the gain. Will be the action's current level if not given.

Returns:

number

Average Bladeburner reputation gain for successfully completing the specified action.

Remarks

RAM cost: 4 GB

Returns the average Bladeburner reputation gain for successfully completing the specified action. Note that this value is an average and the real reputation gain may vary slightly from this value.