
政策
统管总籍
我们将把人口登记权集中于中央政府,以提升效率,尽管地方总督会对职权被削感到不满。
修正
定义in_game/common/laws/20_middle_kingdom.txt:116
117years = 2
118on_pay_price = {
121leader_country ?= {
123add_gold = {
124value = this.monthly_income_trade_and_tax
125multiply = {
126value = -6
127add = {
128value = -1
}
}
135min = -100000
}
}
}
}
140country_modifier = {
142potential_trigger = {
}
}
147country_modifier = {
149potential_trigger = {
}
}
}
160country_modifier = {
162potential_trigger = {
164NOT = {
}
}
}
}
176wants_this_policy_bias = {
177if = {
178limit = {
178scope:recipient = {
178international_organization_has_leader = yes
}
}
180add = {
181desc = "POLICY_BIAS_OPINION_OF_EMPEROR" 对皇帝的好感
182value = "opinion(scope:recipient.leader_country)"
}
185add = {
186desc = "IO_LEADER_DIP_REP" 领袖的外交声誉
187value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
}
190else = {
191add = {
192desc = "VOTE_BASE_VALUE" 基础值
193value = 20
}
}
}


