bitburner-src/markdown/bitburner.bladeburner.getactionrepgain.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

1.0 KiB
Raw Blame History

Home > bitburner > Bladeburner > getActionRepGain

Bladeburner.getActionRepGain() method

Get the reputation gain of an action.

Signature:

getActionRepGain(type: string, name: string, level: number): number;

Parameters

Parameter Type Description
type string Type of action.
name string Name of action. Must be an exact match.
level number Optional action level at which to calculate the gain

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.