이벤트이번 버전 변경
Target Country 약탈
병사들이 초조해하고 있습니다. Target Character의 마지막 원정이 끝난 이후로 1년이 넘게 지나자, Root Country Adjective의 전사들이 전장을 메우던 전투 소리를 갈망하기 시작한 것입니다. 전장을 갈구하던 병사들은 심지어 약탈대를 꾸려 Target Country의 농촌 지역을 주기적으로 유린하기에 이르렀습니다. 비록 허가를 받은 전투 행동은 아니었지만, 이는 Target Country 땅에 만연한 Target Country Culture인들의 약점을 적나라하게 드러내 주었습니다. 그 재산과 영토는 우리의 차지가 될 것입니다!
정의in_game/events/situations/rise_of_timur.txt:686
687type = country_event
688category = situation_event
689title = {
690first_valid = {
691triggered_desc = {
692trigger = {
692exists = scope:target_country
}
693desc = rise_of_timur.100.title Target Country 약탈
}
695triggered_desc = {
696trigger = {
696always = yes
}
697desc = rise_of_timur.100.title.generic 외국 영토 약탈
}
}
}
701desc = rise_of_timur.100.desc 병사들이 초조해하고 있습니다. Target Character의 마지막 원정이 끝난 이후로 1년이 넘게 지나자, Root Country Adjective의 전사들이 전장을 메우던 전투 소리를 갈망하기 시작한 것입니다. 전장을 갈구하던 병사들은 심지어 약탈대를 꾸려 Target Country의 농촌 지역을 주기적으로 유린하기에 이르렀습니다. 비록 허가를 받은 전투 행동은 아니었지만, 이는 Target Country 땅에 만연한 Target Country Culture인들의 약점을 적나라하게 드러내 주었습니다. 그 재산과 영토는 우리의 차지가 될 것입니다!
702outcome = neutral
703immediate = {
704save_scope_as = root_country
705ruler ?= {
705save_scope_as = target_character
}
706ordered_neighbor_country = {
707limit = {
708NOT = {
708has_truce_with = root
}
709NOT = {
709has_target_casus_belli_on_us = root
}
711NOT = {
711is_subject_of = root
}
712is_rebel_country = no
713can_declare_war_on = root
714capital = {
715OR = {
716sub_continent = sub_continent:middle_east
717sub_continent = sub_continent:central_asia
718sub_continent = sub_continent:south_asia
}
}
}
722max = 1
723order_by = {
724value = expected_army_size
725multiply = -1
}
727save_scope_as = target_country
}
729if = {
730limit = {
730NOT = {
730exists = scope:target_country
}
}
731ordered_neighbor_country = {
732limit = {
733NOT = {
733has_truce_with = root
}
734NOT = {
734has_target_casus_belli_on_us = root
}
736NOT = {
736is_subject_of = root
}
737is_rebel_country = no
738can_declare_war_on = root
}
740max = 1
741order_by = {
742value = expected_army_size
743multiply = -1
}
745save_scope_as = target_country
}
}
}