EventChanged this version
Mercenary Fervor

The Pious Mercs take their Religion faith very seriously indeed, at least by the standards of hired swords. Emboldened by our righteous cause, the Company is in high spirits as they prepare to do battle with the godless Pious Mercs Enemy.
Definitionin_game/events/mercs.txt:354
355type = country_event
356title = mercs.10.title Mercenary Fervor
357desc = mercs.10.desc The Pious Mercs take their Religion faith very seriously indeed, at least by the standards of hired swords. Emboldened by our righteous cause, the Company is in high spirits as they prepare to do battle with the godless Pious Mercs Enemy.
358outcome = neutral
359illustration_tags = {
36010 = armed
36110 = interior
}
364trigger = {
366at_war = yes
369any_hired_mercenary ?= {
370count > 0
371mercenary_home ?= {
372NOT = {
372owner = root
}
373dominant_religion = root.religion
}
}
377any_country_at_war_with = {
378NOT = {
378religion = root.religion
}
}
}
383immediate = {
385random_hired_mercenary = {
386limit = {
387mercenary_home = {
388NOT = {
388owner = root
}
389dominant_religion = root.religion
}
}
392save_scope_as = pious_mercs
}
395random_country_at_war_with = {
396limit = {
397NOT = {
397religion = root.religion
}
}
399save_scope_as = pious_mercs_enemy
}
}
}