イベント
差し迫る国境襲撃

Raider Originの一団が凍った河川を渡り、夜明け前にRaided Locationの集落にたどり着いた。家畜と物資が奪われ、建造物には火が放たれた。
イングランド国家triggerスコットランド国家immediate, triggerborder_raids_less_severe変数optionborder_reivers_enabled変数triggerイベントチェーン
各イベントは、その上の階層にあるイベントから発生します。下の行には、どの選択肢でいつ発生するかを示しています。
差し迫る国境襲撃
Raider Originのボーダー・リーヴァーズによるRaided Location襲撃↳ 選択肢A「彼らの襲撃を許そう。」・直後
差し迫る国境襲撃
Raider Originのボーダー・リーヴァーズによるRaided Location襲撃 (上記参照)↳ 選択肢A「奪っているのは彼らの本来の所有物だ。」・直後
定義in_game/events/DHE/flavor_SCO.txt:3720
3721type = country_event
3723title = flavor_sco.1102.title 差し迫る国境襲撃
3724desc = flavor_sco.1102.desc Raider Originの一団が凍った河川を渡り、夜明け前にRaided Locationの集落にたどり着いた。家畜と物資が奪われ、建造物には火が放たれた。
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
}
}
}