
정책
교역 허용
실크로드를 통해 중화제국이 엄청난 번영을 누린 데는 다 이유가 있습니다. 바로 교역과 대외 교류가 국가에 이익이 되기 때문이죠.
보정치
Country modifier 1
매각 효율+2.5%
Maritime Presence이 있을 때 근접도 비용−0.5
Country modifier 2
교역 역량+10%
Country modifier 3
교역 역량+5%
정의in_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" 황제에 대한 우호도
1500value = "opinion(scope:recipient.leader_country)"
}
1503add = {
1504desc = "IO_LEADER_DIP_REP" 수장국의 외교 평판
1505value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
}
1508else = {
1509add = {
1510desc = "VOTE_BASE_VALUE" 기본값
1511value = 20
}
}
}