
Policy
Rice-Based Tax
The traditional tax and currency standard for centuries, Rice, will continue to serve as the basis of our taxation system.
Modifiers
Definitionin_game/common/laws/20_middle_kingdom.txt:236
237years = 2
238on_pay_price = {
241leader_country ?= {
243add_gold = {
244value = this.monthly_income_trade_and_tax
245multiply = {
246value = -6
247add = {
248value = -1
}
}
255min = -100000
}
}
}
}
260country_modifier = {
262potential_trigger = {
}
}
267country_modifier = {
269potential_trigger = {
}
}
}
280country_modifier = {
282potential_trigger = {
284NOT = {
}
}
}
}
296wants_this_policy_bias = {
297if = {
298limit = {
298scope:recipient = {
298international_organization_has_leader = yes
}
}
300add = {
301desc = "POLICY_BIAS_OPINION_OF_EMPEROR" Opinion of Emperor
302value = "opinion(scope:recipient.leader_country)"
}
305add = {
306desc = "IO_LEADER_DIP_REP" Leader's Diplomatic Reputation
307value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
}
310else = {
311add = {
312desc = "VOTE_BASE_VALUE" Base Value
313value = 20
}
}
}


