Implemented Corporation Market-TA Research (untested). Implemented Corporation dividends. Fixed new Corp mechanic bugs.

This commit is contained in:
danielyxie
2018-12-22 02:27:04 -08:00
parent d38c452c42
commit cc8f3bd4a9
14 changed files with 9214 additions and 2597 deletions
+9
View File
@@ -510,6 +510,15 @@ export let CONSTANTS: IMap<any> = {
** Changed initial market prices for many materials
** Changed the way a material's demand, competition, and market price change over time
** The sale price of materials can no longer be marked-up as high
** Added a Research Tree mechanic. Spend Scientific Research on permanent upgrades for
each industry
** You can now redistribute earnings to shareholders (including yourself) as dividends
** Cost of "Smart Supply" upgraded reduced from $50b to $25b
** Now has offline progress, which works similarly to the Gang/Bladeburner mechanics
** Slightly reduced the amount of money offered to you by investment firms
** Employee salaries now slowly increase over time
* Stock Market, Travel, and Corporation main menu links are now properly styled
`
}