
Country InteractionChanged this version
Take over Seniority
This allows us to surpass Recipient's role of Senior Partner within the Actor Union.
Establish SeniorityPolicypotentialunion_senior_partnerVariablepotentialDefinitionin_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" Choose the 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
}
}