이벤트
제국의 유산

동로마 제국의 빛은 꺼졌습니다. 그럼에도 불구하고 수많은 시민은 스스로를 로마이오이라 부르며, 우리 Court Title의 일부 또한 옛 제국의 관습을 이어받은 듯합니다. 이는 역으로 우리가 그 정당한 후계자라는 명분 아래 이 고대 제국의 영토 일부를 수복할 정통성을 부여해 주었습니다. Capital의 많은 이들이 Target Province에 맞닿은 우리의 국경을 인지하고 있으며, 스스로를 로마의 후계자라 칭할 권리가 없는 Target Country(으)로부터 그곳을 수복해야 한다고 소리를 높이고 있습니다. 군부 역시 이러한 정서에 동조하는 듯하며, 귀족들과 함께 전쟁에 나서 Country에 마땅히 속해야 할 영토를 되찾자고 백성들을 독려하고 있습니다.
비잔티움국가trigger로마문화군trigger
로마창설 국가trigger정의in_game/events/culture/culture_greek.txt:3112
3113type = country_event
3114title = culture_greek.30.title 제국의 유산
3115desc = culture_greek.30.desc 동로마 제국의 빛은 꺼졌습니다. 그럼에도 불구하고 수많은 시민은 스스로를 로마이오이라 부르며, 우리 Court Title의 일부 또한 옛 제국의 관습을 이어받은 듯합니다. 이는 역으로 우리가 그 정당한 후계자라는 명분 아래 이 고대 제국의 영토 일부를 수복할 정통성을 부여해 주었습니다. Capital의 많은 이들이 Target Province에 맞닿은 우리의 국경을 인지하고 있으며, 스스로를 로마의 후계자라 칭할 권리가 없는 Target Country(으)로부터 그곳을 수복해야 한다고 소리를 높이고 있습니다. 군부 역시 이러한 정서에 동조하는 듯하며, 귀족들과 함께 전쟁에 나서 Country에 마땅히 속해야 할 영토를 되찾자고 백성들을 독려하고 있습니다.
3116outcome = neutral
3118trigger = {
3127scripted_geography:macedonian_dynasty_byzantine_empire_geography = {
3128any_location_in_scripted_geography = {
3129has_owner = yes
3130top_owner != root
}
}
}
3135illustration_tags = {
313610 = regular
313710 = interior
}
3140immediate = {
}
3143ruler_or_regent ?= {
3144save_scope_as = target_character
}
3147if = {
3148limit = {
3149any_border_location = {
3150any_neighbor_location = {
3151is_in_scripted_geography = scripted_geography:macedonian_dynasty_byzantine_empire_geography
3152has_owner = yes
3153top_owner != root
}
}
}
3157random_border_location = {
3158limit = {
3159any_neighbor_location = {
3160is_in_scripted_geography = scripted_geography:macedonian_dynasty_byzantine_empire_geography
3161has_owner = yes
3162top_owner != root
}
}
3165random_neighbor_location = {
3166limit = {
3167is_in_scripted_geography = scripted_geography:macedonian_dynasty_byzantine_empire_geography
3168has_owner = yes
3169top_owner != root
}
3171province = {
3172save_scope_as = target_province
}
3174owner = {
3175save_scope_as = target_country
}
}
}
}
3180else = {
3181scripted_geography:macedonian_dynasty_byzantine_empire_geography = {
3182ordered_location_in_scripted_geography = {
3183order_by = {
3184value = "border_distance_to(ROOT)"
3185multiply = -1
}
3187limit = {
3188has_owner = yes
3189top_owner != root
}
3191check_range_bounds = no
3192max = 1
3193province = {
3194save_scope_as = target_province
}
3196owner = {
3197save_scope_as = target_country
}
}
}
}
}