事件
老兵纷纷加入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
}
}
}