
행동
주변 베이국 침략
주변국이 우리와 동일한 신앙을 추종하고 있다고는 하나, 개중 다수는 우리의 신조에서 비롯된 가르침을 국무에 적용하는 데 실패했습니다. 그로 인해 통치가 불안정해지고 위태로워졌으니, 우리가 마땅히 개입하여 평화를 이룩해야 합니다!
튀르크의 부상상황select trigger 1정의in_game/common/generic_actions/rise_of_the_ottomans.txt:761
762type = situation
763show_message = no
764potential = {
765scope:actor = {
766has_reform = government_reform:anatolian_beylik
}
}
770allow = {
771scope:actor = {
772at_war = no
773has_regent = no
}
}
777automation_tick = never
778automation_tick_frequency = 12
780price = price:invade_neighbor_beylik_price
782select_trigger = {
783looking_for_a = situation
789target_flag = recipient
790name = "choose_situation" 상황 선택:
791column = {
792data = name
}
}
800select_trigger = {
801looking_for_a = country
802source_global_list = eligible_beylik_list
803target_flag = target
804name = "choose_a_country" 국가 선택
805none_available_msg_key = "no_suitable_countries_invade_neighbor_beylik"
806column = {
807data = name
}
809visible = {
810this != scope:actor
811is_neighbor_of = scope:actor
812OR = {
813stability < 0
814in_civil_war = yes
815has_regent = yes
}
817is_subject = no
}
}
821effect = {
822if = {
823limit = {
824exists = scope:target
}
826scope:actor = {
}
}
833else = {
834custom_tooltip = rott_get_cb_against_them_tt 목표 국가를 상대로 우리 국가를 모욕 전쟁 명분을 얻습니다
}
}
837cooldown = {
837type = invade_neighbor_beylik
837years = 2
}
838ai_will_do = {
839add = {
840value = -50
841desc = "base chance"
}
844if = {
845limit = {
846scope:actor = {
846has_any_active_disaster = yes
}
}
848subtract = {
849desc = "ongoing disaster"
850value = 1000
}
}
854if = {
855limit = {
856scope:actor = {
856not = {
856wants_to_attack = scope:target
}
}
}
858add = {
859value = -500
860desc = "We dont want to attack them"
}
}
863else = {
864add = {
865value = 500
866desc = "We want to attack them"
}
}
}