
국가 상호 작용이번 버전 신규
관구 내 국가 격상
소속된 제국 관구 내에서 자국이 갖는 지위의 격상을 요구합니다.
신성 로마 제국국가 간 조직체potential, select triggerrequest_new_circle_titles_timeout변수potential정의in_game/common/country_interactions/imperial_circles.txt:999
1000type = diplomacy
1001category = CATEGORY_HRE_ACTIONS
1002icon = circle_leader_action
1004cooldown = {
1004months = 120
}
1006potential = {
1007scope:actor = {
1009is_imperial_circle_leader = no
1011any_imperial_circle_country_is_member_of = {
1012has_circle_leader = yes
1013circle_leader ?= {
1014custom_tooltip = {
1015text = request_new_circle_titles_timeout_tt 지난 2년 동안 어떤 국가도 관구 내 국가 격상 외교 행동을 사용하지 않았습니다
}
}
}
}
}
1025select_trigger = {
1026looking_for_a = country
1027interaction_source_list = {
1029every_international_organization_member = {
1030limit = {
1030is_imperial_circle_leader = yes
}
1031add_to_list = source
}
}
}
1035target_flag = recipient
1036name = "choose_circle_leader" 관구장 선택
1037column = {
1038data = name
}
1040visible = {
1041is_imperial_circle_leader = yes
1042in_same_imperial_circle = scope:actor
}
1044enabled = {
}
}
1049effect = {
1050scope:actor = {
}
1056scope:recipient = {
1057every_imperial_circle_country_is_member_of = {
1058add_circle_satisfaction = 2
}
}
}
1067reject_effect = {
1068scope:recipient = {
1069every_imperial_circle_country_is_member_of = {
1070add_circle_satisfaction = -2
}
}
}
1075accept = {
1077if = {
1078limit = {
1079exists = scope:actor
}
1081add = {
1082desc = "DIPLOMATIC_REPUTATION" 외교 평판
1083value = scope:actor.modifier:diplomatic_reputation
1084multiply = 2
}
1086add = {
1087desc = "THEIR_OPINION" 우리에 대한 상대국의 우호도
1088value = "scope:recipient.opinion(scope:actor)"
1089multiply = 0.3
}
}
}
1094ai_will_do = {
1095add = {
1096desc = "ACTOR_ACCEPTANCE"
1097value = "scope:actor.country_interaction_acceptance(country_interaction:request_new_circle_titles|scope:recipient)"
1098if = {
1099limit = {
1099scope:recipient = {
1099is_ai = no
}
}
1100subtract = 50
}
}
}