diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index 25cd9eaa8..364dd4291 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -535,6 +535,8 @@ export interface BitNodeMultipliers { CompanyWorkExpGain: number; /** Influences how much money the player earns when completing working their job. */ CompanyWorkMoney: number; + /** Influences the money gain from dividends of corporations created by the player. */ + CorporationSoftCap: number; /** Influences the valuation of corporations created by the player. */ CorporationValuation: number; /** Influences the base experience gained for each ability when the player commits a crime. */