Event
Impending Border Raid

A band of reivers from Raider Origin made their way across the frozen river, reaching the settlement of Raided Location just before dawn. Livestock and supplies were taken and buildings were set ablaze.
EnglandCountryimmediate, triggerScotlandCountrytriggerborder_raids_less_severeVariableoptionborder_reivers_enabledVariabletriggerEvent chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
Impending Border Raid
Border Reivers from Raider Origin raid Raided Location↳ Option A “They take what is needed.” · right away
Impending Border Raid
Border Reivers from Raider Origin raid Raided Location (see above)↳ Option A “It is rightfully theirs.” · right away
Definitionin_game/events/DHE/flavor_SCO.txt:3793
3794hide_portraits = yes
3795type = country_event
3797title = flavor_sco.1103.title Impending Border Raid
3798desc = flavor_sco.1103.desc A band of reivers from Raider Origin made their way across the frozen river, reaching the settlement of Raided Location just before dawn. Livestock and supplies were taken and buildings were set ablaze.
3799outcome = neutral
3801trigger = {
3806any_owned_location = {
3807region = region:great_britain_region
3812prosperity <= 0.5
3813local_control <= 0.5
}
}
3818illustration_tags = {
381910 = regular
382010 = interior
}
3823immediate = {
}
3825random_owned_location = {
3826limit = {
3827region = region:great_britain_region
3829prosperity <= 0.5
3830local_control <= 0.5
}
3832save_scope_as = raider_origin
3833random_neighbor_location = {
3838save_scope_as = raided_location
}
}
}