Scripted Effect
add_all_possible_pentarchies
Definitionin_game/common/scripted_effects/country_effects.txt:2750
2751if = {
2752limit = {
2752owns = location:constantinople
}
2758add_to_variable_map = {
2759name = pentarchy
2760key = location:constantinople
2761value = scope:target_patriarch
}
}
2764if = {
2765limit = {
2765owns = location:rome
}
2771add_to_variable_map = {
2772name = pentarchy
2773key = location:rome
2774value = scope:target_patriarch
}
}
2777if = {
2778limit = {
2778owns = location:jerusalem
}
2784add_to_variable_map = {
2785name = pentarchy
2786key = location:jerusalem
2787value = scope:target_patriarch
}
}
2790if = {
2791limit = {
2791owns = location:antioch
}
2797add_to_variable_map = {
2798name = pentarchy
2799key = location:antioch
2800value = scope:target_patriarch
}
}
2803if = {
2804limit = {
2804owns = location:alexandria
}
2810add_to_variable_map = {
2811name = pentarchy
2812key = location:alexandria
2813value = scope:target_patriarch
}
}