Event
Discontent Among the Patriotic Mercs
Many of the Patriotic Mercs have developed baseless sentimental feelings towards their pathetic home country of Merc Home Country. A sizable portion of their men are deserting, horrified by the thought of seeing their home cities in flames.
Definitionin_game/events/mercs.txt:2
3hide_portraits = no
4type = country_event
5title = mercs.1.title Discontent Among the Patriotic Mercs
6desc = mercs.1.desc Many of the Patriotic Mercs have developed baseless sentimental feelings towards their pathetic home country of Merc Home Country. A sizable portion of their men are deserting, horrified by the thought of seeing their home cities in flames.
7outcome = neutral
9trigger = {
10any_hired_mercenary ?= {
11count > 0
12mercenary_home ?= {
13has_owner = yes
14NOT = {
14owner = root
}
15owner = {
15is_at_war_with = root
}
}
}
}
21immediate = {
22hidden_effect = {
24random_hired_mercenary = {
25limit = {
26mercenary_home = {
27NOT = {
27owner = root
}
28owner = {
28is_at_war_with = root
}
}
}
31save_scope_as = patriotic_mercs
32mercenary_home = {
33save_scope_as = merc_home_province
34owner = {
35save_scope_as = merc_home_country
}
}
}
}
}