religions
This commit is contained in:
parent
c0af8ec1db
commit
e741e9bbcd
19 changed files with 7499 additions and 62 deletions
49
common/landed_titles/religious_titles.txt
Normal file
49
common/landed_titles/religious_titles.txt
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
|
||||
# special titles
|
||||
k_papal_state = {
|
||||
color = { 255 249 198 }
|
||||
definite_form = yes
|
||||
ruler_uses_title_name = no
|
||||
landless = yes
|
||||
|
||||
capital = c_roma
|
||||
|
||||
ai_primary_priority = {
|
||||
add = @always_primary_score
|
||||
}
|
||||
|
||||
destroy_if_invalid_heir = yes
|
||||
no_automatic_claims = yes
|
||||
always_follows_primary_heir = yes
|
||||
de_jure_drift_disabled = yes
|
||||
|
||||
male_names = { Alexander Anastasius Benedictus Caelestinus Callistus Clemens Eugenius Leo Gregorius Hadrianus Honorius Innocentius Ioannes Lucius Marinus Martinus Nicolaus Sergius Silvester Stephanus Urbanus Victor }
|
||||
}
|
||||
|
||||
k_orthodox = {
|
||||
landless = yes
|
||||
capital = c_byzantion # Constantinople
|
||||
definite_form = yes
|
||||
ruler_uses_title_name = no
|
||||
|
||||
ai_primary_priority = {
|
||||
add = @always_primary_score
|
||||
}
|
||||
|
||||
#color = { 150 90 30 }
|
||||
color = { 183 60 155 }
|
||||
no_automatic_claims = yes
|
||||
always_follows_primary_heir = yes
|
||||
destroy_if_invalid_heir = yes
|
||||
}
|
||||
|
||||
k_fashion = { # Kingdom of Fashion from Establish a New Fashion at Court decision
|
||||
color = { 140 45 165 }
|
||||
landless = yes
|
||||
destroy_on_succession = yes
|
||||
can_be_named_after_dynasty = no
|
||||
capital = c_lombardia # De-Jure capital has to be somewhere, will move as characters gain the title. Setting it to default at Milan for memes.
|
||||
|
||||
no_automatic_claims = yes
|
||||
de_jure_drift_disabled = yes
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue