unfucking the mod
This commit is contained in:
parent
cbe3fbcda2
commit
d887392b56
1167 changed files with 26982 additions and 13 deletions
143
common/landed_titles/religious_titles.txt
Normal file
143
common/landed_titles/religious_titles.txt
Normal file
|
|
@ -0,0 +1,143 @@
|
|||
|
||||
# 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_sevillian_papacy = {
|
||||
color = { 128 204 229 }
|
||||
definite_form = yes
|
||||
ruler_uses_title_name = no
|
||||
landless = yes
|
||||
|
||||
capital = c_sevilla
|
||||
|
||||
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 }
|
||||
}
|
||||
|
||||
d_united_grand_lodge = {
|
||||
color = { 128 204 229 }
|
||||
definite_form = yes
|
||||
ruler_uses_title_name = no
|
||||
landless = yes
|
||||
|
||||
capital = c_london
|
||||
|
||||
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
|
||||
|
||||
}
|
||||
|
||||
d_patriarch_dublin = {
|
||||
color = { 20 165 20 }
|
||||
definite_form = yes
|
||||
ruler_uses_title_name = no
|
||||
landless = yes
|
||||
|
||||
capital = c_armagh
|
||||
|
||||
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
|
||||
|
||||
}
|
||||
|
||||
d_anglican_hof = {
|
||||
color = { 165 165 165 }
|
||||
definite_form = yes
|
||||
ruler_uses_title_name = no
|
||||
landless = yes
|
||||
|
||||
capital = c_north_riding
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
d_lutheran_hof = {
|
||||
color = { 51 76 229 }
|
||||
definite_form = yes
|
||||
ruler_uses_title_name = no
|
||||
landless = yes
|
||||
|
||||
capital = c_skane
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
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