common\defines\deines.txt
搜SATISFACTION
改这几项(我贴的都是改过的)
JOB_SATISFACTION_BASE = -170 #这是基础满意度,可以改更低,不知道满意度长期负数有什么副作用
JOB_SATISFACTION_PER_SOL_ABOVE_EXPECTED_SOL = 1# Job satisfaction gained per level of SoL above your expected SoL
JOB_SATISFACTION_PER_SOL_ABOVE_STATE_STRATA_SOL = 3 # Job satisfaction gained per level of SoL above the state average for your strata
JOB_SATISFACTION_PER_SOL_ABOVE_COUNTRY_STRATA_SOL = 2# Job satisfaction gained per level of SoL above the country average for your strata
JOB_SATISFACTION_PER_PERCENT_WAGE_RATE_ABOVE_NORMAL = 1# Job satisfaction gained per pound of workplace wage rate (weekly wage of 10k laborers) above country normal
第一项是高于预期生活的话每级加几点。第二项高于本地阶级平均,第三项高于全国平均
JOB_SATISFACTION_CAN_AFFORD_EXPENSES_THRESHOLD = 1.8# If a pop's income is greater than this value times their expenses they are considered to be able to afford them
JOB_SATISFACTION_CANNOT_AFFORD_EXPENSES_THRESHOLD = 0.9# If a pop's income is less than this value times their expenses they are considered not able to afford them
JOB_SATISFACTION_FROM_CAN_AFFORD_EXPENSES = 100# Job satisfaction gained from being able to afford your bug package (and taxes)
JOB_SATISFACTION_FROM_CAN_BARELY_AFFORD_EXPENSES = -10# Job satisfaction gained from being able to barely afford your bug package (and taxes)
JOB_SATISFACTION_FROM_CANNOT_AFFORD_EXPENSES = -100# Job satisfaction gained from not being able to afford your bug package (and taxes)
1.8倍收入才算有余,0.9倍就算不足,而且有余只涨100点
JOB_SATISFACTION_DIVIDENDS_MAX_MULT = 5# Max multiplier from the ratio between pop dividends and wages
JOB_SATISFACTION_DIVIDENDS_BASE = 1# Base value to be multiplied by the ratio between dividends and wages
JOB_SATISFACTION_LOSSES_MIN_MULT = -5# Min multiplier from the ratio between pop losses and wages (or if you will, max magnitude)
JOB_SATISFACTION_LOSSES_BASE =1# Base value to be multiplied by the ratio between losses and wages