주둔군 출격
행동

주둔군 출격

garrison_sortiein_game/common/generic_actions/siege.txt:1

요새를 공성 중인 지상군을 주둔군으로 공격합니다.
이 전투에서 패배하면 공성전에서도 즉시 패배합니다.

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

2type = owncountry
4select_trigger = {
5looking_for_a = siege
6source = actor
7source_flags = only_defending_sieges
8target_flag = target
9enabled = {
10location ?= {
11garrison_percentage > 0.5
}
}
}
17ai_tick = daily
18ai_tick_frequency = 35
20automation_tick = daily
21automation_tick_frequency = 20
23effect = {
24if = {
25limit = {
26exists = scope:target
}
28scope:target = {
29garrison_sortie = {
}
}
}
}
34ai_will_do = {
35scope:target = {
36location ?= {
37add = {
38if = {
40limit = {
41has_combat = yes
42strength_ratio_for_garrison_sortie > 1.0
43strength_ratio_for_garrison_sortie < 2.0
}
45add = 50
}
}
48add = {
50if = {
51limit = {
52has_combat = no
53strength_ratio_for_garrison_sortie > 5.0
}
55add = {
56value = strength_ratio_for_garrison_sortie
57multiply = 20
}
}
}
}
}
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지