대여 부대 회수
행동이번 버전 신규

대여 부대 회수

recall_lent_unitin_game/common/generic_actions/recall_lent_unit.txt:1

대여한 부대를 다시 우리 지휘하로 복귀시킵니다. 같은 편으로 참전 중인 전쟁에서 부대를 회수할 경우, 우리 군대에 의존하고 있는 동맹국이 분노할 것입니다.

정의in_game/common/generic_actions/recall_lent_unit.txt:1

2type = owncountry
4potential = {
5scope:actor = {
6any_rented_out_mercenary = {
6is_lent_unit = yes
}
}
}
10allow = {
}
13ai_tick = monthly
16select_trigger = {
17looking_for_a = mercenary
18source = actor
19target_flag = lent_merc_target
20name = "recall_lent_unit_choose_unit" 회수할 대여 부대 선택
21none_available_msg_key = "recall_lent_unit_no_units"
22column = {
22data = name
}
23visible = {
24is_lent_unit = yes
}
}
28effect = {
29if = {
30limit = {
31exists = scope:lent_merc_target
}
34scope:lent_merc_target = {
35customer = {
36save_temporary_scope_as = borrower
}
}
39if = {
40limit = {
41exists = scope:borrower
42scope:actor = {
43any_current_war = {
44is_in_war = scope:borrower
}
}
}
48scope:borrower = {
49add_opinion = {
50target = scope:actor
51modifier = opinion_recalled_lent_unit
}
}
}
55scope:lent_merc_target = {
56recall_lent_unit = {
}
}
}
}
61ai_will_do = {
62value = 0
65if = {
66limit = {
67scope:actor = {
67lowest_war_score < -15
}
}
69add = 100
}
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지