religions
This commit is contained in:
parent
c0af8ec1db
commit
e741e9bbcd
19 changed files with 7499 additions and 62 deletions
25
common/religion/doctrines/01_doctrines_religions.txt
Normal file
25
common/religion/doctrines/01_doctrines_religions.txt
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue