Merge branch 'next-version-dev' of https://forgejo.damimani-alex.org/damimani/N3OW into next-version-dev
This commit is contained in:
commit
fe79efb3be
11 changed files with 297 additions and 29 deletions
|
|
@ -336,7 +336,7 @@ d_hamburg={
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
d_novelist_high_king = {
|
e_novelist_high_king = {
|
||||||
pattern = "pattern_solid.dds"
|
pattern = "pattern_solid.dds"
|
||||||
color1 = "red"
|
color1 = "red"
|
||||||
color2 = "white"
|
color2 = "white"
|
||||||
|
|
@ -3994,7 +3994,7 @@ d_la_mancha={
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h_numenor = {
|
e_numenor = {
|
||||||
pattern="pattern__solid_designer.dds"
|
pattern="pattern__solid_designer.dds"
|
||||||
color1=purple
|
color1=purple
|
||||||
color2=white
|
color2=white
|
||||||
|
|
|
||||||
|
|
@ -2191,10 +2191,11 @@ novelist_restore_high_kingdom_decision = { #Updated for N3OW by edwardtheelbowhi
|
||||||
}
|
}
|
||||||
|
|
||||||
is_valid = {
|
is_valid = {
|
||||||
piety_level >= high_piety_level
|
piety_level >= very_high_piety_level
|
||||||
highest_held_title_tier = tier_kingdom
|
highest_held_title_tier = tier_empire
|
||||||
|
completely_controls = title:c_ile_de_france
|
||||||
custom_description = {
|
custom_description = {
|
||||||
text = "restore_high_priesthood_holy_sites"
|
text = "restore_novelist_holy_sites"
|
||||||
faith = {
|
faith = {
|
||||||
any_holy_site = {
|
any_holy_site = {
|
||||||
OR = {
|
OR = {
|
||||||
|
|
|
||||||
|
|
@ -496,11 +496,11 @@ form_quinto_imperio_decision = {
|
||||||
}
|
}
|
||||||
|
|
||||||
is_shown = {
|
is_shown = {
|
||||||
faith.religion = faith:sebastianist.religion
|
faith = faith:sebastianist
|
||||||
is_ruler = yes
|
is_ruler = yes
|
||||||
is_playable_character = yes
|
is_playable_character = yes
|
||||||
#Visible to kings and above
|
#Visible to kings and above
|
||||||
highest_held_title_tier >= tier_duchy
|
highest_held_title_tier >= tier_kingdom
|
||||||
NOT = {
|
NOT = {
|
||||||
is_target_in_global_variable_list = {
|
is_target_in_global_variable_list = {
|
||||||
name = unavailable_unique_decisions
|
name = unavailable_unique_decisions
|
||||||
|
|
|
||||||
|
|
@ -4,19 +4,13 @@
|
||||||
capital = c_ile_de_france
|
capital = c_ile_de_france
|
||||||
}
|
}
|
||||||
|
|
||||||
h_numenor = {
|
|
||||||
color = { 75 30 95 }
|
|
||||||
|
|
||||||
capital = c_ile_de_france
|
|
||||||
}
|
|
||||||
|
|
||||||
e_numenor_cosmetic = {
|
e_numenor_cosmetic = {
|
||||||
color = { 75 30 95 }
|
color = { 75 30 95 }
|
||||||
|
|
||||||
capital = c_ile_de_france
|
capital = c_ile_de_france
|
||||||
}
|
}
|
||||||
|
|
||||||
d_novelist_high_king = {
|
e_novelist_high_king = {
|
||||||
color = { 75 30 95 }
|
color = { 75 30 95 }
|
||||||
definite_form = yes
|
definite_form = yes
|
||||||
ruler_uses_title_name = no
|
ruler_uses_title_name = no
|
||||||
|
|
|
||||||
267
common/religion/doctrine_types/40_doctrines_special.txt
Normal file
267
common/religion/doctrine_types/40_doctrines_special.txt
Normal file
|
|
@ -0,0 +1,267 @@
|
||||||
|
special_doctrine_is_christian_faith = {
|
||||||
|
parameters = {
|
||||||
|
# Since doctrines cannot modify other faith's views of us, only our view of others, all Christian faiths are given this special doctrine which makes them friendlier to Faiths with the Christian Syncretism tenet.
|
||||||
|
hostility_override_tenet_christian_syncretism = 2
|
||||||
|
christian_syncretic_recipient_opinion_active = yes
|
||||||
|
opinion_of_christian_syncretic_actor_opinion_active = 30
|
||||||
|
# We don't localise these because Adoptionists are supposed to be a bit of a surprise.
|
||||||
|
hostility_override_special_doctrine_adoptionist_school_felicitous_doctrine = 3
|
||||||
|
hostility_override_special_doctrine_adoptionist_school_radical_doctrine = 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_is_islamic_faith = {
|
||||||
|
parameters = {
|
||||||
|
# Since doctrines cannot modify other faith's views of us, only our view of others, all Islamic faiths are given this special doctrine which makes them friendlier to Faiths with the Christian Syncretism tenet.
|
||||||
|
hostility_override_tenet_islamic_syncretism = 2
|
||||||
|
islamic_syncretic_recipient_opinion_active = yes
|
||||||
|
opinion_of_islamic_syncretic_actor_opinion_active = 30
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_is_jewish_faith = {
|
||||||
|
parameters = {
|
||||||
|
# Since doctrines cannot modify other faith's views of us, only our view of others, all Jewish faiths are given this special doctrine which makes them friendlier to Faiths with the Christian Syncretism tenet.
|
||||||
|
hostility_override_tenet_jewish_syncretism = 2
|
||||||
|
jewish_syncretic_recipient_opinion_active = yes
|
||||||
|
opinion_of_jewish_syncretic_actor_opinion_active = 30
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_is_eastern_faith = {
|
||||||
|
parameters = {
|
||||||
|
# Since doctrines cannot modify other faith's views of us, only our view of others, all Eastern faiths are given this special doctrine which makes them friendlier to Faiths with the Eastern Syncretism tenet.
|
||||||
|
hostility_override_tenet_eastern_syncretism = 1
|
||||||
|
eastern_syncretic_recipient_opinion_active = yes
|
||||||
|
opinion_of_eastern_syncretic_actor_opinion_active = 30
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_is_sinitic_faith = {
|
||||||
|
parameters = {
|
||||||
|
# Since doctrines cannot modify other faith's views of us, only our view of others, all Eastern faiths are given this special doctrine which makes them friendlier to Faiths with the Sinitic Syncretism tenet.
|
||||||
|
hostility_override_tenet_sinitic_syncretism = 1
|
||||||
|
sinitic_syncretic_recipient_opinion_active = yes
|
||||||
|
opinion_of_sinitic_syncretic_actor_opinion_active = 30
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_is_gnostic_faith = {
|
||||||
|
parameters = {
|
||||||
|
hostility_override_tenet_gnosticism = 0
|
||||||
|
hostility_override_special_doctrine_is_gnostic_faith = 0
|
||||||
|
granting_titles_gives_stress = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
traits = {
|
||||||
|
virtues = { temperate }
|
||||||
|
sins = { gluttonous }
|
||||||
|
}
|
||||||
|
|
||||||
|
character_modifier = {
|
||||||
|
learning = 2
|
||||||
|
stewardship = -2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_ecumenical_christian = {
|
||||||
|
icon = "special_doctrine_ecumenical_christian"
|
||||||
|
|
||||||
|
parameters = {
|
||||||
|
hostility_override_special_doctrine_ecumenical_christian = 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
heresy_hostility_doctrine = {
|
||||||
|
parameters = {
|
||||||
|
hostility_same_religion = 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_naked_priests = {
|
||||||
|
parameters = {
|
||||||
|
naked_priests_active = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
unreformed_faith_doctrine = {
|
||||||
|
visible = no
|
||||||
|
|
||||||
|
parameters = {
|
||||||
|
# unreformed = yes also serves as the basis for the unreformed_syncretic tenet.
|
||||||
|
unreformed = yes
|
||||||
|
hostility_override_tenet_unreformed_syncretism = 2
|
||||||
|
unreformed_syncretic_recipient_opinion_active = yes
|
||||||
|
opinion_of_unreformed_syncretic_actor_opinion_active = 30
|
||||||
|
conquest_cb_enabled = yes
|
||||||
|
faith_can_raid = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
character_modifier = {
|
||||||
|
monthly_prestige_gain_mult = 0.2
|
||||||
|
clan_government_vassal_opinion = -20
|
||||||
|
feudal_government_vassal_opinion = -20
|
||||||
|
republic_government_vassal_opinion = -20
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
west_african_unreformed_faith_doctrine = {
|
||||||
|
visible = no
|
||||||
|
|
||||||
|
parameters = {
|
||||||
|
# unreformed = yes also serves as the basis for the unreformed_syncretic tenet.
|
||||||
|
unreformed = yes
|
||||||
|
hostility_override_tenet_unreformed_syncretism = 2
|
||||||
|
unreformed_syncretic_recipient_opinion_active = yes
|
||||||
|
opinion_of_unreformed_syncretic_actor_opinion_active = 30
|
||||||
|
conquest_cb_enabled = yes
|
||||||
|
faith_can_raid = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
character_modifier = {
|
||||||
|
monthly_prestige_gain_mult = 0.1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
divine_destiny_doctrine = {
|
||||||
|
piety_cost = {
|
||||||
|
value = faith_doctrine_cost_low
|
||||||
|
}
|
||||||
|
|
||||||
|
parameters = {
|
||||||
|
divine_destiny_holy_war_cost_reduction = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_adoptionist_school_elipandic_doctrine = {
|
||||||
|
parameters = {
|
||||||
|
# Elipandics only think other ecumenicals are astray rather than hostile.
|
||||||
|
## We can't localise the actual parameter due to structural shenanigans, so we make a dummy one.
|
||||||
|
hostility_override_special_doctrine_is_christian_faith = 1
|
||||||
|
adoptionists_like_ecumenism = yes
|
||||||
|
# ... note that they're only thought of as hostile, unlike the other two schools, who are regarded as evil.
|
||||||
|
adoptionists_are_unilateral_hostile = yes
|
||||||
|
# Removed on reformation.
|
||||||
|
adoptionist_school_removed_on_reformation = yes
|
||||||
|
# Adoptionists convert other Christians faster.
|
||||||
|
adoptionists_attractively_intuitive_theology = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
character_modifier = { learning_per_piety_level = 1 }
|
||||||
|
|
||||||
|
traits = {
|
||||||
|
virtues = { stubborn }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_adoptionist_school_felicitous_doctrine = {
|
||||||
|
parameters = {
|
||||||
|
# Felicians only think other ecumenicals are astray rather than hostile.
|
||||||
|
## We can't localise the actual parameter due to structural shenanigans, so we make a dummy one.
|
||||||
|
hostility_override_special_doctrine_is_christian_faith = 1
|
||||||
|
adoptionists_like_ecumenism = yes
|
||||||
|
# ... other Christians think they're evil, though.
|
||||||
|
adoptionists_are_unilateral_evil = yes
|
||||||
|
# Removed on reformation.
|
||||||
|
adoptionist_school_removed_on_reformation = yes
|
||||||
|
# Adoptionists convert other Christians faster.
|
||||||
|
adoptionists_attractively_intuitive_theology = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
character_modifier = { intrigue_per_piety_level = 1 }
|
||||||
|
|
||||||
|
traits = {
|
||||||
|
virtues = { deceitful }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_adoptionist_school_radical_doctrine = {
|
||||||
|
parameters = {
|
||||||
|
# Radicals hate & are hated by everyone.
|
||||||
|
hostility_override_special_doctrine_is_christian_faith = 3
|
||||||
|
adoptionists_are_mutual_evil = yes
|
||||||
|
# Removed on reformation.
|
||||||
|
adoptionist_school_removed_on_reformation = yes
|
||||||
|
# Adoptionists convert other Christians faster.
|
||||||
|
adoptionists_attractively_intuitive_theology = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
character_modifier = {
|
||||||
|
advantage_against_coreligionists = 5
|
||||||
|
# And, if you're gonna build a fundamentalist movement...
|
||||||
|
ai_war_chance = 1
|
||||||
|
ai_war_cooldown = -0.5
|
||||||
|
}
|
||||||
|
|
||||||
|
traits = {
|
||||||
|
virtues = { arrogant }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_not_allowed_to_hof = {
|
||||||
|
name = {
|
||||||
|
first_valid = {
|
||||||
|
triggered_desc = {
|
||||||
|
trigger = {
|
||||||
|
religion_tag = judaism_religion
|
||||||
|
}
|
||||||
|
desc = prophecy_of_malachi_name
|
||||||
|
}
|
||||||
|
desc = special_doctrine_not_allowed_to_hof_name
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
desc = {
|
||||||
|
first_valid = {
|
||||||
|
triggered_desc = {
|
||||||
|
trigger = {
|
||||||
|
religion_tag = judaism_religion
|
||||||
|
}
|
||||||
|
desc = prophecy_of_malachi_desc
|
||||||
|
}
|
||||||
|
desc = special_doctrine_not_allowed_to_hof_desc
|
||||||
|
}
|
||||||
|
}
|
||||||
|
parameters = {
|
||||||
|
block_from_create_hof_parameter = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_full_tolerance = {
|
||||||
|
parameters = {
|
||||||
|
hostility_override_special_doctrine_full_tolerance = 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_jizya = {
|
||||||
|
character_modifier = {
|
||||||
|
domain_tax_different_faith_mult = 0.2
|
||||||
|
levy_reinforcement_rate_same_faith = 0.25
|
||||||
|
levy_reinforcement_rate_different_faith = -0.25
|
||||||
|
}
|
||||||
|
|
||||||
|
parameters = {
|
||||||
|
unlock_jizya_contract = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_immaterial_harmony = {
|
||||||
|
parameters = {
|
||||||
|
hostility_override_special_doctrine_immaterial_harmony = 0
|
||||||
|
reduced_vassal_religion_discontent = yes
|
||||||
|
immaterial_harmony_conversion_cost_reduced = yes
|
||||||
|
immaterial_harmony_buddhist_take_vows = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_maitreya_hostility = {
|
||||||
|
visible = no
|
||||||
|
|
||||||
|
parameters = {
|
||||||
|
hostility_override_tenet_extinction_of_dharma = 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_is_maitreya = {
|
||||||
|
visible = no
|
||||||
|
}
|
||||||
|
|
@ -272,7 +272,8 @@
|
||||||
doctrine = tenet_unrelenting_faith
|
doctrine = tenet_unrelenting_faith
|
||||||
doctrine = doctrine_temporal_head
|
doctrine = doctrine_temporal_head
|
||||||
doctrine = doctrine_theocracy_lay_clergy
|
doctrine = doctrine_theocracy_lay_clergy
|
||||||
doctrine = special_doctrine_not_allowed_to_hof
|
doctrine = special_doctrine_not_allowed_to_hof
|
||||||
|
|
||||||
#Coronation tradition
|
#Coronation tradition
|
||||||
doctrine = doctrine_no_anointment
|
doctrine = doctrine_no_anointment
|
||||||
holy_order_names = { #placeholder
|
holy_order_names = { #placeholder
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
color = { 0.6 0.4 0.1 }
|
color = { 0.6 0.4 0.1 }
|
||||||
icon = numenorean
|
icon = numenorean
|
||||||
|
|
||||||
religious_head = d_novelist_high_king
|
religious_head = e_novelist_high_king
|
||||||
|
|
||||||
graphical_faith = pagan_gfx
|
graphical_faith = pagan_gfx
|
||||||
|
|
||||||
|
|
@ -272,7 +272,7 @@
|
||||||
color = { 0.5 0.8 0.1 }
|
color = { 0.5 0.8 0.1 }
|
||||||
icon = simurghi
|
icon = simurghi
|
||||||
|
|
||||||
religious_head = d_novelist_high_king
|
religious_head = e_novelist_high_king
|
||||||
|
|
||||||
graphical_faith = "islamic_gfx"
|
graphical_faith = "islamic_gfx"
|
||||||
doctrine_background_icon = core_tenet_banner_islam.dds
|
doctrine_background_icon = core_tenet_banner_islam.dds
|
||||||
|
|
@ -421,7 +421,7 @@
|
||||||
color = { 0.9 0.7 0.1 }
|
color = { 0.9 0.7 0.1 }
|
||||||
icon = carolingian
|
icon = carolingian
|
||||||
|
|
||||||
religious_head = d_novelist_high_king
|
religious_head = e_novelist_high_king
|
||||||
|
|
||||||
graphical_faith = "catholic_gfx"
|
graphical_faith = "catholic_gfx"
|
||||||
|
|
||||||
|
|
@ -586,7 +586,7 @@
|
||||||
color = { 61 42 84 }
|
color = { 61 42 84 }
|
||||||
icon = rocambolist
|
icon = rocambolist
|
||||||
|
|
||||||
religious_head = d_novelist_high_king
|
religious_head = e_novelist_high_king
|
||||||
|
|
||||||
graphical_faith = pagan_gfx
|
graphical_faith = pagan_gfx
|
||||||
|
|
||||||
|
|
@ -756,16 +756,17 @@
|
||||||
doctrine = special_doctrine_christian_kinship
|
doctrine = special_doctrine_christian_kinship
|
||||||
|
|
||||||
doctrine = doctrine_homosexuality_shunned
|
doctrine = doctrine_homosexuality_shunned
|
||||||
doctrine = doctrine_witchcraft_accepted
|
doctrine = doctrine_witchcraft_criminal
|
||||||
doctrine = doctrine_pluralism_pluralistic
|
doctrine = doctrine_pluralism_pluralistic
|
||||||
doctrine = doctrine_bastardry_legitimization
|
doctrine = doctrine_bastardry_accepted
|
||||||
|
|
||||||
#Tenets | add unique ones eventually
|
#Tenets | add unique ones eventually
|
||||||
doctrine = tenet_universal_scripture
|
doctrine = tenet_universal_scripture
|
||||||
doctrine = tenet_people_of_the_book
|
doctrine = tenet_christian_syncretism
|
||||||
doctrine = one_king_to_rule_them_all
|
doctrine = one_king_to_rule_them_all
|
||||||
doctrine = doctrine_monotheist
|
doctrine = doctrine_monotheist
|
||||||
doctrine = doctrine_no_head
|
doctrine = doctrine_no_head
|
||||||
|
|
||||||
#Special/virtue
|
#Special/virtue
|
||||||
doctrine = special_doctrine_aslan
|
doctrine = special_doctrine_aslan
|
||||||
|
|
||||||
|
|
@ -1065,7 +1066,7 @@
|
||||||
color = { 50 168 82 }
|
color = { 50 168 82 }
|
||||||
icon = absurdist
|
icon = absurdist
|
||||||
|
|
||||||
religious_head = d_novelist_high_king
|
religious_head = e_novelist_high_king
|
||||||
|
|
||||||
graphical_faith = pagan_gfx
|
graphical_faith = pagan_gfx
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1419,6 +1419,10 @@ can_create_temporal_head_of_faith_title_trigger = {
|
||||||
root.liege.primary_title.tier > tier_duchy
|
root.liege.primary_title.tier > tier_duchy
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
trigger_if = {
|
||||||
|
limit = { has_doctrine = special_doctrine_not_allowed_to_hof }
|
||||||
|
NOT = { has_doctrine = special_doctrine_not_allowed_to_hof }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
can_create_spiritual_head_of_faith_title_trigger = {
|
can_create_spiritual_head_of_faith_title_trigger = {
|
||||||
|
|
|
||||||
|
|
@ -574,7 +574,7 @@
|
||||||
holding = none
|
holding = none
|
||||||
culture = hungarian
|
culture = hungarian
|
||||||
1000.1.1 = {
|
1000.1.1 = {
|
||||||
holding = city_holding
|
holding = castle_holding
|
||||||
#Founded after hungarian invasion
|
#Founded after hungarian invasion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,7 @@ e_nistrenia = {
|
||||||
# }
|
# }
|
||||||
#}
|
#}
|
||||||
|
|
||||||
d_novelist_high_king = {
|
e_novelist_high_king = {
|
||||||
1.1.1 = {
|
1.1.1 = {
|
||||||
succession_laws = {
|
succession_laws = {
|
||||||
temporal_head_of_faith_succession_law
|
temporal_head_of_faith_succession_law
|
||||||
|
|
|
||||||
|
|
@ -3427,9 +3427,9 @@
|
||||||
# Default title names
|
# Default title names
|
||||||
household_guards:0 "Household Guards"
|
household_guards:0 "Household Guards"
|
||||||
household_cavalry:0 "Household Cavalry"
|
household_cavalry:0 "Household Cavalry"
|
||||||
d_novelist_high_king:0 "Palatine Throne"
|
e_novelist_high_king:0 "Palatine Throne"
|
||||||
d_novelist_high_king_adj:0 "Novelist"
|
e_novelist_high_king_adj:0 "Novelist"
|
||||||
d_novelist_high_king_article:0 "the "
|
e_novelist_high_king_article:0 "the "
|
||||||
k_doggerland:0 "Doggerland"
|
k_doggerland:0 "Doggerland"
|
||||||
k_doggerland_adj:0 "Doggerlander"
|
k_doggerland_adj:0 "Doggerlander"
|
||||||
d_doggerland:0 "Doggerland"
|
d_doggerland:0 "Doggerland"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue