mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
DOC: Add CorporationDivisions multiplier to BitNodeMultipliers API interface (#798)
This commit is contained in:
parent
a6ff0d3e14
commit
d2b3659512
@ -157,7 +157,7 @@ export class BitNodeMultipliers {
|
||||
/** Influences profits from corporation dividends and selling shares. */
|
||||
CorporationSoftcap = 1;
|
||||
|
||||
/** Influences number of divisions a corporation can have. */
|
||||
/** Influences the amount of divisions a corporation can have have at the same time*/
|
||||
CorporationDivisions = 1;
|
||||
|
||||
constructor(a: PartialRecord<keyof BitNodeMultipliers, number> = {}) {
|
||||
|
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -632,6 +632,8 @@ interface BitNodeMultipliers {
|
||||
CompanyWorkExpGain: number;
|
||||
/** Influences how much money the player earns when completing working their job. */
|
||||
CompanyWorkMoney: number;
|
||||
/** Influences the amount of divisions a corporation can have have at the same time*/
|
||||
CorporationDivisions: number;
|
||||
/** Influences the money gain from dividends of corporations created by the player. */
|
||||
CorporationSoftcap: number;
|
||||
/** Influences the valuation of corporations created by the player. */
|
||||
|
Loading…
Reference in New Issue
Block a user