Yep that is totally possble, here is an example of how we did it an AGOT
Code:
sympathy_westerosi = {
opposites = {
zealous
}
potential = {
NOT = { religion_group = westerosi_religion }
}
tolerates_westerosi_religion = yes # Tolerates and is tolerated by Westerosi
customizer = no
random = no
}
Just replace the westerosi with anything else so an outline of it would be
Code:
sympathy_xxx = {
opposites = {
zealous
}
potential = {
NOT = { religion_group = xxx }
}
tolerates_xxx = yes # Tolerates and is tolerated by xxx
customizer = no
random = no
}
Where xxx is the religion group
You don't need the zealous bit but we just put it in, you also can have it available in the customizer if you choose obviously