
행동이번 버전 신규
관구 충성 요구
관구 구성국들에게 우리의 권위를 각인시킵니다. 3년 동안 위상과 외교적 입지가 상승하지만, 구성국들이 이러한 강요에 반발해 관구 만족도가 감소할 것입니다.
신성 로마 제국국가 간 조직체potential정의in_game/common/generic_actions/hre_circle_actions.txt:123
124type = owncountry
126imperial_circle_action = yes
127icon = circle_leader_action
129cooldown = {
130type = demand_circle_loyalty
131years = 3
}
134select_trigger = {
135show_if = {
135NOT = {
135exists = scope:target
}
}
136looking_for_a = imperial_circle
137target_flag = target
138interaction_source_list = {
139scope:actor = {
140every_imperial_circle_country_is_member_of = {
141add_to_list = source
}
}
}
145name = "choose_circle" 제국 관구 선택
146column = {
146data = name
}
}
149potential = {
150scope:actor = {
151is_imperial_circle_leader = yes
152is_member_of_circle = scope:target
}
}
157effect = {
158scope:actor = {
159custom_tooltip = {
160text = demand_circle_loyalty_tt 3년 동안 부과된 관구 권위를 획득합니다. 소속 제국 관구의 관구장이 아닌 각 구성국은 3년 동안 충성 압박을 획득하며 우리에 대한 우호도가 Opinion Demanded Loyalty만큼 변화합니다. 관구 만족도가 5 감소합니다.
167every_imperial_circle_country_is_member_of = {
168every_circle_member = {
169limit = {
170NOT = {
170this = scope:actor
}
}
176add_opinion = {
177target = scope:actor
178modifier = opinion_demanded_loyalty
}
}
181add_circle_satisfaction = -5
}
}
}
}
187ai_will_do = {
188add = {
188value = 10
}
189if = {
190limit = {
191scope:actor = {
192any_imperial_circle_country_is_member_of = {
193imperial_circle_satisfaction > 65
}
}
}
197add = {
197value = 30
}
}
}