
アクション
勅令を布告
皇帝の勅令は、中国の円滑な運営の要であり、中国 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
}
}
}