
국가 상호 작용
프로이센 십자군에 인재 초청
상대국의 인물을 초청해 프로이센 십자군에 참여하게 합니다. 해당 인물은 5년간 우리의 지휘를 받습니다. 이 기간 동안 해당 인물은 확률적으로 능력치가 향상되지만, 영광스러운 죽음을 맞이할 수도 있습니다.
전통시대potential
르네상스시대potential
도시민계층select trigger 2
성직자계층select trigger 2
평민계층select trigger 2
군주국정부 유형select trigger 1
지상군 또는 해상군 지휘 불가보정치 유형select trigger 2
상호 작용 차단보정치 유형select trigger 2
가톨릭종교potential, select trigger 1프로이센 십자군 완료정적 보정치select trigger 2프로이센 십자군 참여 중정적 보정치select trigger 2정의in_game/common/country_interactions/prussian_crusade.txt:121
122type = diplomacy
123potential = {
124scope:actor = {
125capital.region = region:baltic_region
126has_reform = government_reform:military_order_reform
}
}
134allow = {
}
137select_trigger = {
138looking_for_a = country
139target_flag = recipient
140name = "choose_country" 국가 선택:
141column = {
142data = name
}
148enabled = {
149not = {
149is_at_war_with = scope:actor
}
}
}
153select_trigger = {
154looking_for_a = character
155source = recipient
156target_flag = target
157name = "invite_to_prussian_crusade_SELECT_TITLE" 프로이센 십자군에 초청할 인물 선택
158none_available_msg_key = "invite_to_prussian_crusade_no_characters"
159column = {
159data = character_info
}
160visible = {
161is_alive = yes
162is_adult = yes
163is_ruler = no
164is_regent = no
}
}
176effect = {
177if = {
178limit = {
178exists = scope:target
}
179scope:target = {
180move_country = scope:actor
181if = {
182limit = {
182is_ruler = yes
}
185remove_ruler = scope:recipient
}
}
194scope:recipient = {
195add_to_variable_list = {
196name = pr_cr_characters
197target = scope:target
}
}
}
}
207diplo_chance = {
208opinion = 0.2
209relative_strength = 200
210diplomatic_reputation = 5
}
212accept = {
213add = {
214desc = "game_concept_rival" 경쟁국
215if = {
216limit = {
217scope:recipient = {
218is_rival_of = scope:actor
}
}
221value = -100
}
}
224add = {
225desc = "THEIR_OPINION_TOOLTIP" 우리에 대한 상대국의 우호도
226value = "scope:recipient.opinion(scope:actor)"
227divide = 5
}
229add = {
230scope:recipient = {
231value = "trust(scope:actor)"
232divide = 5
}
}
}