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.
EnglandCountrytriggerScotlandCountryimmediate, triggerborder_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:3720
3721type = country_event
3723title = flavor_sco.1102.title Impending Border Raid
3724desc = flavor_sco.1102.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.
3725outcome = neutral
3727trigger = {
3731any_owned_location = {
3732region = region:great_britain_region
3734prosperity <= 0.5
3735local_control <= 0.5
}
}
3740illustration_tags = {
374110 = angry
374210 = interior
}
3745immediate = {
}
3747random_owned_location = {
3748limit = {
3749region = region:great_britain_region
3754prosperity <= 0.5
3755local_control <= 0.5
}
3757save_scope_as = raider_origin
3758random_neighbor_location = {
3763save_scope_as = raided_location
}
}
}