事件本版本变更
劫掠抵薪

我们雇佣的多支佣兵团开始对他们的报酬感到不满。他们微薄的收入比起Rich Enemy Province等等敌国城市的财富实在逊色——至少他们是这样认为的。Loot Mercs的头领表明了立场,要求允许他和他的手下截留下一大笔掠夺来的战利品。
定义in_game/events/mercs.txt:144
145type = country_event
146title = mercs.3.title 劫掠抵薪
147desc = mercs.3.desc 我们雇佣的多支佣兵团开始对他们的报酬感到不满。他们微薄的收入比起Rich Enemy Province等等敌国城市的财富实在逊色——至少他们是这样认为的。Loot Mercs的头领表明了立场,要求允许他和他的手下截留下一大笔掠夺来的战利品。
148outcome = neutral
149illustration_tags = {
15010 = armed
15110 = interior
}
154trigger = {
155at_war = yes
157any_hired_mercenary ?= {
158count > 0
159mercenary_home ?= {
159NOT = {
159owner ?= root
}
}
}
161any_country = {
162is_at_war_with = root
163any_owned_non_rural_location = {
164development >= 20
}
}
}
170immediate = {
172hidden_effect = {
173random_hired_mercenary = {
174limit = {
175mercenary_home = {
175NOT = {
175owner = root
}
}
}
177save_scope_as = loot_mercs
}
181random_country = {
182limit = {
183is_at_war_with = root
184any_owned_location = {
185development >= 20
}
}
188random_owned_location = {
189limit = {
190development >= 20
}
192save_scope_as = rich_enemy_province
}
}
}
}
}