EreignisIn dieser Version geändert
Neuanordnung der Provinzen

Unsere Beamten in Capital legten einen Vorschlag für eine umfassende Neuanordnung von Provinzen wie Target Province vor, um die Rechtsprechung und die Verwaltung näher an unserem kulturellen und politischen Zentrum auszurichten. Der Plan verspricht mehr Kontrolle, birgt jedoch auch die Gefahr, das seit Langem bestehende Gleichgewicht zu stören.
Fate of the PhoenixDLCtrigger
Latinitas gegen RōmanismósGesellschaftswertoption 1, option 2Definitionin_game/events/government/D008_latinization_vs_hellenization.txt:903
904type = country_event
905title = latinization_vs_hellenization.8.title Neuanordnung der Provinzen
906desc = latinization_vs_hellenization.8.desc Unsere Beamten in Capital legten einen Vorschlag für eine umfassende Neuanordnung von Provinzen wie Target Province vor, um die Rechtsprechung und die Verwaltung näher an unserem kulturellen und politischen Zentrum auszurichten. Der Plan verspricht mehr Kontrolle, birgt jedoch auch die Gefahr, das seit Langem bestehende Gleichgewicht zu stören.
907outcome = neutral
908trigger = {
910has_societal_value = societal_value_type:latinization_vs_hellenization
912any_province = {
913province_capital = {
913proximity > 0
}
914culture_percentage = {
915culture = root.culture
916value < 1
}
}
}
921illustration_tags = {
92210 = regular
92310 = exterior
}
926immediate = {
}
929ordered_province = {
930limit = {
931province_capital = {
931proximity > 0
}
}
933order_by = {
934value = population
935if = {
936limit = {
937culture_percentage = {
938culture = root.culture
939value <= 0
}
}
942divide = 0.01
}
944else = {
944divide = "culture_percentage(root.culture)"
}
}
946max = {
947value = {
948add = root.num_provinces
949multiply = 0.1
950ceiling = yes
}
}
953check_range_bounds = no
954add_to_list = LvH_event_8_list
}
957ordered_in_list = {
958list = LvH_event_8_list
959order_by = population
960check_range_bounds = no
961max = 1
963save_scope_as = target_province
964province_capital = {
964save_scope_as = target_location
}
}
}