
Policy
Allow Trade
It is no mere coincidence that the Silk Road has been the source of much prosperity for the Middle Kingdom, for it is through trade and foreign exchange that a nation benefits.
Modifiers
Definitionin_game/common/laws/20_middle_kingdom.txt:1435
1436years = 2
1437on_pay_price = {
1440leader_country ?= {
1442add_gold = {
1443value = this.monthly_income_trade_and_tax
1444multiply = {
1445value = -6
1446add = {
1447value = -1
}
}
1454min = -100000
}
}
}
}
1459country_modifier = {
1461potential_trigger = {
}
}
1467country_modifier = {
1469potential_trigger = {
}
}
}
1479country_modifier = {
1481potential_trigger = {
1483NOT = {
}
}
}
}
1494wants_this_policy_bias = {
1495if = {
1496limit = {
1496scope:recipient = {
1496international_organization_has_leader = yes
}
}
1498add = {
1499desc = "POLICY_BIAS_OPINION_OF_EMPEROR" Opinion of Emperor
1500value = "opinion(scope:recipient.leader_country)"
}
1503add = {
1504desc = "IO_LEADER_DIP_REP" Leader's Diplomatic Reputation
1505value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
}
1508else = {
1509add = {
1510desc = "VOTE_BASE_VALUE" Base Value
1511value = 20
}
}
}


