EventChanged this version
Payment in Plunder

Several mercenary companies under our employ are becoming dissatisfied with the terms of their employment. The riches of enemy cities such as Rich Enemy Province hardly compare to their meager salaries, or so they argue. The captain of the Loot Mercs, has taken a stand and demanded that a large portion of the spoils of war be reserved for him and his men.
Definitionin_game/events/mercs.txt:144
145type = country_event
146title = mercs.3.title Payment in Plunder
147desc = mercs.3.desc Several mercenary companies under our employ are becoming dissatisfied with the terms of their employment. The riches of enemy cities such as Rich Enemy Province hardly compare to their meager salaries, or so they argue. The captain of the Loot Mercs, has taken a stand and demanded that a large portion of the spoils of war be reserved for him and his men.
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
}
}
}
}
}