
행동
칙령 선포
제국 칙령은 중화제국의 원활한 운영을 책임지는 핵심 요소로, 중화제국 Leader Title의 통치가 국가 전반에 걸쳐 집행되도록 합니다.
중화제국국가 간 조직체allow, 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형부 강화정적 보정치effect호부 강화정적 보정치effect병부 강화정적 보정치effect공부 강화정적 보정치effect정의in_game/common/generic_actions/middle_kingdom.txt:573
574type = internationalorganization
576ai_tick = monthly
577ai_tick_frequency = 6
579automation_tick = monthly
580automation_tick_frequency = 3
581player_automated_category = diplomacy
583potential = {
585scope:actor = {
}
}
588allow = {
592scope:actor = {
}
}
595price = price:proclaim_decree
597cooldown = {
598type = proclaim_decree
599years = 5
}
602select_trigger = {
603looking_for_a = international_organization
604source = actor
605target_flag = recipient
606name = "choose_international_organization" 국가 간 조직체 선택:
607column = {
608data = name
}
}
615select_trigger = {
616looking_for_a = policy
617target_flag = target_policy
618name = "select_decree" 칙령 선택
619none_available_msg_key = "no_decrees"
620column = {
621data = policy_name_desc
}
623visible = {
624OR = {
}
}
}
635effect = {
636if = {
637limit = {
637exists = scope:target_policy
}
638scope:actor = {
641if = {
}
645if = {
647add_country_modifier = {
649years = 5
650size = {보정치 배율
651value = 1
652add = {
653desc = middle_kingdom 중화제국
}
}
}
}
666if = {
668add_country_modifier = {
670years = 5
671size = {보정치 배율
672value = 1
673add = {
}
683if = {
687add = 0.5
}
}
}
}
692if = {
694add_country_modifier = {
696years = 5
697size = {보정치 배율
698value = 1
699add = {
}
}
}
}
712if = {
714add_country_modifier = {
716years = 5
717size = {보정치 배율
718value = 1
719add = {
}
729if = {
733add = 0.1
}
}
}
}
738if = {
740add_country_modifier = {
742years = 5
743size = {보정치 배율
744value = 1
745add = {
}
755if = {
759add = 0.1
}
}
}
}
764if = {
766add_country_modifier = {
768years = 5
769size = {보정치 배율
770value = 1
771add = {
}
781if = {
785add = 0.1
}
}
}
}
}
}
}
794ai_will_do = {
795value = 0
796if = {
797limit = {
797exists = scope:target_policy
}
798if = {
800add = "scope:actor.add_static_modifier_utility(expanded_palace_bureaucracy)"
}
802if = {
804add = "scope:actor.add_static_modifier_utility(conducted_population_census)"
}
806if = {
808add = "scope:actor.add_static_modifier_utility(increased_tariff_control)"
}
810if = {
812add = "scope:actor.add_static_modifier_utility(issued_great_warnings)"
}
814if = {
816add = "scope:actor.add_static_modifier_utility(commenced_infrastructure_works)"
}
818if = {
820add = "scope:actor.add_static_modifier_utility(reinforced_fortifications)"
}
}
823add = {
824desc = "CAN_EASILY_AFFORD"
825if = {
826limit = {
827scope:actor = {
828gold >= {
829value = scope:actor.monthly_income_trade_and_tax
830multiply = 6
}
}
}
834value = 50
}
}
837add = {
838desc = "IS_BANKRUPT_TOOLTIP"
839if = {
840limit = {
841scope:actor = {
842is_during_bankruptcy = yes
}
}
845value = -1000
}
}
848add = {
849desc = "IS_AT_WAR"
850if = {
851limit = {
852scope:actor = {
853at_war = yes
}
}
856value = -25
}
}
859add = {
860desc = "CAN_NOT_AFFORD"
861if = {
862limit = {
863scope:actor = {
864gold <= {
865value = scope:actor.monthly_income_trade_and_tax
866multiply = 6
}
}
}
870value = -60
}
}
}