Novelist doctrines redone
Need icons and descriptions for some, but otherwise, good progress
This commit is contained in:
parent
82e84cbe11
commit
ad266854cf
5 changed files with 225 additions and 36 deletions
|
|
@ -21,7 +21,19 @@ independent_catholic_hostile = {
|
|||
|
||||
#Novelist doctrines
|
||||
|
||||
novelist_kinship_astray = {
|
||||
fantastical_kinship_astray = {
|
||||
}
|
||||
|
||||
academic_kinship_astray = {
|
||||
}
|
||||
|
||||
christian_kinship_astray = {
|
||||
}
|
||||
|
||||
islamic_kinship_astray = {
|
||||
}
|
||||
|
||||
novelist_kinship_doctrines = {
|
||||
}
|
||||
|
||||
#Protestant doctrines
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
}
|
||||
|
||||
#Catholic Doctrines
|
||||
|
||||
special_doctrine_roman_rite = {
|
||||
is_shown = {
|
||||
religion_tag = catholic_religion
|
||||
|
|
@ -56,6 +57,8 @@
|
|||
|
||||
hostility_override_special_doctrine_sevillian_rite = 2
|
||||
|
||||
hostility_override_special_doctrine_christian_kinship = 2
|
||||
|
||||
hostility_override_special_doctrine_reformation_roots = 2
|
||||
|
||||
hostility_override_special_doctrine_incorruptible_dogma = 3
|
||||
|
|
@ -65,6 +68,7 @@
|
|||
loc_parameter_roman_rite_hostile = 2
|
||||
}
|
||||
}
|
||||
|
||||
special_doctrine_sevillian_rite = {
|
||||
is_shown = {
|
||||
religion_tag = catholic_religion
|
||||
|
|
@ -115,6 +119,7 @@
|
|||
loc_parameter_sevillian_rite_hostile = 2
|
||||
}
|
||||
}
|
||||
|
||||
special_doctrine_independent_catholic = {
|
||||
is_shown = {
|
||||
religion_tag = catholic_religion
|
||||
|
|
@ -155,6 +160,8 @@
|
|||
|
||||
hostility_override_special_doctrine_reformation_roots = 1
|
||||
|
||||
hostility_override_special_doctrine_christian_kinship = 2
|
||||
|
||||
hostility_override_special_doctrine_established_church = 2
|
||||
|
||||
hostility_override_special_doctrine_via_media = 2
|
||||
|
|
@ -165,24 +172,115 @@
|
|||
loc_parameter_independent_catholic_hostile = 2
|
||||
}
|
||||
}
|
||||
|
||||
#Novelist Doctrines
|
||||
special_doctrine_novelist_kinship = {
|
||||
|
||||
special_doctrine_fantastical_kinship = {
|
||||
is_shown = {
|
||||
religion_tag = novelist_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
if = {
|
||||
limit = { has_doctrine = special_doctrine_novelist_kinship }
|
||||
limit = { has_doctrine = special_doctrine_fantastical_kinship }
|
||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
hostility_override_special_doctrine_novelist_kinship = 0
|
||||
hostility_override_special_doctrine_fantastical_kinship = 0
|
||||
hostility_override_special_doctrine_academic_kinship = 0
|
||||
hostility_override_special_doctrine_christian_kinship = 0
|
||||
hostility_override_special_doctrine_islamic_kinship = 0
|
||||
hostility_override_special_doctrine_people_of_the_book = 1
|
||||
|
||||
hostility_override_special_doctrine_singular_interpretation = 3
|
||||
|
||||
loc_parameter_novelist_kinship = yes
|
||||
loc_parameter_novelist_kinship_astray = 1
|
||||
loc_parameter_fantastical_kinship_astray = 1
|
||||
}
|
||||
}
|
||||
|
||||
special_doctrine_academic_kinship = {
|
||||
is_shown = {
|
||||
religion_tag = novelist_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
if = {
|
||||
limit = { has_doctrine = special_doctrine_academic_kinship }
|
||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
hostility_override_special_doctrine_fantastical_kinship = 0
|
||||
hostility_override_special_doctrine_academic_kinship = 0
|
||||
hostility_override_special_doctrine_christian_kinship = 0
|
||||
hostility_override_special_doctrine_islamic_kinship = 0
|
||||
hostility_override_special_doctrine_people_of_the_book = 1
|
||||
|
||||
hostility_override_special_doctrine_singular_interpretation = 3
|
||||
|
||||
loc_parameter_novelist_kinship = yes
|
||||
loc_parameter_academic_kinship_astray = 1
|
||||
}
|
||||
}
|
||||
|
||||
special_doctrine_christian_kinship = {
|
||||
is_shown = {
|
||||
religion_tag = novelist_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
if = {
|
||||
limit = { has_doctrine = special_doctrine_christian_kinship }
|
||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
hostility_override_special_doctrine_fantastical_kinship = 0
|
||||
hostility_override_special_doctrine_academic_kinship = 0
|
||||
hostility_override_special_doctrine_christian_kinship = 0
|
||||
hostility_override_special_doctrine_islamic_kinship = 0
|
||||
|
||||
hostility_override_special_doctrine_roman_rite = 1
|
||||
hostility_override_special_doctrine_sevillian_rite = 1
|
||||
hostility_override_special_doctrine_independent_catholic = 1
|
||||
|
||||
hostility_override_special_doctrine_established_church = 1
|
||||
hostility_override_special_doctrine_reformation_roots = 1
|
||||
|
||||
hostility_override_special_doctrine_via_media = 1
|
||||
hostility_override_special_doctrine_people_of_the_book = 1
|
||||
|
||||
hostility_override_special_doctrine_singular_interpretation = 3
|
||||
|
||||
loc_parameter_novelist_kinship = yes
|
||||
loc_parameter_christian_kinship_astray = 1
|
||||
}
|
||||
}
|
||||
|
||||
special_doctrine_islamic_kinship = {
|
||||
is_shown = {
|
||||
religion_tag = novelist_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
if = {
|
||||
limit = { has_doctrine = special_doctrine_islamic_kinship }
|
||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
hostility_override_special_doctrine_fantastical_kinship = 0
|
||||
hostility_override_special_doctrine_academic_kinship = 0
|
||||
hostility_override_special_doctrine_christian_kinship = 0
|
||||
hostility_override_special_doctrine_islamic_kinship = 0
|
||||
hostility_override_special_doctrine_people_of_the_book = 1
|
||||
|
||||
hostility_override_special_doctrine_singular_interpretation = 3
|
||||
|
||||
loc_parameter_novelist_kinship = yes
|
||||
loc_parameter_islamic_kinship_astray = 1
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -229,6 +327,8 @@
|
|||
|
||||
hostility_override_special_doctrine_via_media = 1
|
||||
|
||||
hostility_override_special_doctrine_christian_kinship = 2
|
||||
|
||||
hostility_override_special_doctrine_sevillian_rite = 2
|
||||
hostility_override_special_doctrine_independent_catholic = 2
|
||||
|
||||
|
|
@ -282,6 +382,8 @@
|
|||
hostility_override_special_doctrine_roman_rite = 2
|
||||
hostility_override_special_doctrine_sevillian_rite = 2
|
||||
|
||||
hostility_override_special_doctrine_christian_kinship = 2
|
||||
|
||||
hostility_override_special_doctrine_via_media = 2
|
||||
|
||||
hostility_override_special_doctrine_radical_reform = 3
|
||||
|
|
@ -299,7 +401,6 @@
|
|||
religion_tag = catholic_religion
|
||||
religion_tag = europeanist_religion
|
||||
religion_tag = islam_religion
|
||||
religion_tag = novelist_religion
|
||||
religion_tag = third_estatist_religion
|
||||
has_doctrine = special_doctrine_people_of_the_book
|
||||
}
|
||||
|
|
@ -314,7 +415,10 @@
|
|||
}
|
||||
|
||||
parameters = {
|
||||
hostility_override_special_doctrine_novelist_kinship = 1
|
||||
hostility_override_special_doctrine_fantastical_kinship = 1
|
||||
hostility_override_special_doctrine_academic_kinship = 1
|
||||
hostility_override_special_doctrine_christian_kinship = 1
|
||||
hostility_override_special_doctrine_islamic_kinship = 1
|
||||
hostility_override_special_doctrine_people_of_the_book = 1
|
||||
|
||||
loc_parameter_people_of_the_book_astray = 1
|
||||
|
|
@ -344,6 +448,9 @@
|
|||
hostility_override_special_doctrine_established_church = 1
|
||||
hostility_override_special_doctrine_reformation_roots = 1
|
||||
|
||||
hostility_override_special_doctrine_incorruptible_dogma = 3
|
||||
hostility_override_special_doctrine_radical_reform = 3
|
||||
|
||||
loc_parameter_via_media = yes
|
||||
loc_parameter_via_media_astray = 1
|
||||
}
|
||||
|
|
@ -396,8 +503,56 @@
|
|||
}
|
||||
}
|
||||
|
||||
special_doctrine_singular_interpretation = { #Novelist one
|
||||
is_shown = {
|
||||
religion_tag = novelist_religion
|
||||
}
|
||||
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
if = {
|
||||
limit = { has_doctrine = special_doctrine_singular_interpretation }
|
||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
parameters = {
|
||||
hostility_same_religion = 3
|
||||
hostility_same_family = 3
|
||||
hostility_others = 3
|
||||
|
||||
hostility_override_pagan_hostility_doctrine = 3
|
||||
hostility_override_abrahamic_hostility_doctrine = 3
|
||||
}
|
||||
}
|
||||
|
||||
#Fallback Doctrine
|
||||
special_doctrine_religion_fallback = {
|
||||
|
||||
name = {
|
||||
first_valid = {
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
religion_tag = novelist_religion
|
||||
}
|
||||
desc = special_doctrine_unorthodox_reading_name
|
||||
}
|
||||
desc = special_doctrine_religion_fallback_name
|
||||
}
|
||||
}
|
||||
|
||||
desc = {
|
||||
first_valid = {
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
religion_tag = novelist_religion
|
||||
}
|
||||
desc = special_doctrine_unorthodox_reading_desc
|
||||
}
|
||||
desc = special_doctrine_religion_fallback_desc
|
||||
}
|
||||
}
|
||||
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
if = {
|
||||
|
|
|
|||
|
|
@ -131,8 +131,7 @@
|
|||
holy_site = cologne
|
||||
|
||||
#Special Tolerance
|
||||
doctrine = special_doctrine_novelist_kinship
|
||||
doctrine = special_doctrine_novelist
|
||||
doctrine = special_doctrine_fantastical_kinship
|
||||
|
||||
#Tenets | add unique ones eventually
|
||||
doctrine = tenet_universal_scripture
|
||||
|
|
@ -283,8 +282,7 @@
|
|||
holy_site = cologne
|
||||
|
||||
#Special Tolerance
|
||||
doctrine = special_doctrine_novelist_kinship
|
||||
doctrine = special_doctrine_novelist
|
||||
doctrine = special_doctrine_islamic_kinship
|
||||
|
||||
#Tenets | add unique ones eventually
|
||||
doctrine = tenet_esotericism
|
||||
|
|
@ -431,8 +429,7 @@
|
|||
holy_site = cologne
|
||||
|
||||
#Special Tolerance
|
||||
doctrine = special_doctrine_novelist_kinship
|
||||
doctrine = special_doctrine_novelist
|
||||
doctrine = special_doctrine_fantastical_kinship
|
||||
|
||||
doctrine = doctrine_adultery_men_shunned
|
||||
doctrine = doctrine_adultery_women_shunned
|
||||
|
|
@ -597,8 +594,7 @@
|
|||
holy_site = cologne
|
||||
|
||||
#Special Tolerance
|
||||
doctrine = special_doctrine_novelist_kinship
|
||||
doctrine = special_doctrine_novelist
|
||||
doctrine = special_doctrine_academic_kinship
|
||||
|
||||
doctrine = doctrine_witchcraft_accepted
|
||||
doctrine = doctrine_pluralism_pluralistic
|
||||
|
|
@ -749,8 +745,7 @@
|
|||
holy_site = cologne
|
||||
|
||||
#Special Tolerance
|
||||
doctrine = special_doctrine_novelist_kinship
|
||||
doctrine = special_doctrine_novelist
|
||||
doctrine = special_doctrine_christian_kinship
|
||||
|
||||
doctrine = doctrine_homosexuality_shunned
|
||||
doctrine = doctrine_witchcraft_crime
|
||||
|
|
@ -909,8 +904,7 @@
|
|||
holy_site = cologne
|
||||
|
||||
#Special Tolerance
|
||||
doctrine = special_doctrine_novelist_kinship
|
||||
doctrine = special_doctrine_novelist
|
||||
doctrine = special_doctrine_singular_interpretation
|
||||
|
||||
#Tenets
|
||||
doctrine = tenet_esotericism
|
||||
|
|
@ -1072,8 +1066,7 @@
|
|||
holy_site = cologne
|
||||
|
||||
#Special Tolerance
|
||||
doctrine = special_doctrine_novelist_kinship
|
||||
doctrine = special_doctrine_novelist
|
||||
doctrine = special_doctrine_religion_fallback
|
||||
|
||||
#Tenets
|
||||
doctrine = tenet_communion
|
||||
|
|
@ -1223,8 +1216,7 @@
|
|||
holy_site = cologne
|
||||
|
||||
#Special Tolerance
|
||||
doctrine = special_doctrine_novelist_kinship
|
||||
doctrine = special_doctrine_novelist
|
||||
doctrine = special_doctrine_religion_fallback
|
||||
|
||||
#Tenets
|
||||
doctrine = tenet_letranger
|
||||
|
|
|
|||
|
|
@ -23,17 +23,27 @@
|
|||
special_doctrine_radical_reform_name: "Radical Reform"
|
||||
special_doctrine_radical_reform_desc: "NLAJ BALDK HJDJF"
|
||||
|
||||
special_doctrine_fantastical_kinship_name:0 "Fantastical Kinship"
|
||||
special_doctrine_fantastical_kinship_desc:0 "BLEH"
|
||||
special_doctrine_academic_kinship_name:0 "Academic Kinship"
|
||||
special_doctrine_academic_kinship_desc:0 "BLEH"
|
||||
special_doctrine_christian_kinship_name:0 "Christian Kinship"
|
||||
special_doctrine_christian_kinship_desc:0 "BLEH"
|
||||
special_doctrine_islamic_kinship_name:0 "Islamic Kinship"
|
||||
special_doctrine_islamic_kinship_desc:0 "BLEH"
|
||||
special_doctrine_singular_interpretation_name:0 "Singular Interpretation"
|
||||
special_doctrine_singular_interpretation_desc:0 "BLEH"
|
||||
|
||||
|
||||
special_doctrine_people_of_the_book_name:0 "People of the Book"
|
||||
special_doctrine_people_of_the_book_desc:0 "While we are not as devoted to the Author as the followers of the Novel, we can agree on many core principles they follow."
|
||||
special_doctrine_novelist_kinship_name:0 "Novelist Kinship"
|
||||
special_doctrine_novelist_kinship_desc:0 "We all believe in the supreme written word of the Novel, the differences in our ways of life and worship are trivial."
|
||||
|
||||
special_doctrine_via_media_name:0 "Via Media"
|
||||
special_doctrine_via_media_desc:0 "When it comes to questions of Protestant and Catholic theology, as with all things, we recognize it is best to act only in moderation."
|
||||
|
||||
special_doctrine_religion_fallback_name: "Beyond Definition"
|
||||
special_doctrine_religion_fallback_desc: "Our doctrines lack equivalents and are entirely our own. Others call us heterodox, but that is simply the coping of less enlightened minds."
|
||||
special_doctrine_unorthodox_reading_name: "Unorthodox Reading"
|
||||
special_doctrine_unorthodox_reading_desc: "Unlike most of our fellow students of the Novel, our interpretations and conclusions differ significantly. As a result, we find ourselves on the fringes of our great religious "book club"."
|
||||
special_doctrine_religion_fallback_opinion: "Beyond Definition"
|
||||
|
||||
#Links to game concept tolerance breakdowns
|
||||
|
|
@ -47,7 +57,10 @@
|
|||
doctrine_parameter_loc_parameter_independent_catholic_astray:0 "$click_here_to_view_doctrines$ [independent_catholic_astray|L] considers to be Astray"
|
||||
doctrine_parameter_loc_parameter_independent_catholic_hostile:0 "$click_here_to_view_doctrines$ [independent_catholic_hostile|L] considers to be Hostile"
|
||||
|
||||
doctrine_parameter_loc_parameter_novelist_kinship_astray:0 "$click_here_to_view_doctrines$ [novelist_kinship_astray|L] considers to be Astray"
|
||||
doctrine_parameter_loc_parameter_fantastical_kinship_astray:0 "$click_here_to_view_doctrines$ [fantastical_kinship_astray|L] considers to be Astray"
|
||||
doctrine_parameter_loc_parameter_academic_kinship_astray:0 "$click_here_to_view_doctrines$ [academic_kinship_astray|L] considers to be Astray"
|
||||
doctrine_parameter_loc_parameter_christian_kinship_astray:0 "$click_here_to_view_doctrines$ [christian_kinship_astray|L] considers to be Astray"
|
||||
doctrine_parameter_loc_parameter_islamic_kinship_astray:0 "$click_here_to_view_doctrines$ [islamic_kinship_astray|L] considers to be Astray"
|
||||
|
||||
doctrine_parameter_loc_parameter_established_church_astray:0 "$click_here_to_view_doctrines$ [established_church_astray|L] considers to be Astray"
|
||||
doctrine_parameter_loc_parameter_established_church_hostile:0 "$click_here_to_view_doctrines$ [established_church_hostile|L] considers to be Hostile"
|
||||
|
|
@ -58,14 +71,18 @@
|
|||
doctrine_parameter_loc_parameter_via_media_astray:0 "$click_here_to_view_doctrines$ [via_media_astray|L] considers to be Astray"
|
||||
|
||||
#Other parameters
|
||||
doctrine_parameter_loc_parameter_novelist_kinship: "Other Novelist [faiths|E] that have the Kinship doctrine are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_hostile_tooltippable$"
|
||||
doctrine_parameter_loc_parameter_novelist_kinship: "Other Novelist [faiths|E] that have Kinship doctrines are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_astray_tooltippable$"
|
||||
doctrine_parameter_loc_parameter_via_media: "Other Christian [faiths|E] that have the Via Media doctrine are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_hostile_tooltippable$ or $hostility_evil_tooltippable$."
|
||||
|
||||
doctrine_parameter_hostility_override_tenet_christian_syncretism:3 "Non-Christian [faiths|E] with the $tenet_christian_syncretism_name$ tenet are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V]"
|
||||
|
||||
#Blank parameters
|
||||
doctrine_parameter_hostility_override_abrahamic_hostility_doctrine: ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_novelist_kinship:1 ""
|
||||
doctrine_parameter_hostility_override_pagan_hostility_doctrine: ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_fantastical_kinship:1 ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_academic_kinship:1 ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_christian_kinship:1 ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_islamic_kinship:1 ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_people_of_the_book:1 ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_roman_rite:1 ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_sevillian_rite:0 ""
|
||||
|
|
@ -74,4 +91,5 @@
|
|||
doctrine_parameter_hostility_override_special_doctrine_reformation_roots:0 ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_radical_reform:0 ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_incorruptible_dogma:0 ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_singular_interpretation: ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_via_media:0 ""
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
game_concept_roman_rite_astray_desc: "[faiths|E] with the $special_doctrine_roman_rite_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_independent_catholic').GetBaseName]#!\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!\n#bold $protestant_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_established_church').GetBaseName]#!"
|
||||
|
||||
game_concept_roman_rite_hostile: "$special_doctrine_roman_rite_name$"
|
||||
game_concept_roman_rite_hostile_desc: "[faiths|E] with the $special_doctrine_roman_rite_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_sevillian_rite').GetBaseName]#!\n#bold $protestant_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_reformation_roots').GetBaseName]#!"
|
||||
game_concept_roman_rite_hostile_desc: "[faiths|E] with the $special_doctrine_roman_rite_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_sevillian_rite').GetBaseName]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').GetBaseName]#!\n#bold $protestant_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_reformation_roots').GetBaseName]#!"
|
||||
|
||||
game_concept_sevillian_rite_astray: "$special_doctrine_sevillian_rite_name$"
|
||||
game_concept_sevillian_rite_astray_desc: "[faiths|E] with the $special_doctrine_sevillian_rite_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_independent_catholic').GetBaseName]#!\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!"
|
||||
|
|
@ -24,12 +24,24 @@
|
|||
game_concept_independent_catholic_astray_desc: "[faiths|E] with the $special_doctrine_independent_catholic_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_roman_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_sevillian_rite').GetBaseName]#!\n#true_white;game_link $special_doctrine_independent_catholic_name$#!\n#bold $protestant_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_reformation_roots').GetBaseName]#!"
|
||||
|
||||
game_concept_independent_catholic_hostile: "$special_doctrine_independent_catholic_name$"
|
||||
game_concept_independent_catholic_hostile_desc: "[faiths|E] with the $special_doctrine_independent_catholic_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!\n#bold $protestant_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_established_church').GetBaseName]#!"
|
||||
game_concept_independent_catholic_hostile_desc: "[faiths|E] with the $special_doctrine_independent_catholic_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').GetBaseName]#!\n#bold $protestant_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_established_church').GetBaseName]#!"
|
||||
|
||||
#Novelist doctrines
|
||||
|
||||
game_concept_novelist_kinship_astray: "$special_doctrine_novelist_kinship_name$"
|
||||
game_concept_novelist_kinship_astray_desc: "[faiths|E] with the $special_doctrine_novelist_kinship_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_people_of_the_book').GetBaseName]#!"
|
||||
game_concept_fantastical_kinship_astray: "$special_doctrine_fantastical_kinship_name$"
|
||||
game_concept_fantastical_kinship_astray_desc: "[faiths|E] with the $special_doctrine_fantastical_kinship_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_people_of_the_book').GetBaseName]#!"
|
||||
|
||||
game_concept_academic_kinship_astray: "$special_doctrine_academic_kinship_name$"
|
||||
game_concept_academic_kinship_astray_desc: "[faiths|E] with the $special_doctrine_academic_kinship_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_people_of_the_book').GetBaseName]#!"
|
||||
|
||||
game_concept_christian_kinship_astray: "$special_doctrine_christian_kinship_name$"
|
||||
game_concept_christian_kinship_astray_desc: "[faiths|E] with the $special_doctrine_christian_kinship_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#bold $catholic_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_roman_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_sevillian_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_independent_catholic').GetBaseName]#!\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_people_of_the_book').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!\n#bold $protestant_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_established_church').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_reformation_roots').GetBaseName]#!"
|
||||
|
||||
game_concept_islamic_kinship_astray: "$special_doctrine_islamic_kinship_name$"
|
||||
game_concept_islamic_kinship_astray_desc: "[faiths|E] with the $special_doctrine_islamic_kinship_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_people_of_the_book').GetBaseName]#!"
|
||||
|
||||
game_concept_novelist_kinship_doctrines: "Novelist Kinship"
|
||||
game_concept_novelist_kinship_doctrines_desc: "The following doctrines are Novelist Kinship doctrines:\n#true_white [GetFaithDoctrine('special_doctrine_fantastical_kinship').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_academic_kinship').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_islamic_kinship').GetBaseName]#!"
|
||||
|
||||
#Protestant doctrines
|
||||
|
||||
|
|
@ -37,18 +49,18 @@
|
|||
game_concept_established_church_astray_desc: "[faiths|E] with the $special_doctrine_established_church_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white;game_link $special_doctrine_established_church_name$#!\n#true_white [GetFaithDoctrine('special_doctrine_reformation_roots').GetBaseName]#!\n#bold $catholic_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_roman_rite').GetBaseName]#!\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!"
|
||||
|
||||
game_concept_established_church_hostile: "$special_doctrine_established_church_name$"
|
||||
game_concept_established_church_hostile_desc: "[faiths|E] with the $special_doctrine_established_church_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#bold $catholic_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_sevillian_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_independent_catholic').GetBaseName]#!"
|
||||
game_concept_established_church_hostile_desc: "[faiths|E] with the $special_doctrine_established_church_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#bold $catholic_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_sevillian_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_independent_catholic').GetBaseName]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').GetBaseName]#!"
|
||||
|
||||
game_concept_reformation_roots_astray: "$special_doctrine_reformation_roots_name$"
|
||||
game_concept_reformation_roots_astray_desc: "[faiths|E] with the $special_doctrine_reformation_roots_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_established_church').GetBaseName]#!\n#true_white;game_link $special_doctrine_reformation_roots_name$#!\n#bold $catholic_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_independent_catholic').GetBaseName]#!"
|
||||
|
||||
game_concept_reformation_roots_hostile: "$special_doctrine_reformation_roots_name$"
|
||||
game_concept_reformation_roots_hostile_desc: "[faiths|E] with the $special_doctrine_reformation_roots_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#bold $catholic_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_roman_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_sevillian_rite').GetBaseName]#!\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!"
|
||||
game_concept_reformation_roots_hostile_desc: "[faiths|E] with the $special_doctrine_reformation_roots_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#bold $catholic_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_roman_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_sevillian_rite').GetBaseName]#!\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').GetBaseName]#!"
|
||||
|
||||
#Interreligious
|
||||
|
||||
game_concept_people_of_the_book_astray: "$special_doctrine_people_of_the_book_name$"
|
||||
game_concept_people_of_the_book_astray_desc: "[faiths|E] with the $special_doctrine_people_of_the_book_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white;game_link $special_doctrine_people_of_the_book_name$#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_novelist_kinship').GetBaseName]#!"
|
||||
game_concept_people_of_the_book_astray_desc: "[faiths|E] with the $special_doctrine_people_of_the_book_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white;game_link $special_doctrine_people_of_the_book_name$#!\n#bold $novelist_religion$:#!\n#true_white [novelist_kinship_doctrines|L]#!"
|
||||
|
||||
game_concept_via_media_astray: "$special_doctrine_via_media_name$"
|
||||
game_concept_via_media_astray_desc: "[faiths|E] with the $special_doctrine_via_media_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#bold $catholic_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_roman_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_sevillian_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_independent_catholic').GetBaseName]#!\n#bold $protestant_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_established_church').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_reformation_roots').GetBaseName]#!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue