N3OW/common/religion/doctrines/000_hostility_groups.txt
Archa3opt3ryx 9b5b078e74 Added Universal Tolerance file
Also added the Catholic tolerance doctrines, mostly without loc. Made changes to facilitate that + added new tenets for Absurdism.
2025-06-04 18:13:26 -04:00

25 lines
610 B
Text

hostility_group = { #these need to be above the tolerance doctrines in order to make them function correctly. We also should make more of these.
group = "not_creatable"
abrahamic_hostility_doctrine = {
parameters = {
hostility_same_religion = 2
hostility_same_family = 3
hostility_others = 3
}
}
pagan_hostility_doctrine = {
visible = no
parameters = {
hostility_same_religion = 1
hostility_same_family = 2
hostility_others = 3
}
}
eastern_hostility_doctrine = {
parameters = {
hostility_same_religion = 1
hostility_same_family = 1
hostility_others = 2
}
}
}