부서 강화
행동

부서 강화

strengthen_ministryin_game/common/generic_actions/middle_kingdom.txt:363

육부는 중화제국 통치 체제의 근간입니다. 그중 부서 하나에 자원을 더 투입하여 역량을 강화할 수 있습니다.

요구 조건중화제국국가 간 조직체effect, potential, select trigger 1인의 활성화보정치 유형effect형부정책effect, select trigger 2이부정책effect, select trigger 2호부정책effect, select trigger 2예부정책effect, select trigger 2병부정책effect, select trigger 2공부정책effect, select trigger 2

정의in_game/common/generic_actions/middle_kingdom.txt:363

364type = internationalorganization
366ai_tick = monthly
367ai_tick_frequency = 6
369automation_tick = monthly
370automation_tick_frequency = 3
371player_automated_category = diplomacy
373potential = {
375scope:actor = {
375is_member_of_international_organization = international_organization:middle_kingdom
}
}
378allow = {
379scope:actor = {
379has_reform = government_reform:three_departments_system
}
}
382price = price:strengthen_ministry
384cooldown = {
385type = strengthen_ministry
386years = 20
}
389select_trigger = {
390looking_for_a = international_organization
391source = actor
392target_flag = recipient
393name = "choose_international_organization" 국가 간 조직체 선택:
394column = {
395data = name
}
397visible = {
398international_organization_type = international_organization_type:middle_kingdom
}
}
402select_trigger = {
403looking_for_a = policy
404target_flag = target_policy
405name = "select_ministry" 강화할 부서 선택
406none_available_msg_key = "no_ministries"
407column = {
408data = policy_name_desc
}
}
422effect = {
423if = {
424limit = {
424exists = scope:target_policy
}
425scope:actor = {
426if = {
427limit = {
}
428add_righteousness = righteousness_mild_bonus (20)
}
}
431if = {
432limit = {
432scope:target_policy = policy:ministry_of_rites
}
433scope:actor = {
434add_country_modifier = {
434years = 20
}
435custom_tooltip = countries_more_likely_to_accept_invite_to_sect_tt 우리 종파에 가입할 가능성이 증가합니다
}
}
438if = {
439limit = {
439scope:target_policy = policy:ministry_of_personnel
}
440scope:actor = {
441add_country_modifier = {
441years = 20
}
442if = {
443limit = {
443is_leader_of_international_organization = international_organization:middle_kingdom
}
444custom_tooltip = better_exams_results_tt 과거 시험 실시 행동으로 더 나은 후보자를 얻습니다
}
}
}
448if = {
449limit = {
449scope:target_policy = policy:ministry_of_revenue
}
450scope:actor = {
451add_country_modifier = {
451years = 20
}
452if = {
453limit = {
453is_leader_of_international_organization = international_organization:middle_kingdom
}
454custom_tooltip = better_census_results_tt 인구 조사 시행 칙령을 선포할 시 더 좋은 결과를 얻습니다
}
}
}
458if = {
459limit = {
459scope:target_policy = policy:ministry_of_war
}
460scope:actor = {
461add_country_modifier = {
461years = 20
}
462if = {
463limit = {
463is_leader_of_international_organization = international_organization:middle_kingdom
}
464custom_tooltip = better_reinforce_fortification_results_tt 요새 보강 칙령을 선포할 시 더 좋은 결과를 얻습니다
}
}
}
468if = {
469limit = {
469scope:target_policy = policy:ministry_of_justice
}
470scope:actor = {
471add_country_modifier = {
471years = 20
}
472if = {
473limit = {
473is_leader_of_international_organization = international_organization:middle_kingdom
}
474custom_tooltip = better_warning_results_tt 어제대고 반포 칙령을 선포할 시 더 좋은 결과를 얻습니다
}
}
}
478if = {
479limit = {
479scope:target_policy = policy:ministry_of_works
}
480scope:actor = {
481add_country_modifier = {
481years = 20
}
482if = {
483limit = {
483is_leader_of_international_organization = international_organization:middle_kingdom
}
484custom_tooltip = better_infrastructure_works_results_tt 기반 도로망 공사 시행 칙령을 선포할 시 더 좋은 결과를 얻습니다
}
}
}
}
}
491ai_will_do = {
492value = 0
493if = {
494limit = {
494exists = scope:target_policy
}
495if = {
496limit = {
496scope:target_policy = policy:ministry_of_rites
}
497add = "scope:actor.add_static_modifier_utility(strengthened_ministry_of_rites)"
}
499if = {
500limit = {
500scope:target_policy = policy:ministry_of_personnel
}
501add = "scope:actor.add_static_modifier_utility(strengthened_ministry_of_personnel)"
}
503if = {
504limit = {
504scope:target_policy = policy:ministry_of_revenue
}
505add = "scope:actor.add_static_modifier_utility(strengthened_ministry_of_revenue)"
}
507if = {
508limit = {
508scope:target_policy = policy:ministry_of_war
}
509add = "scope:actor.add_static_modifier_utility(strengthened_ministry_of_war)"
}
511if = {
512limit = {
512scope:target_policy = policy:ministry_of_justice
}
513add = "scope:actor.add_static_modifier_utility(strengthened_ministry_of_justice)"
}
515if = {
516limit = {
516scope:target_policy = policy:ministry_of_works
}
517add = "scope:actor.add_static_modifier_utility(strengthened_ministry_of_works)"
}
}
520add = {
521desc = "CAN_EASILY_AFFORD"
522if = {
523limit = {
524scope:actor = {
525gold >= {
526value = scope:actor.monthly_income_trade_and_tax
527multiply = 6
}
}
}
531value = 50
}
}
534add = {
535desc = "IS_BANKRUPT_TOOLTIP"
536if = {
537limit = {
538scope:actor = {
539is_during_bankruptcy = yes
}
}
542value = -1000
}
}
545add = {
546desc = "IS_AT_WAR"
547if = {
548limit = {
549scope:actor = {
550at_war = yes
}
}
553value = -25
}
}
556add = {
557desc = "CAN_NOT_AFFORD"
558if = {
559limit = {
560scope:actor = {
561gold <= {
562value = scope:actor.monthly_income_trade_and_tax
563multiply = 6
}
}
}
567value = -60
}
}
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지