On ActionChanged this version
yearly_infidel_holds_rome_pulse
Each Catholic country accumulates antagonism toward a non-Christian holder of Rome every year, but only while that owner has not yet cored Rome. Coring Rome stops the accrual and lets the antagonism decay away, giving the holder a path to legitimize the conquest.
CatholicismReligiontrigger
ChristianityReligion GrouptriggerDefinitionin_game/common/on_action/country_yearly.txt:934
935trigger = {
936exists = religion
938location:rome = {
939owner = {
941is_real_country = yes
942NOT = {
942has_core = prev
}
}
}
}
946effect = {
947add_antagonism = {
948target = location:rome.owner
949modifier = antagonism_infidel_holds_rome
}
}