이벤트
접경지 약탈 임박

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