이벤트
접경지 약탈 임박

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
}
}
}