
국가 상호 작용이번 버전 변경
주도권 차지
Actor Union에서 Recipient의 상위 연합국 역할을 넘어설 수 있게 됩니다.
서열 확립정책potentialunion_senior_partner변수potential정의in_game/common/country_interactions/take_over_seniority.txt:1
2category = CATEGORY_HOSTILE_ACTIONS
3type = diplomacy
4ai_tick = monthly
5ai_tick_frequency = 3
7automation_tick = never
8automation_tick_frequency = 12
9potential = {
10scope:actor = {
11exists = union
12union ?= {
}
}
}
19allow = {
20scope:actor = {
21union ?= {
22is_active_parliament = no
}
}
}
26cooldown = {
27type = take_over_seniority
28years = 25
}
30select_trigger = {
31looking_for_a = country
32target_flag = recipient
33name = "choose_country" 국가 선택:
34column = {
35data = name
}
37visible = {
38in_union_with = scope:actor
}
43enabled = {
44scope:actor = {
45country_economical_base >= {
46value = root.country_economical_base
47multiply = 1.25
}
}
}
}
52effect = {
56scope:recipient = {
57add_opinion = {
58target = scope:actor
59modifier = opinion_eclipsed_in_union
}
}
}
63ai_will_do = {
64add = 15
65add = {
66desc = "[diplomatic_reputation|e]"
67value = scope:recipient.modifier:diplomatic_reputation
68multiply = -3
}
}