added CorporationSoftCap to NetscriptDefinitions

This commit is contained in:
phyzical 2022-03-05 12:49:32 +08:00
parent fb4812b530
commit bdca45388d

@ -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. */