Event
Colonial Border Conflict

Settlers from Colonial Conflict Target's colonies have breached our borders! In their search for resources, they have expanded into land that is part of Country and come into conflict with the local population. This cannot be tolerated!
Colonial NationSubject Typeimmediate, triggerEvent chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
Colonial Border Conflict
Colonial Border Conflict↳ Option A “Send the local militia to drive them out!” · right away
Colonial Border Conflict↳ Option A “Send in our local militia as well!” · 120 days later
Colonial Border Conflict↳ Option A “Send in our local militia as well!” · 120 days later
Colonial Border Conflict↳ Option B “Reprimand those that escalated the conflict!” · right away
Colonial Border Conflict↳ Option B “Reprimand those that escalated the conflict!” · right away
Colonial Border Conflict↳ Option C “Reprimand those that started the conflict!” · right away
Colonial Border Conflict↳ Option C “Reprimand those that started the conflict!” · right away
Definitionin_game/events/colonization/conquest_of_paradise.txt:22
23hide_portraits = yes
24type = country_event
25title = conquest_of_paradise.2.title Colonial Border Conflict
26desc = conquest_of_paradise.2.desc Settlers from Colonial Conflict Target's colonies have breached our borders! In their search for resources, they have expanded into land that is part of Country and come into conflict with the local population. This cannot be tolerated!
27outcome = neutral
28trigger = {
34manpower > 0
36overlord = {
37has_ruler = yes
}
}
40image = "gfx/interface/illustrations/institutions/new_world.dds"
41immediate = {
42random_neighbor_country = {
47save_scope_as = colonial_conflict_target
48ordered_province = {
49order_by = population
50max = 1
51save_scope_as = source_province
}
}
}