イベント
退役軍人が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
}
}
}