이벤트

국경 마찰

border_friction.1in_game/events/diplomacy/border_friction.txt:2

우리와 Border Claim Country의 동맹을 모두가 환영하는 것은 아닌 모양입니다. 우리 귀족들 중 높은 영향력을 갖춘 세력 하나가 공공연하게 반발하며, 동맹 파기를 밀어붙이고 있는 것입니다. 이들은 Border Claim Country(이)가 점유하고 있지만 많은 이들이 우리에게 정당한 소유권이 있다고 여기는 Border Claim Province 지방을 중심으로 문제를 제기하고 있으며, 현 상황에 대한 불만을 널리 확대하는 데 성공했습니다!

요구 조건recent_border_friction변수immediate, trigger

정의in_game/events/diplomacy/border_friction.txt:2

3type = country_event
4title = border_friction.1.title 국경 마찰
5desc = border_friction.1.desc 우리와 Border Claim Country의 동맹을 모두가 환영하는 것은 아닌 모양입니다. 우리 귀족들 중 높은 영향력을 갖춘 세력 하나가 공공연하게 반발하며, 동맹 파기를 밀어붙이고 있는 것입니다. 이들은 Border Claim Country(이)가 점유하고 있지만 많은 이들이 우리에게 정당한 소유권이 있다고 여기는 Border Claim Province 지방을 중심으로 문제를 제기하고 있으며, 현 상황에 대한 불만을 널리 확대하는 데 성공했습니다!
6outcome = neutral
7trigger = {
8any_related_country = {
9type = alliance
10count >= 1
}
12any_related_country = {
13type = alliance
14is_neighbor_of = root
15any_owned_location = {
16is_core_of = root
17NOT = {
18has_variable = recent_border_friction
}
}
21NOT = {
21root = {
21has_blocked_treaties = prev
}
}
}
}
25immediate = {
26random_country = {
27limit = {
28target = root
}
29is_neighbor_of = root
30any_owned_location = {
31is_core_of = root
}
33NOT = {
33root = {
33has_blocked_treaties = prev
}
}
}
35save_scope_as = border_claim_country
36random_owned_location = {
37limit = {
38is_core_of = root
39NOT = {
40has_variable = recent_border_friction
}
}
43set_variable = {
45years = 5
}
47province = {
48save_scope_as = border_claim_province
}
}
}
}

선택지

A방침을 변경할 때가 온 것인가...
56trigger = {
57this != scope:border_claim_country
}
59scope:border_claim_country = {
60add_opinion = {
60target = root
60modifier = border_friction_from_event
}
}
62block_treaties = scope:border_claim_country
63annul_all_treaties_with = scope:border_claim_country
B상황을 긍정적으로 봐야지!
67add_prestige = prestige_mild_penalty (-10)
68add_complacency = complacency_weak_penalty (1)
C영유권 주장을 포기하라.
72scope:border_claim_province = {
73every_location_in_province = {
74remove_core = root
}
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지