Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions After the End/common/religions/00_religions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,18 @@ christian = {

color = { 0.7 0.9 0.95 }
parent = evangelical

scripture_name = THE_WORD

high_god_name = GOD_GOD

god_names = {
GOD_GOD GOD_THE_LORD GOD_JESUS GOD_HOLY_GHOST
}

evil_god_names = {
SATAN GOD_THE_DOUBTER THE_DEVIL
}

crusade_name = CRUSADE
can_retire_to_monastery = no
Expand Down Expand Up @@ -718,9 +730,10 @@ pacific = {
}

can_grant_divorce = yes
priests_can_inherit = yes
priests_can_marry = yes
priests_can_inherit = no
priests_can_marry = no
allow_rivermovement = yes
can_retire_to_monastery = yes

religious_clothing_head = 10
religious_clothing_priest = 10
Expand Down
Loading