Also added the Catholic tolerance doctrines, mostly without loc. Made changes to facilitate that + added new tenets for Absurdism.
25 lines
610 B
Text
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
|
|
}
|
|
}
|
|
}
|