Event
Legacy of the Empire

The light of the Eastern Roman Empire has been extinguished. Despite this, many of our citizens call themselves Rhōmaîoi, and parts of our Court Title seem to have taken the customs of the old Empire. This in return has given us some legitimacy to reclaim parts of this ancient realm under the pretense of being its rightful successors. Many in Capital are aware of our border at Target Province, and advocate for its reclamation from Target Country, who have no right to call themselves heirs of Rome. The military seems to agree with this sentiment and, along with the Nobility, are encouraging the populace to go to war and reclaim what rightfully belongs to Country.
ByzantiumCountrytriggerRomanCulture Grouptrigger
RomeFormable CountrytriggerDefinitionin_game/events/culture/culture_greek.txt:3112
3113type = country_event
3114title = culture_greek.30.title Legacy of the Empire
3115desc = culture_greek.30.desc The light of the Eastern Roman Empire has been extinguished. Despite this, many of our citizens call themselves Rhōmaîoi, and parts of our Court Title seem to have taken the customs of the old Empire. This in return has given us some legitimacy to reclaim parts of this ancient realm under the pretense of being its rightful successors. Many in Capital are aware of our border at Target Province, and advocate for its reclamation from Target Country, who have no right to call themselves heirs of Rome. The military seems to agree with this sentiment and, along with the Nobility, are encouraging the populace to go to war and reclaim what rightfully belongs to 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
}
}
}
}
}