CORPORATION: Use different term for dividend modifier instead of tax (#2237)

This commit is contained in:
catloversg
2025-07-12 02:55:46 +07:00
committed by GitHub
parent 3fc65a2de4
commit f182030385
15 changed files with 92 additions and 37 deletions

View File

@@ -9728,8 +9728,8 @@ interface CorporationInfo {
sharePrice: number;
/** Fraction of profits issued as dividends */
dividendRate: number;
/** Tax applied on your earnings as a shareholder */
dividendTax: number;
/** Your income from dividend is negatively affected by this penalty modifier */
tributeModifier: number;
/** Your earnings as a shareholder per second this cycle */
dividendEarnings: number;
/** The next state to be processed.