EventChanged this version
The Enemy of Their Enemy

The soldiers of the Bloodthirsty Mercs gleefully anticipate the chance to battle their hated enemies, the Bloodthirsty Mercs Enemy Adjective. It would appear that the bitter feud between Bloodthirsty Mercs Home and Bloodthirsty Mercs Enemy extends even to hired swords.
Definitionin_game/events/mercs.txt:67
68type = country_event
69title = mercs.2.title The Enemy of Their Enemy
70desc = mercs.2.desc The soldiers of the Bloodthirsty Mercs gleefully anticipate the chance to battle their hated enemies, the Bloodthirsty Mercs Enemy Adjective. It would appear that the bitter feud between Bloodthirsty Mercs Home and Bloodthirsty Mercs Enemy extends even to hired swords.
71outcome = neutral
72illustration_tags = {
7310 = armed
7410 = exterior
}
77trigger = {
79any_hired_mercenary ?= {
80count > 0
81mercenary_home ?= {
82has_owner = yes
83NOT = {
83owner = root
}
84owner = {
85any_rival = {
86is_at_war_with = root
}
}
}
}
}
94immediate = {
96hidden_effect = {
97random_hired_mercenary = {
98limit = {
99mercenary_home = {
100NOT = {
100owner = root
}
101owner = {
102any_rival = {
103is_at_war_with = root
}
}
}
}
110save_scope_as = bloodthirsty_mercs
112mercenary_home = {
113save_scope_as = bloodthirsty_mercs_home_province
114owner = {
115save_scope_as = bloodthirsty_mercs_home
116random_rival = {
117limit = {
118is_at_war_with = root
}
120save_scope_as = bloodthirsty_mercs_enemy
}
}
}
}
}
}
}