이벤트
Veteran Mercs에 모여드는 재향 군인

Country(은)는 용병대 대장들 사이에서 평가가 높습니다. 국제적 위상도 높거니와 무엇보다 용병에게 약속한 돈을 제때 지급하기 때문입니다. 이에 우리나라에서 꾸준히 일하기를 희망하는 외국의 재향 군인들이 Veteran Mercs에 대거 합류하고 있습니다.
정의in_game/events/mercs.txt:223
224type = country_event
225title = mercs.4.title Veteran Mercs에 모여드는 재향 군인
226desc = mercs.4.desc Country(은)는 용병대 대장들 사이에서 평가가 높습니다. 국제적 위상도 높거니와 무엇보다 용병에게 약속한 돈을 제때 지급하기 때문입니다. 이에 우리나라에서 꾸준히 일하기를 희망하는 외국의 재향 군인들이 Veteran Mercs에 대거 합류하고 있습니다.
227outcome = neutral
228illustration_tags = {
22910 = happy
23010 = interior
}
233trigger = {
234at_war = yes
235any_hired_mercenary ?= {
236count > 0
237any_mercenary_sub_unit = {
238subunit_strength_percentage < 0.7
}
}
242prestige >= 40.00
}
246immediate = {
247hidden_effect = {
248random_hired_mercenary = {
249limit = {
250any_mercenary_sub_unit = {
251subunit_strength_percentage < 0.7
}
}
254save_scope_as = veteran_mercs
}
}
}