
アクション
総主教座の成員を招集
我々は独立総主教区の指導者として、信仰の敵と戦うため、同胞の正教会の指導者たち支援を呼びかけることができる。この要請は義務に基づくものではなく、共通の信仰に訴えるものだが、大義のために剣を掲げる者を集結させることができるだろう。
不死鳥の運命国難select trigger 1
独立総主教区国際組織allow, select trigger 2定義in_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 わが国は現在、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" 国難を選択:
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" 国家を選択:
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 選択された国家が、戦争指導国が異教または異端である進行中の戦争に参戦する可能性がある
}
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
}
}
}