diff --git a/common/religion/holy_sites/00_holy_sites.txt b/common/religion/holy_sites/00_holy_sites.txt index d2a5226d..702a9c73 100644 --- a/common/religion/holy_sites/00_holy_sites.txt +++ b/common/religion/holy_sites/00_holy_sites.txt @@ -501,6 +501,62 @@ reims = { } } +# pantheonic + +grenoble = { + county = c_isere + barony = b_grenoble + + character_modifier = { + name = holy_site_grenoble_effect_name + religious_vassal_opinion = 5 + sway_scheme_phase_duration_add = minor_scheme_phase_duration_bonus_value + } +} + +arras = { + county = c_boulogne + barony = b_aire + + character_modifier = { + name = holy_site_arras_effect_name + development_growth_factor = 0.1 + stewardship = 1 + } +} + +berlin = { + county = c_berlin + barony = b_berlin + + character_modifier = { + name = holy_site_berlin_effect_name + martial = 1 + hard_casualty_modifier = -0.1 + } +} + +trier = { + county = c_trier + barony = b_trier + + character_modifier = { + name = holy_site_trier_effect_name + cultural_head_fascination_mult = 0.05 + monthly_county_control_growth_factor = 0.05 + } +} + +capua = { + county = c_caserta + barony = b_aversa + + character_modifier = { + defender_advantage = 5 + diplomacy = 1 + } +} + # Catholic seville = { diff --git a/common/religion/religions/NEOW_pantheonic.txt b/common/religion/religions/NEOW_pantheonic.txt index b30e7df9..6dad734a 100644 --- a/common/religion/religions/NEOW_pantheonic.txt +++ b/common/religion/religions/NEOW_pantheonic.txt @@ -230,13 +230,12 @@ # religious_head = k_papal_state - #placeholder holy sites holy_site = paris holy_site = provence holy_site = bordeaux holy_site = rome - holy_site = kent - #holy_site = segrada_familia + holy_site = grenoble + holy_site = athens #Special Tolerance | placeholder #doctrine = special_doctrine_ecumenical_christian @@ -261,13 +260,12 @@ # religious_head = k_papal_state - #placeholder holy sites - holy_site = jerusalem + holy_site = paris + holy_site = provence + holy_site = arras holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia + holy_site = grenoble + holy_site = athens #Special Tolerance | placeholder #doctrine = special_doctrine_ecumenical_christian @@ -294,14 +292,12 @@ color = { 127 12 50 } icon = communard - # religious_head = k_papal_state - #placeholder holy sites - holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia + holy_site = paris + holy_site = provence + holy_site = lyon + holy_site = berlin + holy_site = trier + holy_site = capua #Special Tolerance | placeholder #doctrine = special_doctrine_ecumenical_christian diff --git a/localization/english/replace/religion/zz_NEOW_holy_sites_l_english.yml b/localization/english/replace/religion/zz_NEOW_holy_sites_l_english.yml index 9ccefefa..90dbe045 100644 --- a/localization/english/replace/religion/zz_NEOW_holy_sites_l_english.yml +++ b/localization/english/replace/religion/zz_NEOW_holy_sites_l_english.yml @@ -28,14 +28,14 @@ holy_site_verdun_name:0 "Verdun" holy_site_verdun_effect_name:0 "From [holy_site|E] #weak ($holy_site_verdun_name$)#!" -#ORLEANIST +#PANTHEONIC holy_site_reims_name:0 "Reims" holy_site_reims_effect_name:0 "From [holy_site|E] #weak ($holy_site_reims_name$)#!" holy_site_orleans_name:0 "Orleans" holy_site_orleans_effect_name:0 "From [holy_site|E] #weak ($holy_site_orleans_name$)#!" - holy_site_domremy_name:0 "Domremy" + holy_site_domremy_name:0 "Domrémy" holy_site_domremy_effect_name:0 "From [holy_site|E] #weak ($holy_site_domremy_name$)#!" holy_site_rouen_name:0 "Rouen" @@ -44,6 +44,21 @@ holy_site_avignon_name:0 "Avignon" holy_site_avignon_effect_name:0 "From [holy_site|E] #weak ($holy_site_avignon_name$)#!" + holy_site_grenoble_name:0 "Grenoble" + holy_site_grenoble_effect_name:0 "From [holy_site|E] #weak ($holy_site_grenoble_name$)#!" + + holy_site_arras_name:0 "Arras" + holy_site_arras_effect_name:0 "From [holy_site|E] #weak ($holy_site_arras_name$)#!" + + holy_site_berlin_name:0 "Berlin" + holy_site_berlin_effect_name:0 "From [holy_site|E] #weak ($holy_site_berlin_name$)#!" + + holy_site_trier_name:0 "Trier" + holy_site_trier_effect_name:0 "From [holy_site|E] #weak ($holy_site_trier_name$)#!" + + holy_site_capua_name:0 "Capua" + holy_site_capua_effect_name:0 "From [holy_site|E] #weak ($holy_site_capua_name$)#!" + #CATHOLIC holy_site_lourdes_name:0 "Lourdes" holy_site_lourdes_effect_name:0 "From [holy_site|E] #weak ($holy_site_lourdes_name$)#!" @@ -244,4 +259,6 @@ holy_site_kyffhauser_name:0 "Kyffhauser" holy_site_leipzig_name:0 "Leipzig" holy_site_bremen_name:0 "Bremen" - holy_site_neuschwanstein_name:0 "Neuschwanstein" \ No newline at end of file + holy_site_neuschwanstein_name:0 "Neuschwanstein" + + \ No newline at end of file