Merge pull request #3067 from phyzical/hotfix/2951

added CorporationSoftCap to NetscriptDefinitions
This commit is contained in:
hydroflame 2022-03-08 16:32:28 -05:00 committed by GitHub
commit 1ceb8b24f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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