britian changes + some more map tweks
This commit is contained in:
parent
e8b7d30a4e
commit
eb8b758b80
33 changed files with 3878 additions and 465 deletions
|
|
@ -1072,7 +1072,7 @@
|
|||
|
||||
traits = {
|
||||
virtues = { lustful }
|
||||
sins = { chaste }
|
||||
#sins = { chaste }
|
||||
}
|
||||
}
|
||||
tenet_do_what_thou_wilt = {
|
||||
|
|
@ -1626,7 +1626,74 @@
|
|||
traits = {
|
||||
}
|
||||
}
|
||||
tenet_europa_regina = {
|
||||
icon = core_tenet_alexandrian_catechism
|
||||
|
||||
is_shown = {
|
||||
religion_tag = europeanist_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_europa_regina }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
can_pick = {
|
||||
custom_description = {
|
||||
text = doctrine_pluralism_fundamentalist_trigger
|
||||
NOT = { doctrine:doctrine_pluralism_fundamentalist = { is_in_list = selected_doctrines } }
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
ghw_no_hof_conversion_buffs_active = yes
|
||||
pilgrimage_decision_active = yes
|
||||
}
|
||||
character_modifier = {
|
||||
accolade_glory_gain_mult = 0.1
|
||||
}
|
||||
character_modifier = {
|
||||
monthly_learning_lifestyle_xp_gain_mult = 0.2
|
||||
learning_per_stress_level = 2
|
||||
}
|
||||
|
||||
traits = {
|
||||
virtues = { scholar }
|
||||
}
|
||||
}
|
||||
tenet_wandering_bards = {
|
||||
icon = core_tenet_alexandrian_catechism
|
||||
|
||||
is_shown = {
|
||||
religion_tag = europeanist_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_wandering_bards }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
can_pick = {
|
||||
custom_description = {
|
||||
text = doctrine_pluralism_fundamentalist_trigger
|
||||
NOT = { doctrine:doctrine_pluralism_fundamentalist = { is_in_list = selected_doctrines } }
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
mendicant_preachers_conversion_active = yes
|
||||
pilgrimage_decision_active = yes
|
||||
unlock_voluntary_laampdom_faith = yes
|
||||
}
|
||||
traits = {
|
||||
virtues = { temperate poet }
|
||||
sins = { gluttonous }
|
||||
}
|
||||
}
|
||||
tenet_rite = {
|
||||
icon = core_tenet_rite
|
||||
|
||||
|
|
|
|||
2177
common/religion/holy_sites/00_holy_sites.txt
Normal file
2177
common/religion/holy_sites/00_holy_sites.txt
Normal file
File diff suppressed because it is too large
Load diff
17
common/religion/holy_sites/_holy_sites.info
Normal file
17
common/religion/holy_sites/_holy_sites.info
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
Faiths can have holy sites, giving various effects (mostly through references elsewhere in script).
|
||||
|
||||
== Structure ==
|
||||
holy_site_name = {
|
||||
county = c_somewhere
|
||||
|
||||
flag = flag1
|
||||
flag = flag2
|
||||
|
||||
character_modifier = { # Optional. Applied to all characters of any faith with this holy site when the holder of the barony is of their faith
|
||||
some effects
|
||||
}
|
||||
}
|
||||
|
||||
== Localisation ==
|
||||
The name of the holy site will be "holy_site_<key>_name".
|
||||
The custom effect description will be "holy_site_<key>_ effects". It'll be used in addition to the character modifier (if any).
|
||||
|
|
@ -258,9 +258,9 @@
|
|||
doctrine = special_doctrine_christian
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_catholic_communion
|
||||
doctrine = tenet_armed_pilgrimages
|
||||
doctrine = tenet_monasticism
|
||||
doctrine = tenet_aniconism
|
||||
doctrine = tenet_pastoral_isolation
|
||||
doctrine = tenet_adaptive
|
||||
|
||||
holy_order_names = { #placeholder
|
||||
{ name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" }
|
||||
|
|
@ -334,9 +334,9 @@
|
|||
doctrine = special_doctrine_christian
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_catholic_communion
|
||||
doctrine = tenet_armed_pilgrimages
|
||||
doctrine = tenet_monasticism
|
||||
doctrine = tenet_aniconism
|
||||
doctrine = tenet_pastoral_isolation
|
||||
doctrine = tenet_adaptive
|
||||
|
||||
holy_order_names = { #placeholder
|
||||
{ name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" }
|
||||
|
|
|
|||
|
|
@ -3,30 +3,30 @@
|
|||
|
||||
|
||||
#Main Group | placeholder
|
||||
doctrine = doctrine_spiritual_head
|
||||
doctrine = doctrine_gender_male_dominated
|
||||
doctrine = doctrine_temporal_head
|
||||
doctrine = doctrine_gender_equal
|
||||
doctrine = doctrine_pluralism_righteous
|
||||
doctrine = doctrine_theocracy_temporal
|
||||
doctrine = doctrine_theocracy_lay_clergy
|
||||
|
||||
#Marriage | placeholder
|
||||
doctrine = doctrine_monogamy
|
||||
doctrine = doctrine_divorce_approval
|
||||
doctrine = doctrine_bastardry_legitimization
|
||||
doctrine = doctrine_divorce_allowed
|
||||
doctrine = doctrine_bastardry_none
|
||||
doctrine = doctrine_consanguinity_aunt_nephew_and_uncle_niece
|
||||
|
||||
#Crimes | placeholder
|
||||
doctrine = doctrine_homosexuality_shunned
|
||||
doctrine = doctrine_homosexuality_accepted
|
||||
doctrine = doctrine_adultery_men_shunned
|
||||
doctrine = doctrine_adultery_women_crime
|
||||
doctrine = doctrine_kinslaying_close_kin_crime
|
||||
doctrine = doctrine_deviancy_crime
|
||||
doctrine = doctrine_witchcraft_crime
|
||||
doctrine = doctrine_adultery_women_shunned
|
||||
doctrine = doctrine_kinslaying_shunned
|
||||
doctrine = doctrine_deviancy_accepted
|
||||
doctrine = doctrine_witchcraft_shunned
|
||||
|
||||
#Clerical Functions | placeholder
|
||||
doctrine = doctrine_clerical_function_taxation
|
||||
doctrine = doctrine_clerical_gender_male_only
|
||||
doctrine = doctrine_clerical_marriage_disallowed
|
||||
doctrine = doctrine_clerical_succession_spiritual_fixed_appointment
|
||||
doctrine = doctrine_clerical_function_alms_and_pacification
|
||||
doctrine = doctrine_clerical_gender_equal
|
||||
doctrine = doctrine_clerical_marriage_allowed
|
||||
doctrine = doctrine_clerical_succession_temporal_appointment
|
||||
|
||||
#Allow pilgrimages | placeholder
|
||||
doctrine = doctrine_pilgrimage_encouraged
|
||||
|
|
@ -245,21 +245,22 @@
|
|||
|
||||
graphical_faith = "catholic_gfx"
|
||||
#placeholder holy sites
|
||||
holy_site = jerusalem
|
||||
holy_site = rome
|
||||
holy_site = cologne
|
||||
holy_site = santiago
|
||||
holy_site = kent
|
||||
holy_site = maastricht
|
||||
holy_site = rome_concord
|
||||
holy_site = strassburg
|
||||
holy_site = frankfurt
|
||||
holy_site = brussels
|
||||
holy_site = luxembourg
|
||||
#holy_site = segrada_familia
|
||||
|
||||
#Special Tolerance | placeholder
|
||||
#doctrine = special_doctrine_ecumenical_christian
|
||||
doctrine = special_doctrine_novelist_cousin
|
||||
#doctrine = special_doctrine_novelist_cousin
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_vows_of_poverty
|
||||
doctrine = tenet_armed_pilgrimages
|
||||
doctrine = tenet_pursuit_of_power
|
||||
doctrine = core_tenet_belle_epoque
|
||||
doctrine = tenet_europa_regina
|
||||
doctrine = tenet_wandering_bards
|
||||
|
||||
holy_order_names = { #placeholder
|
||||
{ name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" }
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
#Marriage | placeholder
|
||||
doctrine = doctrine_monogamy
|
||||
doctrine = doctrine_divorce_disallowed
|
||||
doctrine = doctrine_bastardry_legitimization
|
||||
doctrine = doctrine_consanguinity_cousins
|
||||
doctrine = doctrine_bastardry_none
|
||||
doctrine = doctrine_consanguinity_restricted
|
||||
|
||||
#Crimes | placeholder
|
||||
doctrine = doctrine_homosexuality_accepted
|
||||
|
|
@ -21,10 +21,10 @@
|
|||
doctrine = doctrine_adultery_women_crime
|
||||
doctrine = doctrine_kinslaying_any_dynasty_member_crime
|
||||
doctrine = doctrine_deviancy_shunned
|
||||
doctrine = doctrine_witchcraft_crime
|
||||
doctrine = doctrine_witchcraft_accepted
|
||||
|
||||
#Clerical Functions | placeholder
|
||||
doctrine = doctrine_clerical_function_alms_and_pacification
|
||||
doctrine = doctrine_clerical_function_recruitment
|
||||
doctrine = doctrine_clerical_gender_either
|
||||
doctrine = doctrine_clerical_marriage_allowed
|
||||
doctrine = doctrine_clerical_succession_temporal_appointment
|
||||
|
|
@ -334,6 +334,11 @@
|
|||
doctrine = special_doctrine_novelist_kinship
|
||||
doctrine = special_doctrine_novelist
|
||||
|
||||
doctrine = doctrine_adultery_men_shunned
|
||||
doctrine = doctrine_adultery_women_shunned
|
||||
doctrine = doctrine_witchcraft_shunned
|
||||
doctrine = doctrine_clerical_gender_men
|
||||
|
||||
#Tenets | add unique ones eventually
|
||||
doctrine = tenet_universal_scripture
|
||||
doctrine = tenet_restore_the_crown
|
||||
|
|
@ -410,7 +415,12 @@
|
|||
#Special Tolerance | placeholder
|
||||
doctrine = special_doctrine_novelist_kinship
|
||||
doctrine = special_doctrine_novelist
|
||||
|
||||
|
||||
doctrine = doctrine_homosexuality_shunned
|
||||
doctrine = doctrine_witchcraft_crime
|
||||
doctrine = doctrine_pluralism_pluralistic
|
||||
doctrine = doctrine_bastardry_legitimization
|
||||
|
||||
#Tenets | add unique ones eventually
|
||||
doctrine = tenet_universal_scripture
|
||||
doctrine = tenet_people_of_the_book
|
||||
|
|
|
|||
|
|
@ -9,34 +9,34 @@
|
|||
doctrine = doctrine_theocracy_temporal
|
||||
|
||||
#Marriage | placeholder
|
||||
doctrine = doctrine_monogamy
|
||||
doctrine = doctrine_divorce_approval
|
||||
doctrine = doctrine_bastardry_legitimization
|
||||
doctrine = doctrine_concubines
|
||||
doctrine = doctrine_divorce_allowed
|
||||
doctrine = doctrine_bastardry_none
|
||||
doctrine = doctrine_consanguinity_aunt_nephew_and_uncle_niece
|
||||
|
||||
#Crimes | placeholder
|
||||
doctrine = doctrine_homosexuality_shunned
|
||||
doctrine = doctrine_adultery_men_shunned
|
||||
doctrine = doctrine_adultery_women_crime
|
||||
doctrine = doctrine_kinslaying_close_kin_crime
|
||||
doctrine = doctrine_deviancy_crime
|
||||
doctrine = doctrine_witchcraft_crime
|
||||
doctrine = doctrine_homosexuality_accepted
|
||||
doctrine = doctrine_adultery_men_accepted
|
||||
doctrine = doctrine_adultery_women_accepted
|
||||
doctrine = doctrine_kinslaying_shunned
|
||||
doctrine = doctrine_deviancy_virtuous
|
||||
doctrine = doctrine_witchcraft_virtuous
|
||||
|
||||
#Clerical Functions | placeholder
|
||||
doctrine = doctrine_clerical_function_taxation
|
||||
doctrine = doctrine_clerical_function_recruitment
|
||||
doctrine = doctrine_clerical_gender_either
|
||||
doctrine = doctrine_clerical_marriage_disallowed
|
||||
doctrine = doctrine_clerical_succession_spiritual_fixed_appointment
|
||||
doctrine = doctrine_clerical_marriage_allowed
|
||||
doctrine = doctrine_clerical_succession_spiritual_appointment
|
||||
|
||||
#Allow pilgrimages | placeholder
|
||||
doctrine = doctrine_pilgrimage_encouraged
|
||||
|
||||
#Funeral tradition | placeholder
|
||||
doctrine = doctrine_funeral_stoic
|
||||
doctrine = doctrine_funeral_cremation
|
||||
|
||||
traits = {
|
||||
virtues = { forgiving compassionate lustful }
|
||||
sins = { vengeful sadistic chaste }
|
||||
virtues = { forgiving gregarious lustful lifestyle_mystic hashishiyah }
|
||||
sins = { vengeful sadistic fickle lazy }
|
||||
}
|
||||
|
||||
reserved_male_names = { #put larp names here later
|
||||
|
|
@ -245,11 +245,11 @@
|
|||
|
||||
graphical_faith = "catholic_gfx"
|
||||
#placeholder holy sites
|
||||
holy_site = jerusalem
|
||||
holy_site = rome
|
||||
holy_site = cologne
|
||||
holy_site = santiago
|
||||
holy_site = kent
|
||||
holy_site = lochness
|
||||
holy_site = cefalu
|
||||
holy_site = paris
|
||||
holy_site = london
|
||||
#holy_site = cairo
|
||||
#holy_site = segrada_familia
|
||||
|
||||
#Special Tolerance | placeholder
|
||||
|
|
@ -332,6 +332,8 @@
|
|||
#Special Tolerance | placeholder
|
||||
#doctrine = special_doctrine_ecumenical_christian
|
||||
doctrine = special_doctrine_esoteric_witchcraft
|
||||
doctrine = doctrine_no_head
|
||||
doctrine = doctrine_pluralism_pluralistic
|
||||
|
||||
#Tenets | WIP
|
||||
doctrine = tenet_love_under_will
|
||||
|
|
|
|||
|
|
@ -3,30 +3,30 @@
|
|||
|
||||
|
||||
#Main Group | placeholder
|
||||
doctrine = doctrine_spiritual_head
|
||||
doctrine = doctrine_temporal_head
|
||||
doctrine = doctrine_gender_equal
|
||||
doctrine = doctrine_pluralism_righteous
|
||||
doctrine = doctrine_theocracy_temporal
|
||||
doctrine = doctrine_pluralism_pluralistic
|
||||
doctrine = doctrine_theocracy_lay_clergy
|
||||
|
||||
#Marriage | placeholder
|
||||
doctrine = doctrine_monogamy
|
||||
doctrine = doctrine_divorce_approval
|
||||
doctrine = doctrine_bastardry_legitimization
|
||||
doctrine = doctrine_consanguinity_aunt_nephew_and_uncle_niece
|
||||
doctrine = doctrine_divorce_accepted
|
||||
doctrine = doctrine_bastardry_none
|
||||
doctrine = doctrine_consanguinity_cousins
|
||||
|
||||
#Crimes | placeholder
|
||||
doctrine = doctrine_homosexuality_shunned
|
||||
doctrine = doctrine_adultery_men_shunned
|
||||
doctrine = doctrine_homosexuality_accepted
|
||||
doctrine = doctrine_adultery_men_crime
|
||||
doctrine = doctrine_adultery_women_crime
|
||||
doctrine = doctrine_kinslaying_close_kin_crime
|
||||
doctrine = doctrine_deviancy_crime
|
||||
doctrine = doctrine_witchcraft_crime
|
||||
doctrine = doctrine_deviancy_accepted
|
||||
doctrine = doctrine_witchcraft_virtuous
|
||||
|
||||
#Clerical Functions | placeholder
|
||||
doctrine = doctrine_clerical_function_taxation
|
||||
doctrine = doctrine_clerical_function_alms_and_pacification
|
||||
doctrine = doctrine_clerical_gender_either
|
||||
doctrine = doctrine_clerical_marriage_disallowed
|
||||
doctrine = doctrine_clerical_succession_spiritual_fixed_appointment
|
||||
doctrine = doctrine_clerical_marriage_allowed
|
||||
doctrine = doctrine_clerical_succession_temporal_appointment
|
||||
|
||||
#Allow pilgrimages | placeholder
|
||||
doctrine = doctrine_pilgrimage_encouraged
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
{ name = "holy_order_christian" coat_of_arms = "ho_christian" }
|
||||
}
|
||||
|
||||
holy_order_maa = { teutonic_knights } #placeholder
|
||||
#holy_order_maa = { teutonic_knights } #placeholder
|
||||
|
||||
localization = {
|
||||
#HighGod | placeholder
|
||||
|
|
@ -245,11 +245,12 @@
|
|||
|
||||
graphical_faith = "catholic_gfx"
|
||||
#placeholder holy sites
|
||||
holy_site = jerusalem
|
||||
holy_site = rome
|
||||
holy_site = cologne
|
||||
holy_site = santiago
|
||||
holy_site = kent
|
||||
holy_site = stonehenge
|
||||
holy_site = wight
|
||||
holy_site = warwick
|
||||
holy_site = cornwall
|
||||
holy_site = rennes
|
||||
#holy_site = cairo
|
||||
#holy_site = segrada_familia
|
||||
|
||||
#Special Tolerance | placeholder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue