Acontecimiento
Descontento entre los Patriotic Mercs
Muchos Patriotic Mercs han desarrollado cierto sentimentalismo infundado hacia su patético país natal, Merc Home Country. Gran parte de sus hombres han desertado, horrorizados ante la idea de ver su hogar en llamas.
Definiciónin_game/events/mercs.txt:2
3hide_portraits = no
4type = country_event
5title = mercs.1.title Descontento entre los Patriotic Mercs
6desc = mercs.1.desc Muchos Patriotic Mercs han desarrollado cierto sentimentalismo infundado hacia su patético país natal, Merc Home Country. Gran parte de sus hombres han desertado, horrorizados ante la idea de ver su hogar en llamas.
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
}
}
}
}
}