populares & optimates
This commit is contained in:
parent
a43f9e37ae
commit
ed1f293ffb
7 changed files with 123 additions and 27 deletions
|
|
@ -115,4 +115,16 @@ servants_of_the_regency_hostile = {
|
||||||
}
|
}
|
||||||
|
|
||||||
via_media_astray = {
|
via_media_astray = {
|
||||||
|
}
|
||||||
|
|
||||||
|
populares_hostile = {
|
||||||
|
}
|
||||||
|
|
||||||
|
optimates_hostile = {
|
||||||
|
}
|
||||||
|
|
||||||
|
populares_astray = {
|
||||||
|
}
|
||||||
|
|
||||||
|
optimates_astray = {
|
||||||
}
|
}
|
||||||
|
|
@ -220,11 +220,15 @@
|
||||||
hostility_override_special_doctrine_fae_and_folklore = 1
|
hostility_override_special_doctrine_fae_and_folklore = 1
|
||||||
hostility_override_special_doctrine_might_and_magick = 1
|
hostility_override_special_doctrine_might_and_magick = 1
|
||||||
hostility_override_special_doctrine_goddesses_and_glory = 1
|
hostility_override_special_doctrine_goddesses_and_glory = 1
|
||||||
|
hostility_override_special_doctrine_optimates = 1
|
||||||
|
|
||||||
|
hostility_override_special_doctrine_populares = 2
|
||||||
|
|
||||||
hostility_override_special_doctrine_singular_interpretation = 3
|
hostility_override_special_doctrine_singular_interpretation = 3
|
||||||
|
|
||||||
loc_parameter_novelist_kinship = yes
|
loc_parameter_novelist_kinship = yes
|
||||||
loc_parameter_fantastical_kinship_astray = 1
|
loc_parameter_fantastical_kinship_astray = 1
|
||||||
|
loc_parameter_fantastical_kinship_astray = 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -281,6 +285,7 @@
|
||||||
|
|
||||||
hostility_override_special_doctrine_established_church = 1
|
hostility_override_special_doctrine_established_church = 1
|
||||||
hostility_override_special_doctrine_reformation_roots = 1
|
hostility_override_special_doctrine_reformation_roots = 1
|
||||||
|
hostility_override_special_doctrine_optimates = 1
|
||||||
|
|
||||||
hostility_override_special_doctrine_via_media = 1
|
hostility_override_special_doctrine_via_media = 1
|
||||||
hostility_override_special_doctrine_people_of_the_book = 1
|
hostility_override_special_doctrine_people_of_the_book = 1
|
||||||
|
|
@ -288,6 +293,7 @@
|
||||||
hostility_override_special_doctrine_fae_and_folklore = 2
|
hostility_override_special_doctrine_fae_and_folklore = 2
|
||||||
hostility_override_special_doctrine_might_and_magick = 2
|
hostility_override_special_doctrine_might_and_magick = 2
|
||||||
hostility_override_special_doctrine_goddesses_and_glory = 2
|
hostility_override_special_doctrine_goddesses_and_glory = 2
|
||||||
|
hostility_override_special_doctrine_populares = 2
|
||||||
|
|
||||||
hostility_override_special_doctrine_singular_interpretation = 3
|
hostility_override_special_doctrine_singular_interpretation = 3
|
||||||
hostility_override_special_doctrine_christian_hermetic = 2
|
hostility_override_special_doctrine_christian_hermetic = 2
|
||||||
|
|
@ -325,6 +331,56 @@
|
||||||
loc_parameter_islamic_kinship_astray = 1
|
loc_parameter_islamic_kinship_astray = 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#Pantheonic Doctrines
|
||||||
|
|
||||||
|
special_doctrine_populares = {
|
||||||
|
is_shown = {
|
||||||
|
religion_tag = french_pantheon_religion
|
||||||
|
}
|
||||||
|
|
||||||
|
piety_cost = {
|
||||||
|
value = faith_doctrine_cost_low
|
||||||
|
if = {
|
||||||
|
limit = { has_doctrine = special_doctrine_established_church }
|
||||||
|
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
parameters = {
|
||||||
|
hostility_override_special_doctrine_optimates = 2
|
||||||
|
hostility_override_special_doctrine_fantastical_kinship = 2
|
||||||
|
hostility_override_special_doctrine_christian_kinship = 2
|
||||||
|
|
||||||
|
loc_parameter_populares_hostile = 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_optimates = {
|
||||||
|
is_shown = {
|
||||||
|
religion_tag = french_pantheon_religion
|
||||||
|
}
|
||||||
|
|
||||||
|
piety_cost = {
|
||||||
|
value = faith_doctrine_cost_low
|
||||||
|
if = {
|
||||||
|
limit = { has_doctrine = special_doctrine_established_church }
|
||||||
|
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
parameters = {
|
||||||
|
hostility_override_special_doctrine_fantastical_kinship = 1
|
||||||
|
hostility_override_special_doctrine_christian_kinship = 1
|
||||||
|
|
||||||
|
hostility_override_special_doctrine_populares = 2
|
||||||
|
hostility_override_special_doctrine_roman_rite = 2
|
||||||
|
hostility_override_special_doctrine_independent_catholic = 2
|
||||||
|
|
||||||
|
loc_parameter_optimates_astray = 1
|
||||||
|
loc_parameter_optimates_hostile = 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#Protestant Doctrines
|
#Protestant Doctrines
|
||||||
|
|
||||||
|
|
@ -366,6 +422,7 @@
|
||||||
|
|
||||||
hostility_override_special_doctrine_established_church = 1
|
hostility_override_special_doctrine_established_church = 1
|
||||||
hostility_override_special_doctrine_reformation_roots = 1
|
hostility_override_special_doctrine_reformation_roots = 1
|
||||||
|
hostility_override_special_doctrine_cult_of_saints = 1
|
||||||
|
|
||||||
hostility_override_special_doctrine_via_media = 1
|
hostility_override_special_doctrine_via_media = 1
|
||||||
|
|
||||||
|
|
@ -373,6 +430,7 @@
|
||||||
|
|
||||||
hostility_override_special_doctrine_sevillian_rite = 2
|
hostility_override_special_doctrine_sevillian_rite = 2
|
||||||
hostility_override_special_doctrine_independent_catholic = 2
|
hostility_override_special_doctrine_independent_catholic = 2
|
||||||
|
hostility_override_special_doctrine_old_lore = 2
|
||||||
|
|
||||||
hostility_override_special_doctrine_radical_reform = 3
|
hostility_override_special_doctrine_radical_reform = 3
|
||||||
|
|
||||||
|
|
@ -422,9 +480,13 @@
|
||||||
|
|
||||||
hostility_override_special_doctrine_established_church = 1
|
hostility_override_special_doctrine_established_church = 1
|
||||||
hostility_override_special_doctrine_reformation_roots = 1
|
hostility_override_special_doctrine_reformation_roots = 1
|
||||||
|
|
||||||
|
hostility_override_special_doctrine_cult_of_saints = 1
|
||||||
|
|
||||||
hostility_override_special_doctrine_roman_rite = 2
|
hostility_override_special_doctrine_roman_rite = 2
|
||||||
hostility_override_special_doctrine_sevillian_rite = 2
|
hostility_override_special_doctrine_sevillian_rite = 2
|
||||||
|
|
||||||
|
hostility_override_special_doctrine_old_lore = 2
|
||||||
|
|
||||||
hostility_override_special_doctrine_christian_kinship = 2
|
hostility_override_special_doctrine_christian_kinship = 2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -240,7 +240,7 @@
|
||||||
|
|
||||||
#Special Tolerance | placeholder
|
#Special Tolerance | placeholder
|
||||||
#doctrine = special_doctrine_ecumenical_christian
|
#doctrine = special_doctrine_ecumenical_christian
|
||||||
doctrine = special_doctrine_people_of_the_book
|
doctrine = special_doctrine_populares
|
||||||
|
|
||||||
#Tenets | placeholder
|
#Tenets | placeholder
|
||||||
doctrine = tenet_pursuit_of_power
|
doctrine = tenet_pursuit_of_power
|
||||||
|
|
@ -271,7 +271,7 @@
|
||||||
|
|
||||||
#Special Tolerance | placeholder
|
#Special Tolerance | placeholder
|
||||||
#doctrine = special_doctrine_ecumenical_christian
|
#doctrine = special_doctrine_ecumenical_christian
|
||||||
doctrine = special_doctrine_people_of_the_book
|
doctrine = special_doctrine_populares
|
||||||
|
|
||||||
#Tenets | placeholder
|
#Tenets | placeholder
|
||||||
doctrine = tenet_righteous_fury
|
doctrine = tenet_righteous_fury
|
||||||
|
|
@ -305,7 +305,7 @@
|
||||||
|
|
||||||
#Special Tolerance | placeholder
|
#Special Tolerance | placeholder
|
||||||
#doctrine = special_doctrine_ecumenical_christian
|
#doctrine = special_doctrine_ecumenical_christian
|
||||||
doctrine = special_doctrine_people_of_the_book
|
doctrine = special_doctrine_populares
|
||||||
|
|
||||||
#Tenets | placeholder
|
#Tenets | placeholder
|
||||||
doctrine = tenet_vows_of_poverty
|
doctrine = tenet_vows_of_poverty
|
||||||
|
|
@ -335,7 +335,7 @@
|
||||||
#holy_site = segrada_familia
|
#holy_site = segrada_familia
|
||||||
|
|
||||||
#Special Tolerance | placeholder
|
#Special Tolerance | placeholder
|
||||||
doctrine = special_doctrine_religion_fallback
|
doctrine = special_doctrine_optimates
|
||||||
|
|
||||||
#Tenets | placeholder
|
#Tenets | placeholder
|
||||||
doctrine = tenet_sun_worship
|
doctrine = tenet_sun_worship
|
||||||
|
|
@ -406,7 +406,7 @@
|
||||||
holy_site = orleans
|
holy_site = orleans
|
||||||
|
|
||||||
#Special Tolerance | placeholder
|
#Special Tolerance | placeholder
|
||||||
doctrine = special_doctrine_people_of_the_book
|
doctrine = special_doctrine_optimates
|
||||||
|
|
||||||
doctrine = doctrine_gender_female_dominated
|
doctrine = doctrine_gender_female_dominated
|
||||||
doctrine = doctrine_pluralism_fundamentalist
|
doctrine = doctrine_pluralism_fundamentalist
|
||||||
|
|
|
||||||
BIN
gfx/interface/icons/faith_doctrines/special_doctrine_optimates.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/icons/faith_doctrines/special_doctrine_optimates.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
gfx/interface/icons/faith_doctrines/special_doctrine_populares.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/icons/faith_doctrines/special_doctrine_populares.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
|
|
@ -72,6 +72,12 @@
|
||||||
|
|
||||||
special_doctrine_heathen_revanchism_name: "Heathen Revanchism"
|
special_doctrine_heathen_revanchism_name: "Heathen Revanchism"
|
||||||
special_doctrine_heathen_revanchism_desc: "The beliefs and rituals of our forefathers, many of them old as time itself, have been ruthlessly beaten out of our people over the course of millennia. We are the only ones who lived to tell their tales."
|
special_doctrine_heathen_revanchism_desc: "The beliefs and rituals of our forefathers, many of them old as time itself, have been ruthlessly beaten out of our people over the course of millennia. We are the only ones who lived to tell their tales."
|
||||||
|
|
||||||
|
special_doctrine_optimates_name:0 "Optimates"
|
||||||
|
special_doctrine_optimates_desc:0 "Our pantheon is filled with the divinely mandated rulers of the Ancien Régime, who guided our ancestors out of the Dark Ages and into divine enlightenment."
|
||||||
|
|
||||||
|
special_doctrine_populares_name:0 "Populares"
|
||||||
|
special_doctrine_populares_desc:0 "Our pantheon is filled with the brave heroes of the Revolution, who fought for the commoner against the arrogant and decadent tyrants of the Ancien Régime."
|
||||||
|
|
||||||
special_doctrine_fantastical_kinship_name:0 "Romantic Literature"
|
special_doctrine_fantastical_kinship_name:0 "Romantic Literature"
|
||||||
special_doctrine_fantastical_kinship_desc:0 "Our faithful find the most inspiration within texts depicting better times and lost worlds. Our great Author created an entire universe, and we cannot hope to understand it by only studying the here and now."
|
special_doctrine_fantastical_kinship_desc:0 "Our faithful find the most inspiration within texts depicting better times and lost worlds. Our great Author created an entire universe, and we cannot hope to understand it by only studying the here and now."
|
||||||
|
|
@ -99,6 +105,11 @@
|
||||||
#Links to game concept tolerance breakdowns
|
#Links to game concept tolerance breakdowns
|
||||||
|
|
||||||
click_here_to_view_doctrines: "Click here to view what doctrines"
|
click_here_to_view_doctrines: "Click here to view what doctrines"
|
||||||
|
|
||||||
|
doctrine_parameter_loc_parameter_optimates_astray:0 "$click_here_to_view_doctrines$ [optimates_astray|L] considers to be Astray"
|
||||||
|
doctrine_parameter_loc_parameter_optimates_hostile:0 "$click_here_to_view_doctrines$ [optimates_hostile|L] considers to be Hostile"
|
||||||
|
|
||||||
|
doctrine_parameter_loc_parameter_populares_hostile:0 "$click_here_to_view_doctrines$ [populares_hostile|L] considers to be Hostile"
|
||||||
|
|
||||||
doctrine_parameter_loc_parameter_roman_rite_astray:0 "$click_here_to_view_doctrines$ [roman_rite_astray|L] considers to be Astray"
|
doctrine_parameter_loc_parameter_roman_rite_astray:0 "$click_here_to_view_doctrines$ [roman_rite_astray|L] considers to be Astray"
|
||||||
doctrine_parameter_loc_parameter_roman_rite_hostile:0 "$click_here_to_view_doctrines$ [roman_rite_hostile|L] considers to be Hostile"
|
doctrine_parameter_loc_parameter_roman_rite_hostile:0 "$click_here_to_view_doctrines$ [roman_rite_hostile|L] considers to be Hostile"
|
||||||
|
|
@ -108,6 +119,7 @@
|
||||||
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_independent_catholic_hostile:0 "$click_here_to_view_doctrines$ [independent_catholic_hostile|L] considers to be Hostile"
|
||||||
|
|
||||||
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_fantastical_kinship_astray:0 "$click_here_to_view_doctrines$ [fantastical_kinship_astray|L] considers to be Astray"
|
||||||
|
doctrine_parameter_loc_parameter_fantastical_kinship_hostile:0 "$click_here_to_view_doctrines$ [fantastical_kinship_astray|L] considers to be Hostile"
|
||||||
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_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_christian_kinship_astray:0 "$click_here_to_view_doctrines$ [christian_kinship_astray|L] considers to be Astray"
|
||||||
doctrine_parameter_loc_parameter_christian_kinship_hostile:0 "$click_here_to_view_doctrines$ [christian_kinship_hostile|L] considers to be Hostile"
|
doctrine_parameter_loc_parameter_christian_kinship_hostile:0 "$click_here_to_view_doctrines$ [christian_kinship_hostile|L] considers to be Hostile"
|
||||||
|
|
@ -195,4 +207,7 @@
|
||||||
|
|
||||||
doctrine_parameter_hostility_override_special_doctrine_christian_hermetic:0 ""
|
doctrine_parameter_hostility_override_special_doctrine_christian_hermetic:0 ""
|
||||||
doctrine_parameter_hostility_override_special_doctrine_nobelian_hermetic:0 ""
|
doctrine_parameter_hostility_override_special_doctrine_nobelian_hermetic:0 ""
|
||||||
|
|
||||||
|
doctrine_parameter_hostility_override_special_doctrine_optimates:0 ""
|
||||||
|
doctrine_parameter_hostility_override_special_doctrine_populares: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_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: "$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 $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_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 $french_pantheon_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_optimates').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: "$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]#!"
|
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,21 +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_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: "$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 $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').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 $french_pantheon_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_optimates').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
|
#Novelist doctrines
|
||||||
|
|
||||||
game_concept_fantastical_kinship_astray: "$special_doctrine_fantastical_kinship_name$"
|
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_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 $french_pantheon_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_optimates').GetBaseName]#!\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_people_of_the_book').GetBaseName]#!"
|
||||||
|
|
||||||
|
game_concept_fantastical_kinship_hostile: "$special_doctrine_fantastical_kinship_name$"
|
||||||
|
game_concept_fantastical_kinship_hostile_desc: "[faiths|E] with the $special_doctrine_fantastical_kinship_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#bold $french_pantheon_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_populares').GetBaseName]#!"
|
||||||
|
|
||||||
game_concept_academic_kinship_astray: "$special_doctrine_academic_kinship_name$"
|
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_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: "$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_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 $french_pantheon_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_optimates').GetBaseName]#!\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_christian_kinship_hostile: "$special_doctrine_christian_kinship_name$"
|
game_concept_christian_kinship_hostile: "$special_doctrine_christian_kinship_name$"
|
||||||
game_concept_christian_kinship_hostile_desc: "[faiths|E] with the $special_doctrine_christian_kinship_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_people_of_the_book').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!"
|
game_concept_christian_kinship_hostile_desc: "[faiths|E] with the $special_doctrine_christian_kinship_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#bold $french_pantheon_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_populares').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]#!"
|
||||||
|
|
||||||
game_concept_islamic_kinship_astray: "$special_doctrine_islamic_kinship_name$"
|
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_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]#!"
|
||||||
|
|
@ -52,16 +55,16 @@
|
||||||
#Protestant doctrines
|
#Protestant doctrines
|
||||||
|
|
||||||
game_concept_established_church_astray: "$special_doctrine_established_church_name$"
|
game_concept_established_church_astray: "$special_doctrine_established_church_name$"
|
||||||
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_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 [GetFaithDoctrine('special_doctrine_reformation_roots').GetBaseName]#!\n#bold $folkgerman_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_cult_of_saints').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: "$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]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').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 $folkgerman_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_old_lore').GetBaseName]#!\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: "$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_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#bold $folkgerman_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_cult_of_saints').GetBaseName]#!\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: "$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]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').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 $folkgerman_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_old_lore').GetBaseName]#!\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]#!"
|
||||||
|
|
||||||
### Folk Germanic ###
|
### Folk Germanic ###
|
||||||
|
|
||||||
|
|
@ -135,16 +138,14 @@
|
||||||
game_concept_via_media_astray: "$special_doctrine_via_media_name$"
|
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]#!"
|
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]#!"
|
||||||
|
|
||||||
game_concept_established_church_astray: "$special_doctrine_established_church_name$"
|
#Pantheonic
|
||||||
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_populares_hostile: "$special_doctrine_populares_name$"
|
||||||
game_concept_established_church_hostile: "$special_doctrine_established_church_name$"
|
game_concept_populares_hostile_desc: "[faiths|E] with the $special_doctrine_populares_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_optimates').GetBaseName]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_fantastical_kinship').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').GetBaseName]#!\n#bold $french_pantheon_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_optimates').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_optimates_astray: "$special_doctrine_optimates_name$"
|
||||||
game_concept_reformation_roots_astray: "$special_doctrine_reformation_roots_name$"
|
game_concept_optimates_astray_desc: "[faiths|E] with the $special_doctrine_optimates_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_fantastical_kinship').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').GetBaseName]#!"
|
||||||
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_optimates_hostile: "$special_doctrine_optimates_name$"
|
||||||
game_concept_reformation_roots_hostile: "$special_doctrine_reformation_roots_name$"
|
game_concept_optimates_hostile_desc: "[faiths|E] with the $special_doctrine_optimates_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_populares').GetBaseName]#!\n#bold $catholic_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_roman_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_independent_catholic').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]#!"
|
|
||||||
|
|
||||||
#Thelema/Brittanic
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue