
정책
직접 임명
학식이 풍부하다고 해서 반드시 관직에 적임인 것은 아닙니다. 직무에 적합한 인물을 직접 임명하는 방식이 더 효과적일 것입니다.
보정치
정의in_game/common/laws/20_middle_kingdom.txt:1231
1232years = 2
1233on_pay_price = {
1236leader_country ?= {
1238add_gold = {
1239value = this.monthly_income_trade_and_tax
1240multiply = {
1241value = -6
1242add = {
1243value = -1
}
}
1250min = -100000
}
}
}
}
1255on_activate = {
1256custom_tooltip = direct_appointment.tt 과거 시험 실시 행동을 비활성화합니다
}
1258country_modifier = {
1260potential_trigger = {
}
}
1266country_modifier = {
1268potential_trigger = {
}
}
}
1278country_modifier = {
1280potential_trigger = {
1282NOT = {
}
}
}
}
1293wants_this_policy_bias = {
1294if = {
1295limit = {
1295scope:recipient = {
1295international_organization_has_leader = yes
}
}
1297add = {
1298desc = "POLICY_BIAS_OPINION_OF_EMPEROR" 황제에 대한 우호도
1299value = "opinion(scope:recipient.leader_country)"
}
1302add = {
1303desc = "IO_LEADER_DIP_REP" 수장국의 외교 평판
1304value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
}
1307else = {
1308add = {
1309desc = "VOTE_BASE_VALUE" 기본값
1310value = 20
}
}
}


