Event
Border Friction
'Border Claim Province, our rightful territory, is held by other nations and our government seems to be making no effort to recover it! What use are they anyway?' proclaims the broadsheet, calling for war with the Border Claim Country.
Stirred up by these invectives, widespread dissatisfaction with our failure to recover our claimed provinces is sweeping the nation.
EnlightenmentInstitutiontriggerDefinitionin_game/events/diplomacy/border_friction.txt:80
81type = country_event
82title = border_friction.2.title Border Friction
83desc = border_friction.2.desc 'Border Claim Province, our rightful territory, is held by other nations and our government seems to be making no effort to recover it! What use are they anyway?' proclaims the broadsheet, calling for war with the Border Claim Country.
Stirred up by these invectives, widespread dissatisfaction with our failure to recover our claimed provinces is sweeping the nation.
Stirred up by these invectives, widespread dissatisfaction with our failure to recover our claimed provinces is sweeping the nation.
84outcome = neutral
85trigger = {
87is_ai = no
88at_war = no
89is_subject = no
90war_exhaustion < 5
91manpower_percentage >= 0.95
92stability >= -10
93has_regent = no
96any_core_location = {
97NOT = {
97owner = root
}
98owner = {
99NOT = {
99is_subject_of = root
}
100NOT = {
100has_truce_with = root
}
}
}
}
108immediate = {
109random_core_location = {
110limit = {
111NOT = {
111owner = root
}
112owner = {
113NOT = {
113is_subject_of = root
}
114NOT = {
114has_truce_with = root
}
}
}
118owner = {
119save_scope_as = border_claim_country
}
121province = {
122save_scope_as = border_claim_province
}
}
}