
Action
Summon Patriarchate Member
As leader of our Autocephalous Patriarchate, we may call upon fellow Orthodox leaders to aid us against enemies of the faith. Such appeals rely on shared belief rather than obligation, and may yet rally swords to our cause.
Fate of the PhoenixDisasterselect trigger 1
Autocephalous PatriarchateInternational Organizationallow, select trigger 2Definitionin_game/common/generic_actions/D008_fate_of_the_phoenix_actions.txt:528
529type = disaster
531allow = {
532scope:actor = {
533any_international_organizations_member_of = {
535leader_country = prev
536any_international_organization_member = {
537NOR = {
538is_rival_of = scope:actor
539is_enemy_of = scope:actor
}
541is_neighbor_of = scope:actor
542at_war = no
}
}
546custom_tooltip = {
547text = at_war_with_heathens_or_heretics_tt We are currently leading a War against a Country that is NOT following Actor Religion
548any_current_war = {
549OR = {
550AND = {
551defender_leader = scope:actor
552attacker_leader = {
552religion != scope:actor.religion
}
}
554AND = {
555attacker_leader = scope:actor
556defender_leader = {
556religion != scope:actor.religion
}
}
}
}
}
}
}
565automation_tick = never
566automation_tick_frequency = 12
567price = price:fate_of_phoenix_actions_price
569cooldown = {
570type = summon_patriarchate_member
571years = 20
}
574select_trigger = {
575looking_for_a = disaster
576name = "choose_disaster" Choose the Disaster:
577target_flag = recipient
578column = {
579data = name
}
}
587select_trigger = {
588looking_for_a = country
589interaction_source_list = {
590scope:actor = {
591random_international_organizations_member_of = {
592limit = {
594leader_country = scope:actor
}
596every_international_organization_member = {
597limit = {
598this != scope:actor
599NOR = {
600is_rival_of = scope:actor
601is_enemy_of = scope:actor
}
604is_neighbor_of = scope:actor
605at_war = no
}
608add_to_list = source
}
}
}
}
614target_flag = target_country
615name = "choose_country" Choose the Country:
616column = {
616data = name
}
617column = {
617data = great_power_score
}
618enabled = {
619NOT = {
619is_rival_of = scope:actor
}
620NOT = {
620is_enemy_of = scope:actor
}
621OR = {
622is_subject = no
623is_subject_of = scope:actor
}
625NOT = {
625is_embargoed_by = scope:actor
}
}
}
629effect = {
630if = {
631limit = {
631exists = scope:target_country
}
}
635custom_tooltip = selected_country_may_join_every_ongoing_war_against_heathen_and_heretics_tt The selected Country may join our ongoing Wars whose War Leaders are either Heathens or Heretics
}
638ai_will_do = {
639if = {
640limit = {
641scope:actor.government_power > 90
}
644add = {
645value = {
20
50
}
646desc = "high government power"
}
}
649else = {
650subtract = {
651value = 1
652desc = "low government power"
}
}
656if = {
657limit = {
657exists = scope:target_country
}
660add = {
661value = "scope:actor.relative_strength(scope:target_country)"
662multiply = 100
}
}
}