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

Raider Originの一団が凍った河川を渡り、夜明け前にRaided Locationの集落にたどり着いた。家畜と物資が奪われ、建造物には火が放たれた。
イングランド国家immediate, triggerスコットランド国家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:3793
3794hide_portraits = yes
3795type = country_event
3797title = flavor_sco.1103.title 差し迫る国境襲撃
3798desc = flavor_sco.1103.desc Raider Originの一団が凍った河川を渡り、夜明け前にRaided Locationの集落にたどり着いた。家畜と物資が奪われ、建造物には火が放たれた。
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
}
}
}