인물 상호 작용이번 버전 변경
외국 기사단 입단
해당 인물이 상대국의 기사단에 입단해, 기사단에 따른 보너스를 획득합니다.
왕족계층select trigger 1
귀족계층select trigger 1
교황보정치 유형potential
기독교종교군potential, select trigger 1order_of_chivalry_country_cooldown변수allow2is_consort_action = no
3on_own_nation = yes
4message = yes
5context_menu_click_mode = click
7potential = {
8scope:actor = {
11any_country_with_chivalric_order = {
12has_different_order_of_chivalry = scope:actor
}
}
}
17ai_tick = daily
18ai_tick_frequency = 180
20allow = {
21scope:actor = {
22custom_tooltip = {
}
}
}
29select_trigger = {
30looking_for_a = character
31source = actor
32target_flag = recipient
33name = "choose_character" 인물 선택:
34column = {
35data = name
}
37visible = {
38is_alive = yes
39owner = scope:actor
40is_artist = no
}
42enabled = {
43is_in_chivalric_order = no
}
}
52select_trigger = {
53looking_for_a = country
54interaction_source_list = {
55every_country_with_chivalric_order = {
56add_to_list = source
}
}
59target_flag = target
60name = "join_foreign_order_of_chivalry_select_title" 입단할 기사단이 위치한 국가 선택
61none_available_msg_key = "join_foreign_order_of_chivalry_no_countries"
62column = {
62data = name
}
63visible = {
64NOT = {
64root = scope:actor
}
65scope:recipient = {
66custom_tooltip = {
67text = character_can_join_order_of_chivalry_tt Recipient(은)는 조건을 만족하는 기사단에 입단할 수 있습니다.
68is_adult = yes
69character_is_eligible_for_active_order = root
}
}
72not = {
72is_at_war_with = scope:actor
}
73has_different_order_of_chivalry = scope:actor
74within_diplomatic_range = scope:actor
}
}
77ai_will_do = {
78add = 0
80if = {
81limit = {
82scope:actor = {
82has_chivalric_order = yes
}
}
84add = -1000
}
87if = {
88limit = {
}
91add = 10
}
94if = {
95limit = {
96scope:recipient = {
97OR = {
98is_ruler = yes
99is_heir = yes
}
}
}
103add = 15
}
106if = {
107limit = {
108scope:recipient = {
109OR = {
110mil >= 5
111adm >= 5
112dip >= 5
}
}
}
116add = 5
}
}
119effect = {
120hidden_effect = {
121scope:actor = {
122set_variable = {
122value = yes
122years = 10
}
}
}
125scope:recipient = {
126join_active_chivalric_order_of = scope:target
}
128if = {
129limit = {
129exists = scope:target
}
130scope:target = {
131add_opinion = {
132target = scope:actor
133modifier = opinion_joined_our_order_of_chivalry
}
}
}
}