Fixus
This commit is contained in:
parent
587fdadbca
commit
d39a7fd386
2 changed files with 40 additions and 11 deletions
40
common/religion/doctrines/10_doctrines_religions.txt
Normal file
40
common/religion/doctrines/10_doctrines_religions.txt
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
# Defined early so tenets / other doctrines can override these
|
||||||
|
hostility_group = {
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
sinitic_hostility_doctrine = {
|
||||||
|
parameters = {
|
||||||
|
hostility_same_religion = 1
|
||||||
|
hostility_same_family = 1
|
||||||
|
hostility_others = 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
antediluvianist_hostility_doctrine = {
|
||||||
|
parameters = {
|
||||||
|
hostility_same_religion = 2
|
||||||
|
hostility_same_family = 2
|
||||||
|
hostility_others = 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
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"
|
|
||||||
|
|
||||||
antediluvianist_hostility_doctrine = {
|
|
||||||
parameters = {
|
|
||||||
hostility_same_religion = 2
|
|
||||||
hostility_same_family = 2
|
|
||||||
hostility_others = 3
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue