イベントこのバージョンで変更
戦利品による支払い

我々が利用するいくつかの傭兵会社が、雇用条件に不満を抱きはじめた。彼らは、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
}
}
}
}
}