diff --git a/N3OW/common/council_tasks/00_court_chaplain_tasks.txt b/N3OW/common/council_tasks/00_court_chaplain_tasks.txt new file mode 100644 index 00000000..e9052fe1 --- /dev/null +++ b/N3OW/common/council_tasks/00_court_chaplain_tasks.txt @@ -0,0 +1,1846 @@ +task_religious_relations = { + default_task = yes + position = councillor_court_chaplain + + task_type = task_type_general + task_progress = task_progress_infinite + + asset = { + icon = "gfx/interface/icons/council_task_types/task_religious_relations.dds" + background = "gfx/interface/buttons/button_round_bg.dds" + frame = "gfx/interface/buttons/button_round_frame.dds" + glow = "gfx/particles/halo.dds" + } + + effect_desc = { + ### Piety tooltip + desc = task_religious_relations_piety_effect_desc + triggered_desc = { + trigger = { + scope:councillor_liege = { has_perk = clerical_justifications_perk } + } + desc = task_religious_relations_effect_desc_perk_bonus_piety + } + triggered_desc = { + trigger = { + councillor_liege_has_erudition_legacy_5_perk = yes + } + desc = task_religious_relations_effect_desc_legacy_bonus_piety + } + triggered_desc = { + trigger = { + councillor_liege_has_family_business_bonus = yes + } + desc = task_religious_relations_effect_desc_family_business_bonus_piety + } + triggered_desc = { + trigger = { + councillor_liege_has_consulted_house_bonus = yes + } + desc = task_religious_relations_effect_desc_consulted_house_bonus_piety + } + + first_valid = { + triggered_desc = { + trigger = { + scope:councillor.faith = { + OR = { + has_doctrine_parameter = no_head_of_faith + NOT = { exists = religious_head } + } + has_doctrine = doctrine_theocracy_lay_clergy + } + } + desc = task_religious_relations_effect_no_hof_layman_clergy_desc_opinion + } + desc = task_religious_relations_effect_desc_opinion + } + + + triggered_desc = { + trigger = { + scope:councillor_liege = { has_perk = clerical_justifications_perk } + } + desc = task_religious_relations_effect_desc_perk_bonus_opinion + } + triggered_desc = { + trigger = { + councillor_liege_has_erudition_legacy_5_perk = yes + } + desc = task_religious_relations_effect_desc_legacy_bonus_opinion + } + triggered_desc = { + trigger = { + councillor_liege_has_family_business_bonus = yes + } + desc = task_religious_relations_effect_desc_family_business_bonus_opinion + } + triggered_desc = { + trigger = { + councillor_liege_has_consulted_house_bonus = yes + } + desc = task_religious_relations_effect_desc_consulted_house_bonus_opinion + } + desc = line_break + + desc = { + desc = council_task_possible_side_effects + triggered_desc = { + trigger = { + learning > mediocre_skill_rating + } + desc = task_religious_relations_opinion_gain + } + triggered_desc = { + trigger = { + learning < high_skill_rating + } + desc = task_religious_relations_piety_loss + } + triggered_desc = { + trigger = { + learning < high_skill_rating + } + desc = task_religious_relations_opinion_loss + } + } + } + + on_start_task = { + liege = { + set_variable = { + name = court_chaplain_religious_relations_opinion_value + value = 0 + } + } + } + + on_cancel_task = { + if = { + limit = { + is_alive = yes + has_variable = court_chaplain_religious_relations_opinion_value + } + remove_variable = court_chaplain_religious_relations_opinion_value + } + } + + council_owner_modifier = { + name = court_chaplain_religious_relations_modifier + monthly_piety = 1 + scale = court_chaplain_religious_relations_total_piety_gain + } + + council_owner_modifier = { + name = court_chaplain_religious_relations_opinion_modifier + theocracy_government_opinion_same_faith = 1 + scale = court_chaplain_religious_relations_opinion_modifier + } + + council_owner_modifier = { + name = court_chaplain_religious_relations_no_hof_opinion_modifier + same_faith_opinion = 1 + scale = court_chaplain_religious_relations_no_hof_opinion_modifier + } + + monthly_on_action = task_religious_relations_side_effects + + on_monthly = { + if = { + limit = { + liege = { is_ai = no } + } + if = { + limit = { + liege = { + has_variable = court_chaplain_religious_relations_opinion_value + } + } + liege = { + if = { + limit = { + var:court_chaplain_religious_relations_opinion_value < root.court_chaplain_religious_relations_opinion_max + } + change_variable = { + name = court_chaplain_religious_relations_opinion_value + add = root.court_chaplain_religious_relations_monthly_increase + } + } + if = { + limit = { + var:court_chaplain_religious_relations_opinion_value > root.court_chaplain_religious_relations_opinion_max + } + set_variable = { + name = court_chaplain_religious_relations_opinion_value + value = root.court_chaplain_religious_relations_opinion_max + } + } + } + } + else = { + liege = { + set_variable = { + name = court_chaplain_religious_relations_opinion_value + value = 0 + } + } + } + } + } + + ai_will_do = { + value = 1 # Always a good backup + + } +} + +task_conversion = { + position = councillor_court_chaplain + + task_type = task_type_county + county_target = realm + ai_county_target = realm + task_progress = task_progress_percentage + highlight_own_realm = yes + + asset = { + icon = "gfx/interface/icons/council_task_types/task_conversion.dds" + background = "gfx/interface/buttons/button_round_bg.dds" + frame = "gfx/interface/buttons/button_round_frame.dds" + glow = "gfx/particles/halo.dds" + } + + effect_desc = { + #China changes the faith to the Huangdi's faith + triggered_desc = { + trigger = { + scope:councillor_liege = { + highest_held_title_tier >= tier_hegemony + government_has_flag = government_has_merit + } + } + desc = task_conversion_china_effect_desc + } + #Otherwise it's councillor's faith + triggered_desc = { + trigger = { + NOT = { + scope:councillor_liege = { + highest_held_title_tier >= tier_hegemony + government_has_flag = government_has_merit + } + } + } + desc = task_conversion_effect_desc + } + desc = task_conversion_development_loss_desc + triggered_desc = { + trigger = { + scope:councillor_liege = { + any_vassal = { + vassal_stance = minority + } + } + } + desc = minority_disapproves_conversion_tooltip + } + desc = { + desc = council_task_possible_side_effects + triggered_desc = { + trigger = { + learning > mediocre_skill_rating + } + desc = task_conversion_opinion_gain + } + triggered_desc = { + trigger = { + learning > mediocre_skill_rating + } + desc = task_conversion_development_gain + } + triggered_desc = { + trigger = { + learning > mediocre_skill_rating + } + desc = task_conversion_levy_gain + } + triggered_desc = { + trigger = { + learning < high_skill_rating + } + desc = task_conversion_resistance_to_conversion + } + triggered_desc = { + trigger = { + learning < high_skill_rating + } + desc = task_conversion_opinion_loss + } + } + } + + progress = { + value = 0 + #Base conversion speed + add = { + value = court_chaplain_conversion_base + desc = COURT_CHAPLAIN_PROGRESS_BASE + } + add = { + value = scope:councillor.court_chaplain_conversion_monthly_increase + desc = SCALED_COUNCILLOR_LEARNING_VALUE + } + #Fervor of Court Chaplain's Faith + if = { + limit = { # Conditional in order to not mess up the preview-tooltip + exists = scope:county + exists = scope:councillor.faith + exists = scope:county.faith + } + add = { + add = { + add = scope:councillor.court_chaplain_progress_percentage + multiply = scope:councillor.faith.fervor + multiply = convert_faith_fervor_modifier_scale + } + subtract = { + add = scope:councillor.court_chaplain_progress_percentage + multiply = scope:county.faith.fervor + multiply = convert_faith_fervor_modifier_scale + } + if = { + limit = { + scope:councillor_liege = { has_perk = religious_icon_perk } + } + min = 0 + } + desc = COURT_CHAPLAIN_CONVERSION_FERVOR_IMPACT + } + } + add = court_chaplain_conversion_contextual_bonuses + + # Faster conversion for certain special doctrines + if = { + limit = { + scope:councillor_liege.faith = { has_doctrine_parameter = adoptionists_attractively_intuitive_theology } + exists = scope:county + OR = { + scope:county.faith.religion = religion:eastern_orthodox_religion + scope:county.faith.religion = religion:catholic_religion + scope:county.faith.religion = religion:protestant_religion + } + } + add = { + value = fp2_lyonese_monk_conversion_bonus_actual_value + desc = fp2_lyonese_monk_faith_conversion_task_desc + } + } + + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county.faith + scope:county.faith = { + fervor > 80 + } + } + multiply = { + value = 0.2 + desc = STEWARD_CONVERT_FAITH_ZEALOT_FERVOUR_PENALTY + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county.faith + scope:county.faith = { + fervor <= 80 + fervor > 60 + } + } + multiply = { + value = 0.4 + desc = STEWARD_CONVERT_FAITH_HIGH_FERVOUR_PENALTY + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county.faith + scope:county.faith = { + fervor <= 60 + fervor > 40 + } + } + multiply = { + value = 0.6 + desc = STEWARD_PROMOTE_FAITH_MEDIUM_FERVOUR_PENALTY + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county.faith + scope:county.faith = { + fervor <= 40 + fervor > 20 + } + } + multiply = { + value = 0.8 + desc = STEWARD_PROMOTE_CULTURE_LOW_FERVOUR_PENALTY + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county.faith + scope:county.faith = { + fervor <= 20 + fervor >= 0 + } + } + multiply = { + value = 1.2 + desc = STEWARD_PROMOTE_CULTURE_LOW_FERVOUR_BONUS + } + } + #### + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county + scope:county = { + county_control <= 25 + county_control >= 0 + } + } + multiply = { + value = 0.5 + desc = STEWARD_PROMOTE_CULTURE_LOW_CONTROL_PENALTY + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county + scope:county = { + county_control <= 50 + county_control > 25 + } + } + multiply = { + value = 0.7 + desc = STEWARD_PROMOTE_CULTURE_MEDIUM_CONTROL_PENALTY + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county + scope:county = { + county_control <= 75 + county_control > 50 + } + } + multiply = { + value = 0.9 + desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_PENALTY + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county + scope:county = { + county_control > 75 + } + } + multiply = { + value = 1.1 + desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_BONUS + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county + scope:county = { + county_control <= 100 + county_control > 75 + } + } + multiply = { + value = 1.3 + desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_BONUS + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county + scope:county = { + county_control > 100 + } + } + multiply = { + value = 1.5 + desc = STEWARD_PROMOTE_CULTURE_ABSOLUTE_CONTROL_BONUS + } + } + ##### + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county.title_province + scope:county.title_province = { + OR = { + terrain = jungle + terrain = mountains + terrain = desert + terrain = desert_mountains + terrain = taiga + terrain = wetlands + } + } + } + multiply = { + value = 0.6 + desc = STEWARD_PROMOTE_CULTURE_HIGH_TERRAIN_PENALTY + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county.title_province + scope:county.title_province = { + OR = { + terrain = floodplains + terrain = drylands + terrain = steppe + terrain = forest + terrain = hills + terrain = tells + } + } + } + multiply = { + value = 0.8 + desc = STEWARD_PROMOTE_CULTURE_LOW_TERRAIN_PENALTY + } + } + # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + if = { + limit = { + exists = scope:county + scope:county = { + development_level > 0 + } + } + add = { + value = scope:county.convert_faith_development_penalty + desc = STEWARD_PROMOTE_CULTURE_DEVELOPMENT_PENALTY + } + } + + if = { + limit = { + scope:councillor.faith = { + has_doctrine_parameter = unreformed + } + } + multiply = { + value = conversion_unreformed_faith_penalty + desc = COURT_CHAPLAIN_CONVERSION_UNREFORMED_FAITH_PENALTY + } + } + + # Faster conversion for FP2 Hostility ending, if county is in Iberia and faith was involved + if = { + limit = { + exists = scope:councillor.liege.house + scope:councillor.liege.house = { + OR = { + has_house_modifier = fp2_struggle_hostility_house_faith_modifier + has_house_modifier = fp2_struggle_hostility_house_combined_modifier + } + } + any_in_global_list = { + variable = fp2_struggle_ending_faith_list + this = scope:county.faith + } + scope:county.title_province = { geographical_region = world_europe_west_iberia } + } + multiply = { + value = fp2_struggle_hostility_conversion_value + desc = fp2_struggle_hostility_faith_conversion_task_desc + } + } + # Faster conversion of infidels for FP2 Council Toledo Conversion + if = { + limit = { + scope:councillor.liege = { has_character_modifier = fp2_council_conversion_modifier } + scope:county.religion != scope:councillor.liege.religion + } + multiply = { + value = council_toledo_conversion_modifier_value + desc = council_toledo_conversion_task_desc + } + } + # Faster conversion of heretics for FP2 Council Toledo Heresies + if = { + limit = { + scope:councillor.liege = { has_character_modifier = fp2_council_conversion_modifier } + scope:county.faith = { + religion = scope:councillor.liege.religion + NOT = { + portrait_religious_faith_or_foundational_trigger = { FAITH = faith:mozarabic_church } + } + NOT = { exists = religious_head } + } + } + multiply = { + value = council_toledo_conversion_modifier_value + desc = council_toledo_heresies_task_desc + } + } + + # Faster conversion of Persian counties with the FP3 Promote Persian Scripture decision + if = { + limit = { + scope:councillor.liege = { + has_character_modifier = fp3_promoted_persian_scripture_modifier + is_ai = no #this is so that we don't get AI converting and homogenizing Persia too quickly + } + scope:county.culture = { has_cultural_pillar = heritage_iranian } + } + multiply = { + value = promote_persian_scripture_conversion_modifier_value + desc = fp3_promote_persian_scripture_task_desc + } + } + + # FP3 faster conversion struggle ending rewards + if = { + limit = { + exists = global_var:fp3_struggle_ending_assertion_school + switch = { + trigger = global_var:fp3_struggle_ending_assertion_school + flag:sunni = { + scope:councillor.liege.faith = { has_doctrine = muhammad_succession_sunni_doctrine } + } + flag:shia = { + scope:councillor.liege.faith = { has_doctrine = muhammad_succession_shia_doctrine } + } + flag:muhakkima = { + scope:councillor.liege.faith = { has_doctrine = muhammad_succession_muhakkima_doctrine } + } + flag:zandaqa = { + scope:councillor.liege.faith = { has_doctrine = muhammad_succession_zandaqa_doctrine } + } + } + } + multiply = { + value = fp3_struggle_ending_conversion_modifier_value + desc = fp3_struggle_ending_conversion_modifier_desc + } + } + # Court events + if = { #court.6010 + limit = { + scope:councillor.liege = { + var:6010_harsh_conversion ?= scope:county.faith + } + } + multiply = { + value = 1.2 + desc = court_6010_harsh_conversions + } + } + if = { #court.6010 + limit = { + scope:councillor.liege = { + var:6010_tolerant_conversion ?= scope:county.faith + } + } + multiply = { + value = 0.8 + desc = court_6010_tolerant_conversions + } + } + #If someone has done some buddhist teaching in this province + if = { + limit = { + scope:county ?= { + has_county_modifier = buddhist_teachings_conversion_modifier + } + scope:councillor.liege.religion = religion:buddhism_religion + } + multiply = { + value = 2 + desc = buddhist_teachings_conversion_modifier + } + } + # State Faith Boost + if = { + limit = { + scope:councillor.top_liege.primary_title.state_faith ?= { + this != scope:county.faith + this = scope:councillor.top_liege.faith + } + } + multiply = { + value = ep3_state_faith_conversion_mult_value + desc = ep3_convert_county_to_state_faith + } + } + + # Conversion speed game rules + if = { + limit = { + has_game_rule = slower_faith_conversion_speed + } + multiply = { + value = slower_game_rule_value + desc = GAME_RULE_SLOWER_REASON + } + } + if = { + limit = { + has_game_rule = significantly_slower_faith_conversion_speed + } + multiply = { + value = significantly_slower_game_rule_value + desc = GAME_RULE_SIGNIFICANTLY_SLOWER_REASON + } + } + if = { + limit = { + has_game_rule = faster_faith_conversion_speed + } + multiply = { + value = faster_game_rule_value + desc = GAME_RULE_FASTER_REASON + } + } + if = { + limit = { + has_game_rule = significantly_faster_faith_conversion_speed + } + multiply = { + value = significantly_faster_game_rule_value + desc = GAME_RULE_SIGNIFICANTLY_FASTER_REASON + } + } + if = { + limit = { + exists = scope:county + OR = { + AND = { + scope:councillor.faith = { has_doctrine_parameter = unreformed_syncretic_actor_opinion_active } + scope:county.faith = { has_doctrine_parameter = unreformed } + } + AND = { + scope:councillor.faith = { has_doctrine_parameter = christian_syncretic_actor_opinion_active } + scope:county.faith = { religion_tag = eastern_orthodox_religion } + } + AND = { + scope:councillor.faith = { has_doctrine_parameter = christian_syncretic_actor_opinion_active } + scope:county.faith = { religion_tag = protestant_religion } + } + AND = { + scope:councillor.faith = { has_doctrine_parameter = christian_syncretic_actor_opinion_active } + scope:county.faith = { religion_tag = catholic_religion } + } + AND = { + scope:councillor.faith = { has_doctrine_parameter = islamic_syncretic_actor_opinion_active } + scope:county.faith = { religion_tag = islam_religion } + } + AND = { + scope:councillor.faith = { has_doctrine_parameter = jewish_syncretic_actor_opinion_active } + scope:county.faith = { religion_tag = judaism_religion } + } + } + } + } + min = { + value = 0.1 + desc = minimum_conversion + } + } + + potential_county = { + scope:county = { + is_landless_type_title = no + #China changes the faith to the Huangdi's faith + trigger_if = { + limit = { + scope:councillor_liege = { + highest_held_title_tier >= tier_hegemony + government_has_flag = government_has_merit + } + } + faith != scope:councillor_liege.faith + } + #Otherwise it's councillor's faith + trigger_else = { faith != scope:councillor.faith } + trigger_if = { + limit = { + scope:councillor_liege = { + is_alive = yes + has_variable = hold_court_8120_religion_block + } + } + custom_tooltip = { + text = hold_court_8120_conversion_tt + faith != scope:councillor_liege.var:hold_court_8120_religion_block + } + } + custom_description = { + text = "is_protected_via_contract_self_or_liege" + subject = holder + NAND = { # Vassal Contract forbids meddling by liege + exists = holder.liege + holder = { + OR = { + AND = { + liege = scope:councillor_liege + is_ruler = yes + top_liege != this + vassal_contract_has_flag = religiously_protected + } + any_liege_or_above = { + liege ?= scope:councillor_liege + is_ruler = yes + top_liege != this + vassal_contract_has_flag = religiously_protected + } + } + } + } + } + trigger_if = { + limit = { + AND = { + has_variable = cannot_be_converted_by_value + var:cannot_be_converted_by_value = scope:councillor_liege + } + } + custom_tooltip = { + text = promised_to_not_convert_county + NOR = { + has_variable = cannot_be_converted_by_value + var:cannot_be_converted_by_value = scope:councillor_liege + } + } + } + # Unreformed Pagans do not tend to even try conversion of non-unreformed faiths unless zealous + trigger_if = { + limit = { + scope:councillor_liege = { + is_ai = yes + faith = { + has_doctrine_parameter = unreformed + } + } + } + OR = { + scope:councillor_liege = { + has_character_flag = vassal_directive_convert_faith + vassal_is_valid_and_follows_directive_trigger = { VASSAL = this LIEGE = liege } + } + scope:councillor_liege = { ai_zeal >= 50 } + scope:county.faith = { has_doctrine_parameter = unreformed } + scope:county = { # Always convert holy sites + any_county_province = { + barony = { + is_holy_site_of = scope:councillor_liege.faith + } + } + } + } + } + # Do not convert Righteous faiths, unless disturbingly zealous + trigger_if = { + limit = { + scope:councillor_liege = { + is_ai = yes + faith = { + faith_hostility_level = { + target = scope:county.faith + value <= faith_fully_accepted_level + } + } + } + } + OR = { + scope:councillor_liege = { + has_character_flag = vassal_directive_convert_faith + vassal_is_valid_and_follows_directive_trigger = { VASSAL = this LIEGE = liege } + } + scope:councillor_liege = { + ai_zeal >= 100 + ai_rationality <= -50 + } + scope:county = { # Always convert holy sites + any_county_province = { + barony = { + is_holy_site_of = scope:councillor_liege.faith + } + } + } + } + } + # Converting Astray faiths only happens during certain circumstances + trigger_if = { + limit = { + scope:councillor_liege = { + is_ai = yes + faith = { + faith_hostility_level = { + target = scope:county.faith + value <= faith_astray_level + } + } + } + } + trigger_if = { + limit = { + scope:councillor_liege = { + has_tolerant_faith_or_culture_trigger = yes + } + } + OR = { + scope:councillor_liege = { + has_character_flag = vassal_directive_convert_faith + vassal_is_valid_and_follows_directive_trigger = { VASSAL = this LIEGE = liege } + } + scope:councillor_liege = { ai_zeal >= 100 } + scope:county = { county_opinion <= -25 } + scope:county = { # Always convert holy sites + any_county_province = { + barony = { + is_holy_site_of = scope:councillor_liege.faith + } + } + } + } + } + trigger_else_if = { + limit = { + scope:councillor_liege = { + faith = { has_doctrine = doctrine_pluralism_fundamentalist } + } + } + OR = { + scope:councillor_liege = { + has_character_flag = vassal_directive_convert_faith + vassal_is_valid_and_follows_directive_trigger = { VASSAL = this LIEGE = liege } + } + scope:councillor_liege = { ai_zeal >= 0 } + scope:county = { county_opinion <= -10 } + scope:county = { # Always convert holy sites + any_county_province = { + barony = { + is_holy_site_of = scope:councillor_liege.faith + } + } + } + } + } + trigger_else = { + OR = { + scope:councillor_liege = { + has_character_flag = vassal_directive_convert_faith + vassal_is_valid_and_follows_directive_trigger = { VASSAL = this LIEGE = liege } + } + scope:councillor_liege = { ai_zeal >= 25 } + scope:county = { county_opinion <= -15 } + scope:county = { # Always convert holy sites + any_county_province = { + barony = { + is_holy_site_of = scope:councillor_liege.faith + } + } + } + } + } + } + # Ash'ari in Spain tend to not convert Muwhalladi often + trigger_if = { + limit = { + scope:councillor_liege = { + is_ai = yes + faith = faith:ashari + capital_province ?= { geographical_region = world_europe_west_iberia } + scope:county.faith = faith:muwalladi + } + scope:county = { + title_province = { geographical_region = world_europe_west_iberia } + } + } + OR = { + scope:councillor_liege = { + has_character_flag = vassal_directive_convert_faith + vassal_is_valid_and_follows_directive_trigger = { VASSAL = this LIEGE = liege } + } + scope:councillor_liege = { ai_zeal >= 50 } + scope:county = { county_opinion <= -20 } + scope:county = { # Always convert holy sites + any_county_province = { + barony = { + is_holy_site_of = scope:councillor_liege.faith + } + } + } + } + } + # If a ruler has Jizya tax, they'll only convert the same *religious family* when ai_zeal is really high, they're converting unreformed pagans, counties in a kingdom with a Holy Site, or others of the same religion + trigger_if = { + limit = { + scope:councillor_liege = { + is_ai = yes + faith = { + OR = { + has_doctrine = tenet_tax_nonbelievers + has_doctrine = special_doctrine_jizya + } + } + } + OR = { + AND = { + scope:councillor_liege.religion = { is_in_family = rf_pagan } + scope:county.religion = { is_in_family = rf_pagan } + } + AND = { + scope:councillor_liege.religion = { is_in_family = rf_eastern } + scope:county.religion = { is_in_family = rf_eastern } + } + AND = { + scope:councillor_liege.religion = { is_in_family = rf_abrahamic } + scope:county.religion = { is_in_family = rf_abrahamic } + } + } + } + OR = { + scope:councillor_liege = { + has_character_flag = vassal_directive_convert_faith + vassal_is_valid_and_follows_directive_trigger = { VASSAL = this LIEGE = liege } + } + scope:councillor_liege = { ai_zeal >= 50 } + scope:county.faith = { has_doctrine_parameter = unreformed } + scope:councillor_liege.faith = { + any_holy_site = { + county = { + kingdom = scope:county.kingdom + } + } + } + #scope:county.religion = scope:councillor_liege.religion # Excluded, as tax nonbelievers actually works for different faiths within the same religion + AND = { # Islamic heartlands, to help fend off encroaching faiths + scope:councillor_liege.religion = religion:islam_religion + scope:county.title_province = { + geographical_region = islamic_heartlands + } + } + } + } + # Struggle phases may sometimes restrict targets for involved characters. + trigger_if = { + # Give an exception for pre-existing conversions: these can take a while and it's not fair to lose years or decades of progress to a phase change. + limit = { + NOT = { + scope:county = { is_target_of_council_task = task_conversion } + } + } + NOT = { + scope:councillor_liege = { + custom_tooltip = { + text = task_conversion.tt.forbidden.due_to_struggle_phase + any_character_struggle = { + involvement = involved + is_struggle_parameter_active_secondary_county_trigger = { + PARAMETER = county_conversion_disabled_for_involved_faiths_within_region + COUNTY = scope:county + } + } + } + } + } + } + } + } + + on_start_task_county = { + # Message for vassals + scope:county = { save_scope_as = set_county } + trigger_event = { + id = court_chaplain_task.8000 + days = 2 # To ensure it fires after the halted message + } + #spawn a task contract to counter the missionary, if a nearby adventurer has the same faith as the county + if = { + limit = { + any_pool_character = { + province = scope:county.title_province + faith = scope:county.faith + is_adult = yes + save_temporary_scope_as = employer + } + any_ruler = { + has_government = landless_adventurer_government + is_within_diplo_range = { CHARACTER = scope:councillor } + any_character_task_contract = { + task_contract_type = laamp_fight_faith_conversion_contract + count <= council_task_contracts_limit_value + } + NOT = { + any_task_contract = { + task_contract_type = laamp_fight_faith_conversion_contract + task_contract_location = scope:employer.location + } + } + save_temporary_scope_as = player_laamp + } + } + scope:player_laamp = { + create_task_contract = { + task_contract_type = laamp_fight_faith_conversion_contract + task_contract_tier = scope:employer.task_contract_tier_value + location = scope:county.title_province + task_contract_employer = scope:employer + target = scope:councillor + destination = scope:county.title_province + } + } + } + } + + on_cancel_task_county = { + # Message for vassals + trigger_event = { + id = court_chaplain_task.8001 + days = 1 # To ensure it does not fire at the same time as the finish message (both cancel and finish are fired on_finish_task_county) + } + } + + on_finish_task_county = { + scope:county.faith = { save_scope_as = old_faith } + scope:councillor_liege = { + if = { + limit = { + any_vassal = { + vassal_stance = minority + } + } + custom_tooltip = minority_disapproves_conversion + hidden_effect = { + every_vassal = { + vassal_stance = minority + add_opinion = { + target = scope:councillor_liege + modifier = minority_disapproves_of_conversion_opinion + } + } + } + } + add_to_variable_list = { + name = faiths_converted_in_counties + target = scope:old_faith + } + } + scope:county = { + add_to_variable_list = { + name = faiths_converted_in_the_county + target = scope:old_faith + years = 40 + } + scope:old_faith = { + if = { + limit = { + OR = { + NOT = { has_variable = associated_county } + AND = { + has_variable = converted_development + var:converted_development <= 0 + } + } + } + set_variable = { + name = associated_county + value = scope:county + } + } + if = { + limit = { + OR = { + NOT = { has_variable = associated_culture } + AND = { + has_variable = converted_development + var:converted_development <= 0 + } + } + } + set_variable = { + name = associated_culture + value = scope:county.culture + } + } + if = { + limit = { + NOT = { has_variable = converted_development } + } + set_variable = { + name = converted_development + value = scope:county.convert_faith_development_value + } + } + else = { + change_variable = { + name = converted_development + add = scope:county.convert_faith_development_value + } + } + } + change_development_level = convert_faith_development_loss + if = { + limit = { + scope:councillor_liege = { + highest_held_title_tier >= tier_hegemony + government_has_flag = government_has_merit + } + } + set_county_faith = scope:councillor_liege.faith + } + else = { set_county_faith = scope:councillor.faith } + + } + if = { + limit = { + scope:councillor_liege = { + OR = { + NOT = { has_variable_list = converted_faiths } + NOT = { + is_target_in_variable_list = { + name = converted_faiths + target = scope:old_faith + } + } + } + } + } + scope:councillor_liege = { + add_to_variable_list = { + name = converted_faiths + target = scope:old_faith + } + } + } + if = { + limit = { + scope:councillor = { + has_council_position = councillor_court_chaplain + } + } + scope:councillor = { + start_default_task = yes + } + } + + # Struggle parameters + scope:councillor_liege = { + if = { + limit = { + any_character_struggle = { + involvement = involved + has_struggle_phase_parameter = piety_from_converting_county + } + } + add_piety = medium_piety_gain + } + } + # Message for vassals + trigger_event = court_chaplain_task.8002 + } + + monthly_on_action = task_convert_side_effects + + ai_will_do = { + value = 1000 # Always convert if possible + + if = { #Unless you're a crypto-religionist. + limit = { + scope:councillor_liege = { + any_secret = { type = secret_crypto_religionist } + } + } + multiply = 0 + } + + # AI directive + if = { + limit = { + scope:councillor_liege = { + has_character_flag = vassal_directive_convert_faith + vassal_is_valid_and_follows_directive_trigger = { VASSAL = this LIEGE = liege } + } + } + add = 10000 + } + } +} + +task_fabricate_claim = { + position = councillor_court_chaplain + + task_type = task_type_county + county_target = all + ai_county_target = neighbor_land + task_progress = task_progress_percentage + restart_on_finish = yes + + asset = { + icon = "gfx/interface/icons/council_task_types/task_fabricate_claim.dds" + background = "gfx/interface/buttons/button_round_bg.dds" + frame = "gfx/interface/buttons/button_round_frame.dds" + glow = "gfx/particles/halo.dds" + } + + is_shown = { + trigger_if = { + limit = { + scope:councillor_liege = { tgp_has_access_to_ministry_trigger = yes } + } + has_council_position = minister_justice + } + } + + effect_desc = { + desc = task_fabricate_claim_effect_desc + + desc = { + desc = council_task_possible_side_effects + triggered_desc = { + trigger = { + learning > mediocre_skill_rating + } + desc = task_fabricate_claim_duchy_claim + } + triggered_desc = { + trigger = { + learning < high_skill_rating + } + desc = task_fabricate_claim_vassal_opinion_loss + } + triggered_desc = { + trigger = { + learning < high_skill_rating + } + desc = task_fabricate_claim_piety_loss + } + triggered_desc = { + trigger = { + learning < high_skill_rating + } + desc = task_fabricate_claim_upset_target + } + } + } + + progress = { + value = 0 + add = { + value = court_chaplain_fabricate_claim_base + desc = COURT_CHAPLAIN_PROGRESS_BASE + } + add = { + value = scope:councillor.court_chaplain_fabricate_claim_monthly_increase_base + desc = SCALED_COUNCILLOR_LEARNING_VALUE + } + # Relation Bonuses/Penalties + if = { # Friend + limit = { + scope:councillor_liege = { + has_relation_friend = scope:councillor + NOT = { has_relation_best_friend = scope:councillor } + } + } + add = { + value = scope:councillor.court_chaplain_fabricate_claim_monthly_increase_friend_bonus + desc = COUNCILLOR_IS_YOUR_FRIEND + } + } + if = { # Best Friend + limit = { + scope:councillor_liege = { + has_relation_best_friend = scope:councillor + } + } + add = { + value = scope:councillor.court_chaplain_fabricate_claim_monthly_increase_best_friend_bonus + desc = COUNCILLOR_IS_YOUR_BEST_FRIEND + } + } + if = { # Rival + limit = { + scope:councillor_liege = { + has_relation_rival = scope:councillor + NOT = { has_relation_nemesis = scope:councillor } + } + } + add = { + value = scope:councillor.court_chaplain_fabricate_claim_monthly_increase_rival_bonus + desc = COUNCILLOR_IS_YOUR_RIVAL + } + } + if = { # Nemesis + limit = { + scope:councillor_liege = { + has_relation_nemesis = scope:councillor + } + } + add = { + value = scope:councillor.court_chaplain_fabricate_claim_monthly_increase_nemesis_bonus + desc = COUNCILLOR_IS_YOUR_NEMESIS + } + } + + # Perk Bonuses + if = { + limit = { + scope:councillor_liege = { has_perk = accomplished_forger_perk } + } + add = { + value = scope:councillor.court_chaplain_fabricate_claim_perk_bonus_monthly_increase + desc = FABRICATE_CLAIM_PERK_BONUS_VALUE + } + } + if = { + limit = { + councillor_liege_has_erudition_legacy_5_perk = yes + } + add = { + value = scope:councillor.court_chaplain_fabricate_claim_dynasty_perk_bonus + desc = FABRICATE_CLAIM_DYNASTY_PERK_BONUS_VALUE + } + } + if = { + limit = { + councillor_liege_has_family_business_bonus = yes + } + add = { + value = scope:councillor.court_chaplain_fabricate_claim_family_business_bonus + desc = FAMILY_BUSINESS_BONUS_VALUE + } + } + if = { + limit = { + councillor_liege_has_consulted_house_bonus = yes + } + add = { + value = scope:councillor.court_chaplain_fabricate_claim_consulted_house_bonus + desc = FAMILY_BUSINESS_BONUS_VALUE + } + } + + # Tradition Bonuses + if = { + limit = { + scope:councillor.liege = { + culture = { + has_cultural_parameter = languages_speed_up_claims + } + } + } + add = { + value = scope:councillor.court_chaplain_fabricate_claim_tradition_language_scholars_bonus + desc = FABRICATE_CLAIM_LANGUAGE_SCHOLARS_BONUS + } + } + + if = { # Inspection Reward + limit = { + scope:councillor_liege = { + has_character_modifier = inspection_reward_focused_claims_modifier + } + } + add = { + value = scope:councillor.court_chaplain_fabricate_claim_inspection_reward_bonus + desc = FABRICATE_CLAIM_INSPECTION_BONUS + } + } + + # Innovation Bonuses + if = { + limit = { + scope:councillor.liege = { + culture = { + has_innovation = innovation_land_grants + } + } + } + add = { + value = scope:councillor.court_chaplain_fabricate_claim_innovation_bonus_land_grants + desc = COURT_CHAPLAIN_FABRICATE_CLAIM_INNOVATION_BONUS_LAND_GRANTS + } + } + if = { + limit = { + exists = scope:county + scope:county.holder.faith != scope:councillor.liege.faith + } + multiply = { + value = scope:councillor.court_chaplain_heretic_bonus + desc = "COURT_CHAPLAIN_FABRICATE_CLAIM_HERETIC_BONUS" + } + } + if = { + limit = { + exists = scope:county + NOT = { + scope:county = { + is_neighbor_to_realm = scope:councillor_liege + } + } + } + multiply = { + value = scope:councillor.court_chaplain_fabricate_claim_not_adjacent_penalty + desc = "COURT_CHAPLAIN_FABRICATE_CLAIM_NOT_ADJACENT" + } + } + if = { #Progress penalty when fabricating on vassals + limit = { + exists = scope:county + scope:county.holder = { + target_is_liege_or_above = scope:councillor.liege + } + } + multiply = { + value = scope:councillor.court_chaplain_fabricate_claim_vassal_penalty + desc = "COURT_CHAPLAIN_FABRICATE_CLAIM_VASSAL_COUNTY" + } + } + # Misc Bonuses + if = { # FP3 + limit = { + scope:councillor_liege = { + any_character_struggle = { + is_struggle_type = persian_struggle + is_struggle_phase = struggle_persia_phase_unrest + } + } + } + add = { # +25% of total + value = scope:councillor.court_chaplain_fabricate_claim_base_total + divide = 4 + desc = FABRICATE_CLAIM_ANY_STRUGGLE_BONUS + } + } + if = { + limit = { + scope:councillor_liege = { + has_title = title:c_byzantion + title:c_byzantion = { has_county_modifier = pandidakterion_university_modifier } + } + } + multiply = { + value = 1.3 + desc = pandidakterion_university_modifier + } + } + } + + potential_county = { + scope:county.holder.top_liege = { + in_diplomatic_range = scope:councillor_liege + } + scope:county = { + is_landless_type_title = no + NOR = { + holder = scope:councillor_liege + scope:councillor_liege = { + has_claim_on = scope:county + } + } + } + } + + on_start_task_county = { + #spawn a task contract to counter the missionary, if a nearby adventurer has the same faith as the county + if = { + limit = { + any_task_contract = { + task_contract_type = laamp_help_fabricate_claim_contract + NOT = { task_contract_location = scope:county.title_province } + } + any_player = { + has_government = landless_adventurer_government + is_within_diplo_range = { CHARACTER = scope:councillor } + any_character_task_contract = { + task_contract_type = laamp_help_fabricate_claim_contract + count <= council_task_contracts_limit_value + } + can_create_task_contract = { + type_name = laamp_help_fabricate_claim_contract + employer = scope:councillor + } + save_temporary_scope_as = player_laamp + } + } + scope:player_laamp = { + create_task_contract = { + task_contract_type = laamp_help_fabricate_claim_contract + task_contract_tier = scope:councillor.task_contract_tier_value + location = scope:county.title_province + task_contract_employer = scope:councillor + target = scope:county.holder + destination = scope:county.title_province + } + } + } + } + + on_finish_task_county = { + scope:county = { + holder = { + save_scope_as = county_holder + } + } + scope:councillor_liege = { + trigger_event = { + on_action = task_fabricate_claim_success_effect + } + } + } + + monthly_on_action = task_fabricate_claim_side_effects + + ai_target_score = { + value = 1000 + + if = { + limit = { # Vassals in the same realm + scope:councillor_liege = { + top_liege != this + } + scope:county.holder = { + top_liege != this + } + scope:county.holder.top_liege = scope:councillor_liege.top_liege + } + + if = { + limit = { + exists = scope:county.holder.liege + scope:councillor_liege = { + any_liege_or_above = { + this = scope:county.holder.liege + } + } + scope:county.holder.max_military_strength > scope:councillor_liege.council_task_fabricate_claim_relative_strength + } + subtract = 10000 + } + else_if = { + limit = { + exists = scope:county.holder.liege + scope:councillor_liege = { + any_liege_or_above = { + this = scope:county.holder.liege + } + } + } + multiply = { + value = scope:councillor_liege.max_military_strength + divide = { value = scope:county.holder.max_military_strength min = 1 } + } + } + + else_if = { + limit = { + exists = scope:county.holder.liege.liege + scope:councillor_liege = { + any_liege_or_above = { + this = scope:county.holder.liege.liege + } + } + scope:county.holder.liege.max_military_strength > scope:councillor_liege.council_task_fabricate_claim_relative_strength + } + subtract = 10000 + } + else_if = { + limit = { + exists = scope:county.holder.liege.liege + scope:councillor_liege = { + any_liege_or_above = { + this = scope:county.holder.liege.liege + } + } + } + multiply = { + value = scope:councillor_liege.max_military_strength + divide = { value = scope:county.holder.liege.max_military_strength min = 1 } + } + } + + else_if = { + limit = { + exists = scope:county.holder.liege.liege.liege + scope:councillor_liege = { + any_liege_or_above = { + this = scope:county.holder.liege.liege.liege + } + } + scope:county.holder.liege.liege.max_military_strength > scope:councillor_liege.council_task_fabricate_claim_relative_strength + } + subtract = 10000 + } + else_if = { + limit = { + exists = scope:county.holder.liege.liege.liege + scope:councillor_liege = { + any_liege_or_above = { + this = scope:county.holder.liege.liege.liege + } + } + } + multiply = { + value = scope:councillor_liege.max_military_strength + divide = { value = scope:county.holder.liege.liege.max_military_strength min = 1 } + } + } + + else_if = { + limit = { + exists = scope:county.holder.liege.liege.liege.liege + scope:councillor_liege = { + any_liege_or_above = { + this = scope:county.holder.liege.liege.liege.liege + } + } + scope:county.holder.liege.liege.liege.max_military_strength > scope:councillor_liege.council_task_fabricate_claim_relative_strength + } + subtract = 10000 + } + else_if = { + limit = { + exists = scope:county.holder.liege.liege.liege.liege + scope:councillor_liege = { + any_liege_or_above = { + this = scope:county.holder.liege.liege.liege.liege + } + } + } + multiply = { + value = scope:councillor_liege.max_military_strength + divide = { value = scope:county.holder.liege.liege.liege.max_military_strength min = 1 } + } + } + } + else_if = { + limit = { + scope:county.holder.top_liege.max_military_strength > scope:councillor_liege.council_task_fabricate_claim_relative_strength + } + subtract = 10000 + } + else = { + multiply = { + value = scope:councillor_liege.max_military_strength + divide = { value = scope:county.holder.top_liege.max_military_strength min = 1 } + } + } + } + + ai_will_do = { + value = 0 + if = { + limit = { + scope:councillor = { + is_performing_council_task = task_fabricate_claim + } + } + add = 10000 # Always keep going if this is already chosen + } + else_if = { + limit = { + OR = { + ai_greed <= ai_honor + ai_greed <= 0 + is_at_war = yes + gold < 100 + } + } + subtract = 1000 + } + else_if = { # If AI has good war, don't fabricate + limit = { + any_neighboring_and_across_water_top_liege_realm_owner = { + scope:councillor_liege = { + tier_difference = { + target = prev + value >= -1 + } + NOR = { + is_allied_to = prev + has_truce = prev + has_relation_friend = prev + has_relation_lover = prev + } + current_military_strength > prev.current_military_strength + has_any_cb_on = prev + } + } + } + subtract = 1000 + } + else = { + add = 100 + } + + # Agenda impact + if = { + limit = { + any_character_struggle = { + involvement = involved + is_struggle_type = iberian_struggle + } + } + add = { + value = 0 + if = { + limit = { + any_character_struggle = { + phase_has_catalyst = catalyst_gain_claim_on_title_fp2 + } + has_character_flag = agenda_towards_escalation + } + add = 200 + } + else_if = { + limit = { + any_character_struggle = { + phase_has_catalyst = catalyst_gain_claim_on_title_fp2 + } + } + add = -100 + } + } + } + + if = { + limit = { + any_character_struggle = { + involvement = involved + is_struggle_type = persian_struggle + } + } + add = { + value = 0 + if = { + limit = { + any_character_struggle = { + phase_has_catalyst = catalyst_gain_claim_on_title_fp3 + } + has_trait = fp3_struggle_detractor + } + add = 200 + } + else_if = { + limit = { + any_character_struggle = { + phase_has_catalyst = catalyst_gain_claim_on_title_fp3 + } + } + add = -100 + } + } + } + } +} diff --git a/N3OW/common/council_tasks/00_steward_tasks.txt b/N3OW/common/council_tasks/00_steward_tasks.txt new file mode 100644 index 00000000..8f29c838 --- /dev/null +++ b/N3OW/common/council_tasks/00_steward_tasks.txt @@ -0,0 +1,2339 @@ +task_collect_taxes = { + default_task = yes + position = councillor_steward + + task_type = task_type_general + task_progress = task_progress_infinite + + asset = { + icon = "gfx/interface/icons/council_task_types/task_collect_taxes.dds" + background = "gfx/interface/buttons/button_round_bg.dds" + frame = "gfx/interface/buttons/button_round_frame.dds" + glow = "gfx/particles/halo.dds" + } + + effect_desc = { + desc = task_collect_taxes_effect_desc + triggered_desc = { + trigger = { liege = { has_perk = tax_man_perk } } + desc = task_collect_taxes_tax_man_bonus_desc + } + triggered_desc = { + trigger = { + councillor_liege_has_erudition_legacy_5_perk = yes + } + desc = task_collect_taxes_erudition_bonus_desc + } + triggered_desc = { + trigger = { + councillor_liege_has_family_business_bonus = yes + } + desc = task_collect_taxes_family_business_bonus_desc + } + triggered_desc = { + trigger = { + councillor_liege_has_consulted_house_bonus = yes + } + desc = task_collect_taxes_consulted_house_bonus_desc + } + triggered_desc = { + trigger = { liege.culture = { has_cultural_parameter = bookkeeping_collect_taxes_bonus } } + desc = task_collect_taxes_innovation_double_entry_bookkeeping_bonus_desc + } + desc = { + desc = council_task_possible_side_effects + triggered_desc = { + trigger = { + stewardship > mediocre_skill_rating + } + desc = task_collect_taxes_extra_taxes + } + triggered_desc = { + trigger = { + stewardship < high_skill_rating + liege = { + any_sub_realm_county = { + steward_task_county_corruption_county_trigger = yes + } + } + } + desc = task_collect_taxes_county_corruption + } + } + } + + is_valid_showing_failures_only = { + tgp_natural_disaster_councillor_available_for_task_trigger = yes + } + + council_owner_modifier = { + name = task_collect_taxes_modifier + domain_tax_mult = 1 + scale = steward_collect_taxes_total_scale + } + + monthly_on_action = task_collect_taxes_side_effects + + ai_will_do = { + value = 1 # Always a good backup + + if = { # Very greedy rulers prefer this over increasing Acceptance, in most cases + limit = { + scope:councillor_liege.ai_greed > 0 + } + add = { + value = scope:councillor_liege.ai_greed + divide = 5 + } + } + + if = { + # Wealth Focused characters like this + limit = { + scope:councillor_liege = { + has_focus = stewardship_wealth_focus + } + } + add = 15 + } + + if = { + # And those with the Tax Man perk + limit = { + scope:councillor_liege = { + has_perk = tax_man_perk + } + } + add = 15 + } + if = { + limit = { + scope:councillor_liege.primary_title.tier >= tier_duchy + scope:councillor_liege.gold < 100 + } + add = 500 + } + else_if = { + limit = { + scope:councillor_liege.gold < 10 + } + add = 500 + } + if = { # Conquerors want more money + limit = { + scope:councillor_liege = { + has_variable = conqueror + } + } + add = 500 + } + } +} + +task_develop_county = { + position = councillor_steward + + task_type = task_type_county + county_target = realm + ai_county_target = domain + task_progress = task_progress_value + task_current_value = scope:councillor_liege.steward_develop_county_current_progress + task_max_value = 100 + highlight_own_realm = yes + + asset = { + icon = "gfx/interface/icons/council_task_types/task_develop_county.dds" + background = "gfx/interface/buttons/button_round_bg.dds" + frame = "gfx/interface/buttons/button_round_frame.dds" + glow = "gfx/particles/halo.dds" + } + + is_shown = { + trigger_if = { + limit = { + scope:councillor_liege = { tgp_has_access_to_ministry_trigger = yes } + } + has_council_position = minister_works + } + } + + effect_desc = { + desc = task_develop_county_complete_effect_desc + desc = task_develop_county_effect_desc + desc = { + desc = council_task_possible_side_effects + triggered_desc = { + trigger = { + stewardship > mediocre_skill_rating + trigger_if = { + limit = { + exists = scope:county + } + scope:county = { + NOT = { has_county_modifier = steward_task_efficient_taxation_modifier } + } + } + } + desc = task_develop_county_efficient_taxation + } + triggered_desc = { + trigger = { + stewardship > mediocre_skill_rating + trigger_if = { + limit = { exists = scope:county } + scope:county = { + county_control < full_county_control + } + } + } + desc = task_develop_county_increased_control + } + triggered_desc = { + trigger = { + stewardship < high_skill_rating + trigger_if = { + limit = { exists = scope:county } + scope:county = { + NOT = { has_county_modifier = steward_settler_resistance_modifier } + } + } + } + desc = task_develop_county_increased_control + } + triggered_desc = { + trigger = { + stewardship < high_skill_rating + trigger_if = { + limit = { exists = scope:county } + scope:county = { + NOT = { has_county_modifier = steward_construction_slowdown_modifier } + } + } + } + desc = task_develop_county_slow_construction + } + triggered_desc = { + trigger = { + stewardship < high_skill_rating + trigger_if = { + limit = { exists = scope:county } + scope:county = { + NOT = { has_county_modifier = steward_population_mismanaged_modifier } + } + } + } + desc = task_develop_county_loss_of_opinion + } + triggered_desc = { + trigger = { + stewardship < high_skill_rating + trigger_if = { + limit = { exists = scope:county } + scope:county = { + county_control > low_county_control + } + } + } + desc = task_develop_county_loss_of_control + } + } + } + + is_valid_showing_failures_only = { + tgp_natural_disaster_councillor_available_for_task_trigger = yes + } + + # TOTAL PROGRESS MUST MATCH THE TOTAL OF THE COUNTY MODIFIERS BELOW + # Add all new progress values to the script value steward_develop_county_total + # Note that for Develop County, the County Modifiers apply the actual values, while progress is for player info only + progress = { + value = 0 + add = { + value = steward_develop_county_base + desc = STEWARD_PROGRESS_BASE + } + add = { + value = scope:councillor.steward_develop_county_monthly_increase + desc = SCALED_COUNCILLOR_STEWARDSHIP_VALUE + } + if = { + limit = { + scope:councillor_liege = { has_perk = planned_cultivation_perk } + } + add = { + value = scope:councillor.steward_develop_county_perk_bonus_monthly_increase + desc = DEVELOP_COUNTY_PERK_BONUS_VALUE + } + } + if = { + limit = { + councillor_liege_has_erudition_legacy_5_perk = yes + } + add = { + value = scope:councillor.steward_develop_county_erudition_bonus_monthly_increase + desc = ERUDITION_DYNASTY_PERK_BONUS_VALUE + } + } + if = { + limit = { + councillor_liege_has_family_business_bonus = yes + } + add = { + value = scope:councillor.steward_develop_county_family_business_monthly_increase + desc = FAMILY_BUSINESS_BONUS_VALUE + } + } + if = { + limit = { + councillor_liege_has_consulted_house_bonus = yes + } + add = { + value = scope:councillor.steward_develop_county_consulted_house_monthly_increase + desc = CONSULTED_HOUSE_BONUS_VALUE + } + } + + # Relation Bonuses/Penalties + if = { # Friend + limit = { + scope:councillor_liege = { + has_relation_friend = scope:councillor + NOT = { has_relation_best_friend = scope:councillor } + } + } + add = { + value = scope:councillor.steward_develop_county_monthly_increase_friend_bonus + desc = COUNCILLOR_IS_YOUR_FRIEND + } + } + if = { # Best Friend + limit = { + scope:councillor_liege = { + has_relation_best_friend = scope:councillor + } + } + add = { + value = scope:councillor.steward_develop_county_monthly_increase_best_friend_bonus + desc = COUNCILLOR_IS_YOUR_BEST_FRIEND + } + } + if = { # Rival + limit = { + scope:councillor_liege = { + has_relation_rival = scope:councillor + NOT = { has_relation_nemesis = scope:councillor } + } + } + add = { + value = scope:councillor.steward_develop_county_monthly_increase_rival_bonus + desc = COUNCILLOR_IS_YOUR_RIVAL + } + } + if = { # Nemesis + limit = { + scope:councillor_liege = { + has_relation_nemesis = scope:councillor + } + } + add = { + value = scope:councillor.steward_develop_county_monthly_increase_nemesis_bonus + desc = COUNCILLOR_IS_YOUR_NEMESIS + } + } + if = { #Tribal penalty + limit = { + scope:councillor_liege = { + should_apply_tribal_development_penalty_trigger = yes + } + } + add = { + value = scope:councillor.steward_develop_county_tribal_penalty + desc = DEVELOP_COUNTY_TRIBAL_PENALTY_VALUE + } + } + if = { # Development reduces the speed. + limit = { + exists = scope:county + scope:county = { + development_level > 0 + } + } + add = { + value = scope:county.current_development_penalty + desc = STEWARD_CURRENT_DEVELOPMENT_PENALTY + } + } + + if = { + limit = { exists = scope:county } + multiply = { + value = scope:county.development_rate_modifier + desc = STEWARD_COUNTY_SPEED_MODIFIERS + } + } + + # Royal Architect + if = { + limit = { + scope:councillor_liege = { has_character_modifier = employer_booner_royal_architect_2_modifier } + OR = { + target_is_vassal_or_below = scope:target_character + this = scope:target_character + } + } + multiply = { + value = 1.1 + desc = employer_booner_royal_architect_2_modifier + } + } + else_if = { + limit = { + scope:councillor_liege = { has_character_modifier = employer_booner_royal_architect_3_modifier } + OR = { + target_is_vassal_or_below = scope:target_character + this = scope:target_character + } + } + multiply = { + value = 1.1 + desc = employer_booner_royal_architect_3_modifier + } + } + } + full_progress = steward_develop_county_full_progress + custom_other_loc = STEWARD_COUNTY_SPEED_OTHER + + potential_county = { + scope:county = { + is_landless_type_title = no + development_level < max_development_level + trigger_if = { + limit = { + scope:councillor_liege = { + is_ai = yes + exists = capital_county + } + } + OR = { + this = scope:councillor_liege.capital_county + AND = { + holder = scope:councillor_liege + title_province = { + OR = { + terrain = oasis + terrain = farmlands + terrain = floodplains + } + } + } + } + OR = { + scope:councillor_liege = { + has_character_flag = vassal_directive_improve_development + vassal_is_valid_and_follows_directive_trigger = { VASSAL = this LIEGE = liege } + } + culture = scope:councillor_liege.culture + culture = { + cultural_acceptance = { target = scope:councillor_liege.culture value >= 50 } + } + scope:councillor_liege = { + primary_title.tier < tier_duchy + } + AND = { + scope:councillor_liege = { + has_character_flag = agenda_towards_deescalation + } + culture != scope:councillor_liege.culture + } + } + } + } + } + + county_modifier = { + name = steward_develop_county_modifier + development_growth = 100 + holding_build_speed = -7 + #holding_build_gold_cost = -1 + build_speed = -7 + #build_gold_cost = -1 + scale = { value = steward_develop_county_total divide = 100 } + } + + county_modifier = { + name = steward_develop_county_current_development_modifier + development_growth = 100 + scale = { value = scope:councillor.current_development_penalty divide = 100 } + } + + county_modifier = { + name = steward_develop_county_tribal_penalty_modifier + development_growth = 100 + scale = { + value = 0 + if = { + limit = { + scope:councillor_liege = { + should_apply_tribal_development_penalty_trigger = yes + } + } + value = scope:councillor.steward_develop_county_tribal_penalty + divide = 100 + } + } + } + + on_start_task_county = { + # save current development_level for catalyst purpose + if = { + limit = { exists = scope:county } + scope:county = { + set_variable = { + name = current_development_level + value = development_level + } + } + } + } + + on_finish_task_county = { + if = { + limit = { + OR = { + AND = { + exists = scope:county + scope:county = { + development_level = max_development_level + } + } + scope:councillor_liege = { + is_ai = yes + } + } + } + start_default_task = yes + } + } + + monthly_on_action = task_develop_county_side_effects + + on_monthly_county = { + scope:councillor_liege = { + # Check development level progress + if = { + limit = { + exists = scope:county + exists = scope:county.var:current_development_level + scope:county = { + floored_development_value > floored_current_development_value + } + } + scope:county = { + set_variable = { + name = current_development_level + value = development_level + } + } + + scope:councillor_liege = { + if = { # Try to make relevant AI's focus on Acceptance + limit = { + exists = primary_title + primary_title.tier >= tier_kingdom + any_sub_realm_county = { + culture = { + cultural_acceptance = { target = scope:councillor_liege.culture value < 52 } + } + } + NOT = { + has_focus = stewardship_domain_focus + } + } + add_character_flag = { + flag = no_ai_increase_development + years = 15 + } + } + else = { + add_character_flag = { + flag = no_ai_increase_development + years = 5 + } + } + } + + # Struggle Catalyst + if = { + limit = { + exists = scope:county + # target someone from diff faith or culture + scope:county = { + NAND = { + faith = scope:councillor_liege.faith + culture = scope:councillor_liege.culture + } + } + + any_character_struggle = { + involvement = involved + phase_has_catalyst = catalyst_improve_development_vassal_diff_faith_culture + } + } + scope:councillor_liege = { + every_character_struggle = { + involvement = involved + activate_struggle_catalyst = { + catalyst = catalyst_improve_development_vassal_diff_faith_culture + character = scope:councillor_liege + } + } + } + # Struggle Parameter + if = { + limit = { + scope:county.culture != scope:councillor_liege.culture + any_character_struggle = { + involvement = involved + has_struggle_phase_parameter = gain_acceptance_when_developing_other_culture_county + } + } + scope:county.culture = { + save_scope_as = current_culture + change_cultural_acceptance = { + target = scope:councillor_liege.culture + value = miniscule_cultural_acceptance_value + desc = cultural_acceptance_gain_from_phase_effects + } + } + } + + } + } + else_if = { # fallback for previous save: the effect would trigger a month later + limit = { + exists = scope:county + } + scope:county = { + set_variable = { + name = current_development_level + value = development_level + } + } + } + } + } + + ai_will_do = { + value = 0 + if = { + limit = { + scope:councillor = { + is_performing_council_task = task_develop_county + } + } + add = 10000 # Always keep going if this is already chosen + } + if = { + # Don't do this too often + limit = { + scope:councillor_liege = { has_character_flag = no_ai_increase_development } + } + multiply = 0 + } + else_if = { + limit = { + scope:councillor_liege.gold >= steward_increase_development_value + } + add = 300 + } + if = { + limit = { + scope:councillor_liege.gold < 10 + } + multiply = 0 + } + + # AI directive + if = { + limit = { + scope:councillor_liege = { + has_character_flag = vassal_directive_improve_development + vassal_is_valid_and_follows_directive_trigger = { VASSAL = this LIEGE = liege } + } + } + add = 50000 + } + } +} + +task_promote_culture = { + position = councillor_steward + + task_type = task_type_county + county_target = realm + ai_county_target = realm + task_progress = task_progress_percentage + restart_on_finish = yes + highlight_own_realm = yes + + asset = { + icon = "gfx/interface/icons/council_task_types/task_promote_culture.dds" + background = "gfx/interface/buttons/button_round_bg.dds" + frame = "gfx/interface/buttons/button_round_frame.dds" + glow = "gfx/particles/halo.dds" + } + + effect_desc = { + desc = { + desc = task_promote_culture_effect_desc + triggered_desc = { + trigger = { + scope:councillor_liege = { + any_vassal = { + vassal_stance = minority + } + } + } + desc = minority_disapproves_conversion_tooltip + } + triggered_desc = { + trigger = { + trigger_if = { + limit = { exists = scope:county } + scope:county = { + culture != scope:councillor_liege.culture + } + NOT = { + scope:councillor_liege.culture = { + is_hybrid_culture = yes + any_parent_culture = { + this = scope:county.culture + } + } + } + } + trigger_else = { always = no } + } + desc = task_promote_culture_acceptance_effect_desc + } + } + desc = { + desc = council_task_possible_side_effects + triggered_desc = { + trigger = { + stewardship > mediocre_skill_rating + trigger_if = { + limit = { exists = scope:county } + scope:county = { + NOT = { has_county_modifier = steward_task_efficient_taxation_modifier } + } + } + } + desc = task_promote_culture_improve_county_opinion + } + triggered_desc = { + trigger = { + stewardship > mediocre_skill_rating + trigger_if = { + limit = { exists = scope:county } + scope:county = { + NOT = { has_county_modifier = steward_task_efficient_taxation_modifier } + } + } + } + desc = task_promote_culture_increased_taxes + } + triggered_desc = { + trigger = { + stewardship > mediocre_skill_rating + trigger_if = { + limit = { exists = scope:county } + scope:county = { + NOT = { has_county_modifier = steward_task_efficient_taxation_modifier } + } + } + } + desc = task_promote_culture_increased_levies + } + triggered_desc = { + trigger = { + stewardship < high_skill_rating + trigger_if = { + limit = { exists = scope:county } + scope:county = { + NOT = { has_county_modifier = steward_settler_resistance_modifier } + } + } + } + desc = task_promote_culture_resistance_to_settlers + } + triggered_desc = { + trigger = { + stewardship < high_skill_rating + trigger_if = { + limit = { exists = scope:county } + scope:county = { + NOT = { has_county_modifier = steward_settler_resistance_modifier } + } + } + } + desc = task_promote_culture_resistance_to_administration + } + } + } + + is_valid_showing_failures_only = { + tgp_natural_disaster_councillor_available_for_task_trigger = yes + } + + progress = { + value = 0 + add = { + value = steward_promote_culture_base + desc = STEWARD_PROGRESS_BASE + } + add = { + value = scope:councillor.steward_promote_culture_monthly_increase + desc = SCALED_COUNCILLOR_STEWARDSHIP_VALUE + } + + add = steward_promote_culture_contextual_bonuses + + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county + scope:county = { + development_level > 0 + } + } + add = { + value = scope:county.promote_culture_development_penalty + desc = STEWARD_PROMOTE_CULTURE_DEVELOPMENT_PENALTY + } + } + + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county + scope:county = { + county_control <= 25 + county_control >= 0 + } + } + multiply = { + value = 0.3 + desc = STEWARD_PROMOTE_CULTURE_LOW_CONTROL_PENALTY + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county + scope:county = { + county_control <= 50 + county_control > 25 + } + } + multiply = { + value = 0.5 + desc = STEWARD_PROMOTE_CULTURE_MEDIUM_CONTROL_PENALTY + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county + scope:county = { + county_control <= 75 + county_control > 50 + } + } + multiply = { + value = 0.7 + desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_PENALTY + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county + scope:county = { + county_control <= 100 + county_control > 75 + } + } + multiply = { + value = 1.2 + desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_BONUS + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county + scope:county = { + county_control > 100 + } + } + multiply = { + value = 1.5 + desc = STEWARD_PROMOTE_CULTURE_ABSOLUTE_CONTROL_BONUS + } + } + ##### + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county.title_province + scope:county.title_province = { + OR = { + terrain = jungle + terrain = mountains + terrain = desert + terrain = desert_mountains + terrain = taiga + terrain = wetlands + } + } + } + multiply = { + value = 0.4 + desc = STEWARD_PROMOTE_CULTURE_HIGH_TERRAIN_PENALTY + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county.title_province + scope:county.title_province = { + OR = { + terrain = floodplains + terrain = drylands + terrain = steppe + terrain = forest + terrain = hills + terrain = tells + } + } + } + multiply = { + value = 0.5 + desc = STEWARD_PROMOTE_CULTURE_LOW_TERRAIN_PENALTY + } + } + # Conversion speed game rules + if = { + limit = { + has_game_rule = slower_culture_conversion_speed + } + multiply = { + value = slower_game_rule_value + desc = GAME_RULE_SLOWER_REASON + } + } + if = { + limit = { + has_game_rule = significantly_slower_culture_conversion_speed + } + multiply = { + value = significantly_slower_game_rule_value + desc = GAME_RULE_SIGNIFICANTLY_SLOWER_REASON + } + } + if = { + limit = { + has_game_rule = significantly_faster_culture_conversion_speed + } + multiply = { + value = significantly_faster_game_rule_value + desc = GAME_RULE_SIGNIFICANTLY_FASTER_REASON + } + } + if = { + limit = { + has_game_rule = faster_culture_conversion_speed + } + multiply = { + value = faster_game_rule_value + desc = GAME_RULE_FASTER_REASON + } + } + # Faster conversion for FP2 Hostility ending, if county is in Iberia and culture was involved + if = { + limit = { + any_in_global_list = { + variable = fp2_struggle_ending_culture_list + this = scope:county.culture + } + scope:county.title_province = { geographical_region = world_europe_west_iberia } + scope:councillor.liege.house = { + OR = { + has_house_modifier = fp2_struggle_hostility_house_culture_modifier + has_house_modifier = fp2_struggle_hostility_house_combined_modifier + } + } + } + multiply = { + value = fp2_struggle_hostility_conversion_value + desc = fp2_struggle_hostility_culture_conversion_task_desc + } + } + if = { + limit = { + scope:councillor_liege = { + has_character_modifier = devoted_to_tradition_modifier + } + } + multiply = { + value = 1.25 + desc = bp2_devoted_to_tradition_modifier_conversion_task_desc + } + } + if = { + limit = { + scope:councillor_liege = { + has_title = title:c_byzantion + title:c_byzantion = { has_county_modifier = pandidakterion_university_modifier } + } + } + multiply = { + value = 1.25 + desc = pandidakterion_university_modifier + } + } + if = { + limit = { + scope:county = { has_county_modifier = improve_promote_culture_modifier } + scope:councillor_liege = scope:county.holder.top_liege + } + multiply = { + value = 1.20 + desc = improve_promote_culture_modifier + } + } + } + + potential_county = { + scope:county = { + is_landless_type_title = no + culture != scope:councillor_liege.culture + trigger_if = { + limit = { + scope:councillor_liege = { has_variable = hold_court_8130_culture_block } + } + custom_tooltip = { + text = hold_court_8130_conversion_tt + culture != scope:councillor_liege.var:hold_court_8130_culture_block + } + } + } + trigger_if = { + limit = { + scope:councillor_liege = { + is_ai = yes + NAND = { # AI Directives override this + has_character_flag = vassal_directive_convert_culture + vassal_is_valid_and_follows_directive_trigger = { VASSAL = this LIEGE = liege } + } + } + } + NAND = { # Princes in the HRE tend to not convert each other's cultures + exists = title:e_hre.holder + scope:councillor_liege.top_liege = title:e_hre.holder + OR = { + scope:councillor_liege.culture = culture:czech + scope:councillor_liege.culture = { has_cultural_pillar = heritage_central_germanic } + } + OR = { + scope:county.culture = culture:czech + scope:county.culture = { has_cultural_pillar = heritage_central_germanic } + } + } + NOT = { # Do not eliminate the Basques + scope:county.culture = { + this = culture:basque + any_culture_county = { + count <= 5 + } + } + } + scope:councillor_liege = { + OR = { + NOT = { + scope:county.culture = { + cultural_acceptance = { target = scope:councillor_liege.culture value >= 50 } + } + } + scope:county = { + this = title:c_maragha + culture = culture:turkish + } + culture = { # All AI's are motivated to spread new Hybrid/Divergent cultures + OR = { + is_hybrid_culture = yes + is_divergent_culture = yes + } + NOT = { # Leave the Welsh alone! + this = culture:anglo_saxon + } + any_parent_culture = { + this = scope:county.culture + } + } + culture = { # Small cultures want to grow a bit + any_culture_county = { + count < 10 + } + } + scope:county.culture = { # 'dead' small cultures can go away + OR = { + is_hybrid_culture = yes + is_divergent_culture = yes + } + any_culture_county = { + count < 10 + } + OR = { + NOT = { exists = culture_head } + any_culture_county = { + count < 5 + } + } + } + AND = { + # Scottish rulers should convert counties of 'old' cultures to the new one. + culture = culture:scottish + OR = { + scope:county.culture = culture:anglo_saxon + scope:county.culture = culture:gaelic + scope:county.culture = culture:cumbrian + scope:county.culture = culture:pictish + } + } + AND = { + # English rulers should convert counties of 'old' cultures to the new one. + culture = culture:english + OR = { + scope:county.culture = culture:anglo_saxon + scope:county.culture = culture:norman + } + } + AND = { + # German rulers want to convert the polabians + culture = { has_cultural_pillar = heritage_central_germanic } + scope:county.culture = culture:polabian + NOT = { scope:councillor_liege.primary_title = title:e_hre } + } + + AND = { + # Japanese rulers should convert Emishi counties + culture = culture:japanese + scope:county.culture = culture:emishi + } + } + OR = { + is_independent_ruler = yes + primary_title.tier > tier_county + culture = { # All AI's are motivated to spread new Hybrid/Divergent cultures + OR = { + is_hybrid_culture = yes + is_divergent_culture = yes + } + any_parent_culture = { + this = scope:county.culture + } + } + culture = { # Small cultures want to grow a bit + any_culture_county = { + count < 10 + } + } + scope:county.culture = { # 'dead' small cultures can go away + OR = { + is_hybrid_culture = yes + is_divergent_culture = yes + } + any_culture_county = { + count < 10 + } + OR = { + NOT = { exists = culture_head } + any_culture_county = { + count < 5 + } + } + } + culture = { # Imperious cultures want to grow to a certain size + culture_head ?= { + is_independent_ruler = yes + highest_held_title_tier >= tier_kingdom + sub_realm_size >= 30 + } + any_culture_county = { + count < 35 + } + } + AND = { + # Scottish rulers should convert counties of 'old' cultures to the new one. + culture = culture:scottish + OR = { + scope:county.culture = culture:anglo_saxon + scope:county.culture = culture:gaelic + scope:county.culture = culture:cumbrian + scope:county.culture = culture:pictish + } + } + AND = { + # English rulers should convert counties of 'old' cultures to the new one. + culture = culture:english + OR = { + scope:county.culture = culture:anglo_saxon + scope:county.culture = culture:norman + } + } + AND = { + # German rulers want to convert the polabians + culture = { has_cultural_pillar = heritage_central_germanic } + scope:county.culture = culture:polabian + NOT = { scope:councillor_liege.primary_title = title:e_hre } + } + AND = { + # Japanese rulers should convert Emishi counties + culture = culture:japanese + scope:county.culture = culture:emishi + } + } + } + OR = { + scope:county = { + any_neighboring_county = { + culture = scope:councillor_liege.culture # The AI only wants to convert counties bordering their own culture + } + } + AND = { # The English want to convert the Anglo Saxons and Cumbrians + scope:councillor_liege.culture = culture:english + OR = { + scope:county.culture = culture:anglo_saxon + scope:county.culture = culture:cumbrian + } + } + AND = { # The Scots want to convert the Anglo Saxons, Cumbrians and Gaelic + scope:councillor_liege.culture = culture:scottish + OR = { + scope:county.culture = culture:anglo_saxon + scope:county.culture = culture:gaelic + scope:county.culture = culture:cumbrian + scope:county.culture = culture:pictish + } + } + AND = { # The Gaels want to convert the Picts and Cumbrians + scope:councillor_liege.culture = culture:gaelic + OR = { + scope:county.culture = culture:cumbrian + scope:county.culture = culture:pictish + } + } + AND = { # The modern scandinavians want to convert the Norse + OR = { + scope:councillor_liege.culture = culture:swedish + scope:councillor_liege.culture = culture:danish + scope:councillor_liege.culture = culture:norwegian + } + scope:county.culture = culture:norse + } + AND = { # The Portuguese should want to convert Suebi + scope:councillor_liege.culture = culture:portuguese + scope:county.culture = culture:suebi + } + AND = { # The Iberians want to convert Visigothic + scope:councillor_liege.culture = { has_cultural_pillar = heritage_iberian } + NOT = { scope:councillor_liege.culture = culture:portuguese } + scope:county.culture = culture:visigothic + } + AND = { + # German rulers want to convert the polabians + scope:councillor_liege.culture = { has_cultural_pillar = heritage_central_germanic } + scope:county.culture = culture:polabian + NOT = { scope:councillor_liege.primary_title = title:e_hre } + } + AND = { + # Japanese rulers should convert Emishi counties + scope:councillor_liege.culture = culture:japanese + scope:county.culture = culture:emishi + } + } + } + trigger_else_if = { # But AI Directives should still try to look pretty + limit = { + scope:councillor_liege = { + is_ai = yes + has_character_flag = vassal_directive_convert_culture + vassal_is_valid_and_follows_directive_trigger = { VASSAL = this LIEGE = liege } + } + } + trigger_if = { + limit = { + scope:county = { + any_neighboring_county = { + culture = scope:councillor_liege.culture + } + } + } + scope:county = { + any_neighboring_county = { + culture = scope:councillor_liege.culture # The AI only wants to convert counties bordering their own culture + } + } + } + trigger_else = { + always = yes + } + } + trigger_else = { + } + } + + on_finish_task_county = { + scope:councillor_liege = { + if = { + limit = { + NOT = { + culture = { + is_hybrid_culture = yes + any_parent_culture = { + this = scope:county.culture + } + } + } + } + if = { + limit = { + top_liege != this + } + add_character_flag = { + flag = no_ai_culture_convert + years = 60 + } + } + else = { + add_character_flag = { + flag = no_ai_culture_convert + years = 30 + } + } + } + } + scope:county = { + if = { + limit = { + NOT = { + scope:councillor_liege.culture = { + is_hybrid_culture = yes + any_parent_culture = { + this = scope:county.culture + } + } + } + } + culture = { + change_cultural_acceptance = { + target = scope:councillor_liege.culture + value = culture_conversion_acceptance_impact + desc = cultural_acceptance_loss_promote_culture + } + } + } + set_county_culture = scope:councillor_liege.culture + } + scope:councillor = { + start_default_task = yes + } + } + + monthly_on_action = task_promote_culture_side_effects + + ai_will_do = { + value = 0 + if = { + limit = { + scope:councillor = { + is_performing_council_task = task_promote_culture + } + } + add = 10000 # Always keep going if this is already chosen + } + else_if = { + limit = { + scope:councillor_liege = { + gold > 0 + OR = { + gold >= steward_convert_culture_value + AND = { + culture = culture:scottish + top_liege.primary_title = title:k_scotland + capital_county.kingdom = title:k_scotland + } + AND = { + culture = culture:english + top_liege.primary_title = title:k_england + capital_county.kingdom = title:k_england + } + AND = { + culture = { has_cultural_pillar = heritage_central_germanic } + top_liege.primary_title = title:e_hre + OR = { + capital_county.kingdom = title:k_sorbia + capital_county.kingdom = title:k_east_francia + capital_county.kingdom = title:k_saxony + capital_county.kingdom = title:k_pomerania + } + } + AND = { + culture = culture:japanese + capital_county.empire = title:e_japan + } + AND = { + culture = { + OR = { + is_hybrid_culture = yes + is_divergent_culture = yes + } + } + any_realm_county = { + culture = { + save_temporary_scope_as = culture_check + scope:councillor_liege.culture = { + any_parent_culture = { + this = scope:culture_check + } + } + } + } + } + culture = { # Small cultures want to grow a bit + any_culture_county = { + count < 10 + } + } + culture = { # Imperious cultures want to grow to a certain size + culture_head ?= { + is_independent_ruler = yes + highest_held_title_tier >= tier_kingdom + sub_realm_size >= 30 + } + NOR = { + has_cultural_pillar = ethos_egalitarian + has_cultural_tradition = tradition_xenophilic + } + any_culture_county = { + count < 35 + } + } + } + } + } + add = 500 + } + if = { + limit = { + scope:councillor_liege.culture = { + has_cultural_parameter = less_likely_to_promote_culture + } + } + add = -250 + } + if = { + limit = { + scope:councillor_liege = { + culture = { + OR = { + is_hybrid_culture = yes + is_divergent_culture = yes + } + } + any_sub_realm_county = { + culture = { + save_temporary_scope_as = culture_check + scope:councillor_liege.culture = { + any_parent_culture = { + this = scope:culture_check + } + } + } + } + } + } + add = 200 + } + # Motivate the AI with an escalation agenda to take this task + if = { + limit = { + has_character_flag = agenda_towards_escalation + } + add = 500 + } + else_if = { + limit = { + has_character_flag = agenda_towards_deescalation + } + add = -250 + } + if = { + # Don't do this too often + limit = { + scope:councillor_liege = { + has_character_flag = no_ai_culture_convert + NAND = { # ignore it if in Hostility with escalation + has_character_flag = agenda_towards_escalation + any_character_struggle = { + involvement = involved + is_struggle_type = iberian_struggle + is_struggle_phase = struggle_iberia_phase_hostility + } + } + } + } + multiply = 0 + } + if = { + # Interrupt this task if you're bankrupt + limit = { + scope:councillor_liege = { + gold < -50 + } + } + multiply = 0 + } + + # AI directive + if = { + limit = { + scope:councillor_liege = { + has_character_flag = vassal_directive_convert_culture + vassal_is_valid_and_follows_directive_trigger = { VASSAL = this LIEGE = liege } + } + } + add = 50000 + } + } +} + +# This task is referenced from code so as to hook into the culture acceptance gain +# Its progress rate will be applied between the owner's culture and the culture of the county +task_accept_culture = { + position = councillor_steward + + task_type = task_type_county + county_target = realm + ai_county_target = realm + highlight_own_realm = yes + task_progress = task_progress_infinite + + asset = { + icon = "gfx/interface/icons/council_task_types/task_accept_culture.dds" + background = "gfx/interface/buttons/button_round_bg.dds" + frame = "gfx/interface/buttons/button_round_frame.dds" + glow = "gfx/particles/halo.dds" + } + + effect_desc = { + first_valid = { + triggered_desc = { + trigger = { exists = scope:province } + desc = task_accept_culture_desc + } + desc = task_accept_culture_base_desc + } + desc = task_accept_culture_base_value_desc + triggered_desc = { + trigger = { + scope:councillor_liege = { + top_liege = this + } + } + desc = task_accept_culture_independent_desc + } + triggered_desc = { + trigger = { + scope:councillor_liege = { + has_royal_court = yes + has_dlc_feature = royal_court + has_court_type = court_administrative + court_grandeur_current_level >= 4 + } + } + desc = task_accept_culture_court_type_desc + } + triggered_desc = { + trigger = { + councillor_liege_has_customs_legacy_perk = yes + } + desc = task_accept_culture_customs_bonus_desc + } + triggered_desc = { + trigger = { + councillor_liege_has_erudition_legacy_5_perk = yes + } + desc = task_accept_culture_erudition_bonus_desc + } + triggered_desc = { + trigger = { + councillor_liege_has_family_business_bonus = yes + } + desc = task_accept_culture_family_business_bonus_desc + } + triggered_desc = { + trigger = { + councillor_liege_has_consulted_house_bonus = yes + } + desc = task_accept_culture_consulted_house_bonus_desc + } + triggered_desc = { + trigger = { + exists = scope:county + culture = scope:county.culture + } + desc = task_accept_culture_same_culture_desc + } + desc = task_accept_culture_other_desc + desc = council_task_possible_side_effects + triggered_desc = { + trigger = { + stewardship > mediocre_skill_rating + + } + desc = task_accept_culture_loss_of_control + } + triggered_desc = { + trigger = { + stewardship > mediocre_skill_rating + trigger_if = { + limit = { + exists = scope:county + } + scope:county = { + NOT = { has_county_modifier = steward_accept_culture_reduced_taxes_modifier } + } + } + } + desc = task_accept_culture_reduced_tax_income + } + triggered_desc = { + trigger = { + stewardship < high_skill_rating + trigger_if = { + limit = { exists = scope:county } + scope:county = { + NOR = { + has_county_modifier = steward_accept_culture_reduced_development_spread_modifier + has_county_modifier = steward_accept_culture_increased_development_spread_modifier + } + } + } + } + desc = task_accept_culture_reduced_development_growth + } + triggered_desc = { + trigger = { + stewardship > average_skill_rating + trigger_if = { + limit = { exists = scope:county } + scope:county = { + NOR = { + has_county_modifier = steward_accept_culture_reduced_development_spread_modifier + has_county_modifier = steward_accept_culture_increased_development_spread_modifier + } + } + } + } + desc = task_accept_culture_increased_development_growth + } + triggered_desc = { + trigger = { + stewardship > average_skill_rating + trigger_if = { + limit = { exists = scope:county } + scope:county = { + NOT = { has_county_modifier = steward_accept_culture_increased_opinion_modifier } + } + } + } + desc = task_accept_culture_increased_opinion + } + triggered_desc = { + trigger = { + stewardship > average_skill_rating + } + desc = task_accept_culture_acceptance_boost + } + } + + is_valid_showing_failures_only = { + scope:councillor_liege = { + highest_held_title_tier >= tier_duchy + } + tgp_natural_disaster_councillor_available_for_task_trigger = yes + } + + progress = { + value = 0 + add = { + value = task_accept_culture_base_progress + desc = STEWARD_PROGRESS_BASE + } + add = { + value = scope:councillor.steward_accept_culture_yearly_increase + desc = SCALED_COUNCILLOR_STEWARDSHIP_VALUE + } + + if = { + limit = { + scope:councillor.culture = scope:county.culture + } + add = { + value = scope:councillor.steward_accept_culture_yearly_increase_same_culture_bonus + desc = COUNCILLOR_SAME_CULTURE_AS_TARGET + } + } + + if = { + limit = { + councillor_liege_has_customs_legacy_perk = yes + } + add = { + value = scope:councillor.steward_accept_culture_customs_bonus_yearly_increase + desc = CUSTOMS_DYNASTY_PERK_BONUS_VALUE + } + } + + if = { + limit = { + councillor_liege_has_erudition_legacy_5_perk = yes + } + add = { + value = scope:councillor.steward_accept_culture_erudition_bonus_yearly_increase + desc = ERUDITION_DYNASTY_PERK_BONUS_VALUE + } + } + + if = { + limit = { + councillor_liege_has_family_business_bonus = yes + } + add = { + value = scope:councillor.steward_promote_culture_family_business_bonus + desc = FAMILY_BUSINESS_BONUS_VALUE + } + } + + # Relation Bonuses/Penalties + if = { # Friend + limit = { + scope:councillor_liege = { + has_relation_friend = scope:councillor + NOT = { has_relation_best_friend = scope:councillor } + } + } + add = { + value = scope:councillor.steward_accept_culture_yearly_increase_friend_bonus + desc = COUNCILLOR_IS_YOUR_FRIEND + } + } + if = { # Best Friend + limit = { + scope:councillor_liege = { + has_relation_best_friend = scope:councillor + } + } + add = { + value = scope:councillor.steward_accept_culture_yearly_increase_best_friend_bonus + desc = COUNCILLOR_IS_YOUR_BEST_FRIEND + } + } + if = { # Rival + limit = { + scope:councillor_liege = { + has_relation_rival = scope:councillor + NOT = { has_relation_nemesis = scope:councillor } + } + } + add = { + value = scope:councillor.steward_accept_culture_yearly_increase_rival_bonus + desc = COUNCILLOR_IS_YOUR_RIVAL + } + } + if = { # Nemesis + limit = { + scope:councillor_liege = { + has_relation_nemesis = scope:councillor + } + } + add = { + value = scope:councillor.steward_accept_culture_yearly_increase_nemesis_bonus + desc = COUNCILLOR_IS_YOUR_NEMESIS + } + } + if = { # Independent Ruler + limit = { + scope:councillor_liege = { + top_liege = this + } + } + add = { + value = steward_accept_culture_yearly_increase_independent_bonus + desc = COUNCILLOR_LIEGE_IS_INDEPENDENT + } + } + + if = { # Court Type bonus + limit = { + scope:councillor_liege = { + has_royal_court = yes + has_dlc_feature = royal_court + has_court_type = court_administrative + court_grandeur_current_level >= 4 + } + } + add = { + value = steward_accept_culture_court_type_bonus + desc = COUNCILLOR_LIEGE_HAS_COURT_TYPE_BONUS + } + } + + if = { # Wayfarer Bonus + limit = { + liege = { has_perk = of_the_people_perk } + } + multiply = 1.3 + } + } + + potential_county = { + scope:county = { + is_landless_type_title = no + culture != scope:councillor_liege.culture + NOT = { + culture = { + cultural_acceptance = { target = scope:councillor_liege.culture value >= 100 } + } + } + trigger_if = { + limit = { + scope:councillor_liege = { is_ai = yes } + } + NAND = { + # Scottish rulers should convert counties of 'old' cultures to the new one. + scope:councillor_liege.culture = culture:scottish + OR = { + scope:county.culture = culture:anglo_saxon + scope:county.culture = culture:gaelic + scope:county.culture = culture:cumbrian + scope:county.culture = culture:pictish + } + } + NAND = { + # English rulers should convert counties of 'old' cultures to the new one. + scope:councillor_liege.culture = culture:english + OR = { + scope:county.culture = culture:anglo_saxon + scope:county.culture = culture:norman + } + } + NAND = { + # German rulers want to convert the polabians + scope:councillor_liege.culture = { has_cultural_pillar = heritage_central_germanic } + scope:county.culture = culture:polabian + NOT = { scope:councillor_liege.primary_title = title:e_hre } + } + NAND = { + # Japanese rulers should convert Emishi counties + scope:councillor_liege.culture = culture:japanese + scope:county.culture = culture:emishi + } + OR = { + scope:councillor_liege = { + has_character_flag = vassal_directive_improve_cultural_acceptance + vassal_is_valid_and_follows_directive_trigger = { VASSAL = this LIEGE = liege } + } + this = scope:councillor_liege.capital_county + scope:councillor_liege.capital_county = { + OR = { + culture = scope:councillor_liege.culture + culture = { + cultural_acceptance = { target = scope:councillor_liege.culture value >= 50 } + } + } + } + } + } + } + } + + monthly_on_action = task_accept_culture_side_effects + + ai_will_do = { + value = 1 + + if = { + # Prefer this over Collecting Taxes if you have some money + limit = { + scope:councillor_liege.gold >= steward_increase_development_value + } + add = 1 + } + + if = { + # Compassionate rulers like doing this + limit = { + scope:councillor_liege.ai_compassion > 0 + } + add = { + value = scope:councillor_liege.ai_compassion + divide = 5 + } + } + + if = { + # And those with the Open Minded perk + limit = { + scope:councillor_liege = { + has_perk = open_minded_perk + } + } + add = 15 + } + + if = { + # And the norse! + limit = { + scope:councillor_liege = { + culture = culture:norse + } + } + add = 15 + } + + if = { + # Rulers with a capital culture that isn't particularly accepted like this if they have some more counties in their realm of the culture + limit = { + scope:councillor_liege = { + capital_county ?= { + save_temporary_scope_as = county_check + NOR = { + culture = scope:councillor_liege.culture + scope:councillor_liege.culture = { + OR = { + is_hybrid_culture = yes + is_divergent_culture = yes + } + any_parent_culture = { + this = scope:county_check.culture + } + } + culture = { + cultural_acceptance = { target = scope:councillor_liege.culture value >= 50 } + } + } + } + any_sub_realm_county = { + count >= 3 + culture = scope:councillor_liege.capital_county.culture + } + } + } + add = 300 + } + + if = { + # More likely for independent rulers + limit = { + scope:councillor_liege = { + top_liege = this + } + } + multiply = 2 + } + if = { + # More likely for xenophiles + limit = { + scope:councillor_liege = { + culture = { + OR = { + has_cultural_tradition = tradition_xenophilic + has_cultural_tradition = tradition_fp2_malleable_subjects + } + } + } + } + multiply = 2 + } + if = { + # Interrupt this task if you're bankrupt + limit = { + scope:councillor_liege = { + gold < -50 + } + } + multiply = 0 + } + + # AI directive + if = { + limit = { + scope:councillor_liege = { + has_character_flag = vassal_directive_improve_cultural_acceptance + vassal_is_valid_and_follows_directive_trigger = { VASSAL = this LIEGE = liege } + } + } + add = 50000 + } + } +} + +task_convince_dejure = { + position = councillor_steward + + task_type = task_type_county + county_target = neighbor_land + ai_county_target = neighbor_land + task_progress = task_progress_percentage + + asset = { + icon = "gfx/interface/icons/council_task_types/task_convince_dejure.dds" + background = "gfx/interface/buttons/button_round_bg.dds" + frame = "gfx/interface/buttons/button_round_frame.dds" + glow = "gfx/particles/halo.dds" + } + + effect_desc = { + desc = { + desc = task_convince_dejure_effect_desc + desc = council_task_possible_side_effects + triggered_desc = { + trigger = { + stewardship > mediocre_skill_rating + } + desc = task_convince_dejure_gain_prestige + } + triggered_desc = { + trigger = { + stewardship < high_skill_rating + } + desc = task_convince_dejure_lose_prestige + } + triggered_desc = { + trigger = { + stewardship < high_skill_rating + } + desc = task_convince_dejure_diplomatic_blunder + } + } + } + + is_shown = { + has_dlc_feature = royal_court + } + + progress = { + value = 0 + add = { + value = steward_convince_dejure_base + desc = STEWARD_PROGRESS_BASE + } + add = { + value = scope:councillor.steward_convince_dejure_monthly_increase + desc = SCALED_COUNCILLOR_STEWARDSHIP_VALUE + } + #CGV bonuses/maluses + if = { + limit = { + scope:councillor_liege = { + court_grandeur_current_level = 7 + } + } + add = { + value = 0.1 + desc = steward_convince_dejure_cg_bonus_desc + } + } + if = { + limit = { + scope:councillor_liege = { + court_grandeur_current_level = 8 + } + } + add = { + value = 0.2 + desc = steward_convince_dejure_cg_bonus_desc + } + } + if = { + limit = { + scope:councillor_liege = { + court_grandeur_current_level = 9 + } + } + add = { + value = 0.3 + desc = steward_convince_dejure_cg_bonus_desc + } + } + if = { + limit = { + scope:councillor_liege = { + court_grandeur_current_level = 10 + } + } + add = { + value = 0.4 + desc = steward_convince_dejure_cg_bonus_desc + } + } + if = { + limit = { + scope:county.holder.top_liege = { + court_grandeur_current_level = 7 + } + } + add = { + value = -0.1 + desc = steward_convince_dejure_cg_malus_desc + } + } + if = { + limit = { + scope:county.holder.top_liege = { + court_grandeur_current_level = 8 + } + } + add = { + value = -0.2 + desc = steward_convince_dejure_cg_malus_desc + } + } + if = { + limit = { + scope:county.holder.top_liege = { + court_grandeur_current_level = 9 + } + } + add = { + value = -0.3 + desc = steward_convince_dejure_cg_malus_desc + } + } + if = { + limit = { + scope:county.holder.top_liege = { + court_grandeur_current_level = 10 + } + } + add = { + value = -0.4 + desc = steward_convince_dejure_cg_malus_desc + } + } + # Relation Bonuses/Penalties + if = { # Friend + limit = { + scope:councillor_liege = { + has_relation_friend = scope:councillor + NOT = { has_relation_best_friend = scope:councillor } + } + } + add = { + value = scope:councillor.steward_convince_dejure_monthly_increase_friend_bonus + desc = COUNCILLOR_IS_YOUR_FRIEND + } + } + if = { # Best Friend + limit = { + scope:councillor_liege = { + has_relation_best_friend = scope:councillor + } + } + add = { + value = scope:councillor.steward_convince_dejure_monthly_increase_best_friend_bonus + desc = COUNCILLOR_IS_YOUR_BEST_FRIEND + } + } + if = { # Rival + limit = { + scope:councillor_liege = { + has_relation_rival = scope:councillor + NOT = { has_relation_nemesis = scope:councillor } + } + } + add = { + value = scope:councillor.steward_convince_dejure_monthly_increase_rival_bonus + desc = COUNCILLOR_IS_YOUR_RIVAL + } + } + if = { # Nemesis + limit = { + scope:councillor_liege = { + has_relation_nemesis = scope:councillor + } + } + add = { + value = scope:councillor.steward_convince_dejure_monthly_increase_nemesis_bonus + desc = COUNCILLOR_IS_YOUR_NEMESIS + } + } + if = { + limit = { + councillor_liege_has_erudition_legacy_5_perk = yes + } + add = { + value = steward_convince_dejure_erudition_bonus + desc = ERUDITION_DYNASTY_PERK_BONUS_VALUE + } + } + if = { + limit = { + councillor_liege_has_family_business_bonus = yes + } + add = { + value = steward_convince_dejure_family_business_bonus + desc = FAMILY_BUSINESS_BONUS_VALUE + } + } + if = { + limit = { + councillor_liege_has_consulted_house_bonus = yes + } + add = { + value = steward_convince_dejure_consulted_house_bonus + desc = CONSULTED_HOUSE_BONUS_VALUE + } + } + } + + is_valid_showing_failures_only = { + scope:councillor_liege = { + #Unlocked at Court Grandeur level 6 + court_grandeur_current_level >= 6 + } + tgp_natural_disaster_councillor_available_for_task_trigger = yes + } + + potential_county = { + scope:county = { is_landless_type_title = no } + custom_tooltip = { + text = steward_convince_dejure_potential_county_tt + scope:councillor_liege = { + any_held_title = { + any_in_de_jure_hierarchy = { + tier = tier_county + NOT = { + has_county_modifier = steward_de_jure_denied_modifier + } + this = scope:county + holder = { + NOT = { + target_is_liege_or_above = scope:councillor_liege + } + } + } + } + } + } + custom_tooltip = steward_convince_dejure_potential_county_tt_2 + trigger_if = { + limit = { + scope:councillor_liege = { is_ai = yes } + } + OR = { + top_liege = this + scope:councillor_liege.primary_title.tier > tier_county + } + scope:county = { + any_neighboring_county = { + holder.top_liege = scope:councillor_liege # The AI only wants to convince counties bordering their own land + } + } + } + } + + on_finish_task_county = { + scope:councillor = { + start_default_task = yes + } + scope:councillor_liege = { + if = { + limit = { + top_liege != this + } + add_character_flag = { + flag = no_de_jure_convince + years = 50 + } + } + else = { + add_character_flag = { + flag = no_de_jure_convince + years = 20 + } + } + } + scope:county.holder.top_liege = { + trigger_event = steward_task.0001 + } + } + + monthly_on_action = task_convince_dejure_side_effects + + ai_will_do = { + value = 0 + if = { + limit = { + scope:councillor = { + is_performing_council_task = task_convince_dejure + } + } + add = 10000 # Always keep going if this is already chosen + } + # increase likelyhood with court grandeur level + if = { + limit = { + scope:councillor_liege = { + has_character_modifier = court_grandeur_level_6 + } + } + add = 100 + } + else_if = { + limit = { + scope:councillor_liege = { + has_character_modifier = court_grandeur_level_7 + } + } + add = 150 + } + else_if = { + limit = { + scope:councillor_liege = { + has_character_modifier = court_grandeur_level_8 + } + } + add = 200 + } + else_if = { + limit = { + scope:councillor_liege = { + has_character_modifier = court_grandeur_level_9 + } + } + add = 250 + } + else_if = { + limit = { + scope:councillor_liege = { + has_character_modifier = court_grandeur_level_10 + } + } + add = 300 + } + if = { + # Don't do this too often + limit = { + scope:councillor_liege = { has_character_flag = no_de_jure_convince } + } + multiply = 0 + } + } +} diff --git a/N3OW/common/culture/cultures/NEOW_anglo_frisian.txt b/N3OW/common/culture/cultures/NEOW_anglo_frisian.txt new file mode 100644 index 00000000..de734b50 --- /dev/null +++ b/N3OW/common/culture/cultures/NEOW_anglo_frisian.txt @@ -0,0 +1,323 @@ +angler = { + color = { 255 140 149 } + + created = 2300.1.1 + parents = { easlander } + + history_loc_override = easlander_exodus_heritage_loc + + ethos = ethos_communal + heritage = heritage_anglo_frisian + language = language_english + martial_custom = martial_custom_equal + traditions = { + tradition_fishermen + tradition_diasporic + tradition_maritime_mercantilism + tradition_seafaring + tradition_life_is_just_a_joke + #tradition_longbow_competitions + } + + name_list = name_list_english + + coa_gfx = { english_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 18 = caucasian_blond + 12 = caucasian_ginger + 28 = caucasian_brown_hair + 20 = caucasian_dark_hair + 4 = slavic_blond + 3 = slavic_brown_hair + 1 = slavic_dark_hair + 3 = indian + 2 = south_indian + 5 = asian + 2 = arab + 2 = african + } +} + +easlander = { + color = { 242 84 97 } + + parents = { english } + created = 2100.1.1 + + ethos = ethos_communal + heritage = heritage_anglo_frisian + language = language_english + martial_custom = martial_custom_equal + traditions = { + tradition_fishermen + tradition_wetlanders + tradition_staunch_traditionalists + tradition_seafaring + } + + name_list = name_list_english + + coa_gfx = { english_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 18 = caucasian_blond + 12 = caucasian_ginger + 28 = caucasian_brown_hair + 20 = caucasian_dark_hair + 4 = slavic_blond + 3 = slavic_brown_hair + 1 = slavic_dark_hair + 3 = indian + 2 = south_indian + 5 = asian + 2 = arab + 2 = african + } +} + +norflander = { + color = { 242 60 60 } + + parents = { english } + created = 2100.1.1 + + ethos = ethos_stoic + heritage = heritage_anglo_frisian + language = language_english + martial_custom = martial_custom_equal + traditions = { + tradition_pastoralists + tradition_life_is_just_a_joke + tradition_seafaring + tradition_ancient_miners + tradition_metal_craftsmanship + } + + name_list = name_list_english + + coa_gfx = { english_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 25 = caucasian_blond + 15 = caucasian_ginger + 35 = caucasian_brown_hair + 25 = caucasian_dark_hair + } +} + +norner = { + color = { 237 85 35 } + + parents = { english scottish } + created = 2000.1.1 + + ethos = ethos_stoic + heritage = heritage_anglo_frisian + language = language_english + martial_custom = martial_custom_equal + traditions = { + #tradition_upland_skirmishing + #tradition_longbow_competitions + tradition_modest + tradition_hard_working + tradition_staunch_traditionalists + tradition_stalwart_defenders + } + + name_list = name_list_english + name_list = name_list_irish + + coa_gfx = { irish_coa_gfx english_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { northern_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 5 = caucasian_blond + 30 = caucasian_ginger + 35 = caucasian_brown_hair + 30 = caucasian_dark_hair + } +} + +souflander = { + color = { 219 83 76 } + + parents = { english } + created = 2100.1.1 + + ethos = ethos_bureaucratic + heritage = heritage_anglo_frisian + language = language_english + martial_custom = martial_custom_equal + traditions = { + tradition_british_meritocracy + #tradition_british_armoires + tradition_seafaring + tradition_maritime_mercantilism + } + dlc_tradition = { + trait = tradition_ep3_cultivated_sophistication + requires_dlc_flag = roads_to_power + fallback = tradition_legalistic + } + + name_list = name_list_english + + coa_gfx = { english_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 18 = caucasian_blond + 12 = caucasian_ginger + 28 = caucasian_brown_hair + 20 = caucasian_dark_hair + 4 = slavic_blond + 3 = slavic_brown_hair + 1 = slavic_dark_hair + 3 = indian + 2 = south_indian + 5 = asian + 2 = arab + 2 = african + } +} + +weslander = { + color = { 255 130 89 } + + parents = { english } + created = 2100.1.1 + + ethos = ethos_communal + heritage = heritage_anglo_frisian + language = language_english + martial_custom = martial_custom_equal + traditions = { + tradition_ancient_miners + tradition_festivities + #tradition_longbow_competitions + #tradition_agrarian + tradition_fishermen + #tradition_castle_keepers + tradition_seafaring + tradition_practiced_pirates + } + + name_list = name_list_english + + coa_gfx = { english_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 25 = caucasian_blond + 15 = caucasian_ginger + 35 = caucasian_brown_hair + 25 = caucasian_dark_hair + } +} + +english = { #Used for parent cultures + color = { 255 38 56 } + + ethos = ethos_bureaucratic + heritage = heritage_west_germanic + language = language_anglic + martial_custom = martial_custom_male_only + traditions = { + tradition_hereditary_hierarchy + tradition_chivalry + tradition_castle_keepers + tradition_longbow_competitions + } + + name_list = name_list_english + + coa_gfx = { english_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 25 = caucasian_blond + 15 = caucasian_ginger + 35 = caucasian_brown_hair + 25 = caucasian_dark_hair + } +} + +#anglo_saxon = { +# color = { 0.8 0.3 0.3 } +# +# ethos = ethos_bureaucratic +# heritage = heritage_west_germanic +# language = language_anglic +# martial_custom = martial_custom_male_only +# traditions = { +# tradition_the_witenagemot +# tradition_city_keepers +# tradition_hird +# } +# +# name_list = name_list_anglo_saxon +# +# coa_gfx = { anglo_saxon_coa_gfx western_coa_gfx } +# building_gfx = { western_building_gfx } +# clothing_gfx = { northern_clothing_gfx } +# clothing_gfx = { western_clothing_gfx } +# unit_gfx = { western_unit_gfx } +# +# ethnicities = { +# 25 = caucasian_blond +# 15 = caucasian_ginger +# 35 = caucasian_brown_hair +# 25 = caucasian_dark_hair +# } +#} + +#old_saxon = { +# color = { 0.5 0.1 0.1 } +# +# ethos = ethos_bellicose +# heritage = heritage_west_germanic +# language = language_anglic +# martial_custom = martial_custom_male_only +# traditions = { +# tradition_things +# tradition_seafaring +# tradition_hird +# } +# +# dlc_tradition = { +# trait = tradition_malleable_invaders +# requires_dlc_flag = hybridize_culture +# } +# +# name_list = name_list_old_saxon +# +# coa_gfx = { western_coa_gfx } +# building_gfx = { western_building_gfx } +# clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx } +# unit_gfx = { western_unit_gfx } +# +# ethnicities = { +# 25 = caucasian_northern_blond +# 15 = caucasian_northern_ginger +# 35 = caucasian_northern_brown_hair +# 25 = caucasian_northern_dark_hair +# } +#} \ No newline at end of file diff --git a/N3OW/common/culture/cultures/NEOW_brythonic.txt b/N3OW/common/culture/cultures/NEOW_brythonic.txt new file mode 100644 index 00000000..13d96395 --- /dev/null +++ b/N3OW/common/culture/cultures/NEOW_brythonic.txt @@ -0,0 +1,281 @@ +cornish = { #Cornish + color = { 127 38 114 } + + ethos = ethos_communal + heritage = heritage_brythonic + language = language_brythonic + martial_custom = martial_custom_male_only + head_determination = head_determination_domain + traditions = { + tradition_fishermen + tradition_storytellers + tradition_ancient_miners + } + + name_list = name_list_NEOW_cornish + + coa_gfx = { welsh_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + house_coa_frame = house_frame_24 + house_coa_mask_offset = { 0.0 0.055 } + house_coa_mask_scale = { 0.9 0.9 } + + ethnicities = { + 5 = caucasian_blond + 30 = caucasian_ginger + 35 = caucasian_brown_hair + 30 = caucasian_dark_hair + } +} + +prytoneg = { + color = { 140 21 60 } + + created = 2050.1.1 + parents = { english welsh } + + ethos = ethos_stoic + heritage = heritage_brythonic + language = language_brittannic + martial_custom = martial_custom_equal + traditions = { + tradition_british_palace_politics + tradition_ancient_miners + tradition_fishermen + tradition_metal_craftsmanship + tradition_pastoralists + } + + name_list = name_list_prytoneg + + coa_gfx = { english_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 25 = caucasian_blond + 15 = caucasian_ginger + 35 = caucasian_brown_hair + 25 = caucasian_dark_hair + } +} + +scouseg = { + color = { 140 42 82 } + + created = 2100.1.1 + parents = { norflander welsh } + + ethos = ethos_courtly + heritage = heritage_brythonic + language = language_brittannic + martial_custom = martial_custom_equal + traditions = { + tradition_british_palace_politics + tradition_maritime_mercantilism + tradition_culture_blending + tradition_hard_working + tradition_parochialism + } + + name_list = name_list_scouseg + + coa_gfx = { english_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 25 = caucasian_blond + 15 = caucasian_ginger + 35 = caucasian_brown_hair + 25 = caucasian_dark_hair + } +} + +soueyrneg = { #Soufyrneg + color = { 114 17 41 } + + created = 2150.1.1 + parents = { souflander welsh } + + ethos = ethos_bureaucratic + heritage = heritage_brythonic + language = language_brittannic + martial_custom = martial_custom_equal + traditions = { + tradition_british_palace_politics + tradition_british_meritocracy + #tradition_british_armoires + tradition_seafaring + tradition_maritime_mercantilism + } + dlc_tradition = { + trait = tradition_ep3_cultivated_sophistication + requires_dlc_flag = roads_to_power + fallback = tradition_legalistic + } + + name_list = name_list_brittannic + + coa_gfx = { english_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 18 = caucasian_blond + 12 = caucasian_ginger + 28 = caucasian_brown_hair + 20 = caucasian_dark_hair + 4 = slavic_blond + 3 = slavic_brown_hair + 1 = slavic_dark_hair + 3 = indian + 2 = south_indian + 5 = asian + 2 = arab + 2 = african + } +} + +strafclideg = { + color = { 102 15 65 } + + created = 2200.1.1 + parents = { scottish welsh } + + ethos = ethos_bureaucratic + heritage = heritage_brythonic + language = language_brittannic + martial_custom = martial_custom_equal + traditions = { + tradition_british_palace_politics + tradition_parochialism + tradition_hard_working + tradition_british_meritocracy + tradition_strong_kinship + } + + name_list = name_list_strafclideg + + coa_gfx = { scottish_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { northern_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 5 = caucasian_blond + 30 = caucasian_ginger + 35 = caucasian_brown_hair + 30 = caucasian_dark_hair + } +} + +welsh = { #Cymry + color = { 94 34 114 } + + ethos = ethos_stoic + heritage = heritage_brythonic + language = language_brythonic + martial_custom = martial_custom_male_only + head_determination = head_determination_domain + traditions = { + tradition_poetry + #tradition_concubines + tradition_highland_warriors + tradition_pastoralists + #tradition_longbow_competitions + } + dlc_tradition = { + trait = tradition_staunch_traditionalists + requires_dlc_flag = hybridize_culture + } + + name_list = name_list_NEOW_welsh + + coa_gfx = { welsh_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + house_coa_frame = house_frame_24 + house_coa_mask_offset = { 0.0 0.055 } + house_coa_mask_scale = { 0.9 0.9 } + + ethnicities = { + 5 = caucasian_blond + 30 = caucasian_ginger + 35 = caucasian_brown_hair + 30 = caucasian_dark_hair + } +} + +cumbrian = { #here for backwards compatibility, dead at start + color = hsv { 0.64 0.6 0.72 } + + ethos = ethos_stoic + heritage = heritage_brythonic + language = language_brythonic + martial_custom = martial_custom_male_only + head_determination = head_determination_domain + traditions = { + tradition_poetry + tradition_concubines + tradition_highland_warriors + tradition_stalwart_defenders + } + + name_list = name_list_cumbrian + + coa_gfx = { scottish_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + house_coa_frame = house_frame_24 + house_coa_mask_offset = { 0.0 0.055 } + house_coa_mask_scale = { 0.9 0.9 } + + ethnicities = { + 5 = caucasian_blond + 30 = caucasian_ginger + 35 = caucasian_brown_hair + 30 = caucasian_dark_hair + } +} + +#pictish = { +# color = hsv { 0.58 1.00 0.72 } +# +# ethos = ethos_bellicose +# heritage = heritage_brythonic +# language = language_brythonic +# martial_custom = martial_custom_male_only +# head_determination = head_determination_domain +# traditions = { +# tradition_concubines +# tradition_poetry +# tradition_highland_warriors +# tradition_hill_dwellers +# } +# +# name_list = name_list_pictish +# +# coa_gfx = { scottish_coa_gfx western_coa_gfx } +# building_gfx = { western_building_gfx } +# clothing_gfx = { northern_clothing_gfx } +# clothing_gfx = { western_clothing_gfx } +# unit_gfx = { western_unit_gfx } +# house_coa_frame = house_frame_24 +# house_coa_mask_offset = { 0.0 0.055 } +# house_coa_mask_scale = { 0.9 0.9 } +# +# ethnicities = { +# 30 = caucasian_ginger +# 35 = caucasian_brown_hair +# 30 = caucasian_dark_hair +# } +#} \ No newline at end of file diff --git a/N3OW/common/culture/cultures/NEOW_scottish.txt b/N3OW/common/culture/cultures/NEOW_scottish.txt new file mode 100644 index 00000000..5e13aefe --- /dev/null +++ b/N3OW/common/culture/cultures/NEOW_scottish.txt @@ -0,0 +1,88 @@ +gaelic = { #Albannach + color = { 68 160 226 } + + ethos = ethos_bellicose + heritage = heritage_scottish + language = language_goidelic + martial_custom = martial_custom_equal + traditions = { + tradition_fishermen + tradition_hill_dwellers + tradition_highland_warriors + tradition_strong_kinship + tradition_fp1_performative_honour + } + + name_list = name_list_neow_scottish + + coa_gfx = { scottish_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { northern_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 5 = caucasian_blond + 30 = caucasian_ginger + 35 = caucasian_brown_hair + 30 = caucasian_dark_hair + } +} + +manx = { + color = { 60 125 55 } + + ethos = ethos_stoic + heritage = heritage_goidelic + language = language_goidelic + martial_custom = martial_custom_equal + traditions = { + tradition_seafaring + tradition_castle_keepers + tradition_maritime_mercantilism + tradition_fishermen + } + + name_list = name_list_neow_scottish + + coa_gfx = { irish_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { northern_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 5 = caucasian_blond + 30 = caucasian_ginger + 35 = caucasian_brown_hair + 30 = caucasian_dark_hair + } +} + +scottish = { + color = { 45 81 153 } + + ethos = ethos_bureaucratic + heritage = heritage_scottish + language = language_scots + martial_custom = martial_custom_male_only + traditions = { + tradition_parochialism + tradition_british_meritocracy + tradition_strong_kinship + tradition_maritime_mercantilism + tradition_staunch_traditionalists + } + + name_list = name_list_neow_scottish + + coa_gfx = { scottish_coa_gfx western_coa_gfx } + building_gfx = { western_building_gfx } + clothing_gfx = { western_clothing_gfx } + unit_gfx = { western_unit_gfx } + + ethnicities = { + 25 = caucasian_blond + 15 = caucasian_ginger + 35 = caucasian_brown_hair + 25 = caucasian_dark_hair + } +} diff --git a/N3OW/common/religion/holy_sites/00_holy_sites.txt b/N3OW/common/religion/holy_sites/00_holy_sites.txt new file mode 100644 index 00000000..97006be6 --- /dev/null +++ b/N3OW/common/religion/holy_sites/00_holy_sites.txt @@ -0,0 +1,4171 @@ + ############# +# Christian # +############# + +# novelist + +aachen = { + county = c_aachen + barony = b_aachen + + character_modifier = { + prowess_per_piety_level = 1 + knight_effectiveness_mult = 0.1 + } +} + +provence = { + county = c_bouches_du_rhone + barony = b_marseille + + character_modifier = { + martial = 1 + monthly_lifestyle_xp_gain_mult = 0.1 + } +} + +#concodantist + +maastricht = { + county = c_maastricht + barony = b_maastricht + + character_modifier = { + diplomacy_per_piety_level = 1 + } + flag = jerusalem_conversion_bonus # +20% County Conversion +} + +frankfurt = { + county = c_frankfurt + + character_modifier = { + name = holy_site_rome_effect_name + stewardship_per_piety_level = 1 + } +} + +luxembourg = { + county = c_luxembourg + + character_modifier = { + name = holy_site_schengen_effect_name + different_culture_opinion = 10 + } +} + +strassburg = { + county = c_strassburg + + character_modifier = { + name = holy_site_rome_effect_name + development_growth_factor = 0.1 + stewardship = 1 + } +} + +brussels = { + county = c_brabant + barony = b_brussels + + character_modifier = { + name = holy_site_rome_effect_name + development_growth_factor = 0.05 + sway_scheme_phase_duration_add = minor_scheme_phase_duration_bonus_value + } +} + +#Trench Singer + +cambrai = { + county = c_valenciennes + barony = b_cambrai + + character_modifier = { + name = holy_site_rome_effect_name + clergy_opinion = 5 + learning = 2 + } +} + +somme = { + county = c_somme + barony = b_corbie + + character_modifier = { + name = holy_site_rome_effect_name + learning_per_piety_level = 1 + monthly_piety_gain_mult = 0.05 + } +} + +verdun = { + county = c_bar + barony = b_verdun + + character_modifier = { + name = holy_site_verdun_effect_name + controlled_province_advantage = 5 + } +} + +ypres = { + county = c_brugge + barony = b_ypres + + character_modifier = { + name = holy_site_ypres_effect_name + defender_advantage = 5 + } +} + +#Thelema + +london = { + county = c_london + barony = b_gore + + character_modifier = { + development_growth_factor = 0.15 + } +} + +paris = { + county = c_ile_de_france + barony = b_paris + character_modifier = { + learning_per_prestige_level = 1 + monthly_piety_gain_mult = 0.1 + } +} + +cefalu = { + county = c_palermo + barony = b_cefalu + + character_modifier = { + fertility = 0.10 + stress_loss_mult = 0.1 + } + flag = jerusalem_conversion_bonus # +20% County Conversion +} + +lochness = { + county = c_inverness + barony = b_urquhart + + character_modifier = { + name = holy_site_bodh_gaya_effect_name + stress_loss_mult = 0.2 + } +} + + +# Wiccan + +stonehenge = { + county = c_wiltshire + + character_modifier = { + monthly_piety_gain_mult = 0.1 + stewardship_per_piety_level = 1 + } +} + +southhampton = { + county = c_hampton + barony = b_southampton + + character_modifier = { + learning = 2 + } +} + +cornwall = { + county = c_cornwall + barony = b_tintgalel + + character_modifier = { + defender_advantage = 5 + } +} + +warwick = { + county = c_warwickshire + + character_modifier = { + monthly_piety_gain_mult = 0.2 + } + flag = jerusalem_conversion_bonus # +20% County Conversion +} + +rennes = { + county = c_rennes + + character_modifier = { + monthly_piety_gain_mult = 0.2 + } + flag = jerusalem_conversion_bonus # +20% County Conversion +} + +bedford = { + county = c_bedford + + character_modifier = { + monthly_piety_gain_mult = 0.2 + } + flag = jerusalem_conversion_bonus # +20% County Conversion +} + +sussex = { + county = c_west_sussex + + character_modifier = { + monthly_piety_gain_mult = 0.2 + } + flag = jerusalem_conversion_bonus # +20% County Conversion +} + +#Presbytarian + +leath = { + county = c_lothian + barony = b_haddington + + character_modifier = { + martial = 1 + } +} + +edinburgh = { + county = c_lothian + + character_modifier = { + learning_per_prestige_level = 1 + } +} + +standrews = { + county = c_fife + barony = b_st_andrews + + character_modifier = { + learning_per_piety_level = 1 + } +} + +perth = { + county = c_gowrie + character_modifier = { + levy_size = 0.15 + } +} + +belfast = { + county = c_antrim + character_modifier = { + prowess_per_stress_level = 1 + } +} + + +# +dublin = { + county = c_dublin + + character_modifier = { + cultural_head_fascination_mult = 0.05 + monthly_county_control_growth_factor = 0.05 + } +} + +llandrindod = { + county = c_sir_faesyfed + + character_modifier = { + clergy_opinion = 10 + } +} + +# Johannic + +orleans = { + county = c_orleans + barony = b_orleans + + character_modifier = { + holy_order_hire_cost_mult = -0.1 + prowess_per_stress_level = 1 + } +} + +domremy = { + county = c_neufchateau + barony = b_neufchateau + + character_modifier = { + name = holy_site_domremy_effect_name + martial = 1 + } +} + +avignon = { + county = c_vaucluse + barony = b_avignon + + character_modifier = { + name = holy_site_avignon_effect_name + monthly_county_control_growth_factor = 0.1 + build_gold_cost = -0.10 + } +} + +rouen = { + county = c_rouen + barony = b_rouen + + character_modifier = { + name = holy_site_rouen_effect_name + knight_effectiveness_mult = 0.1 + stress_loss_mult = 0.1 + } +} + +reims = { + county = c_reims + barony = b_reims + + character_modifier = { + legitimacy_gain_mult = 0.05 + men_at_arms_maintenance_per_dread_mult = -0.002 + } +} + +# Catholic + +seville = { + county = c_sevilla + barony = b_sevilla + + character_modifier = { + name = holy_site_seville_effect_name + development_growth_factor = 0.1 + stewardship = 1 + } +} + +jerusalem = { + county = c_jerusalem + + character_modifier = { + monthly_piety_gain_mult = 0.2 + } + flag = jerusalem_conversion_bonus # +20% County Conversion +} + +rome = { + county = c_roma + barony = b_vaticano + + character_modifier = { + name = holy_site_rome_effect_name + development_growth_factor = 0.1 + stewardship = 1 + } +} + +cologne = { + county = c_cologne + + character_modifier = { + name = holy_site_cologne_effect_name + cultural_head_fascination_mult = 0.05 + monthly_county_control_growth_factor = 0.05 + } +} + +lourdes = { + county = c_bigorre + barony = b_tarbes + + character_modifier = { + name = holy_site_lourdes_effect_name + health = 0.1 + clergy_opinion = 10 + } +} + +lisieux = { + county = c_bayeux + barony = b_lisieux + + character_modifier = { + name = holy_site_lisieux_effect_name + county_opinion_add = 10 + monthly_piety_gain_mult = 0.1 + } +} + +santiago = { + county = c_coruna + + character_modifier = { + name = holy_site_santiago_effect_name + supply_duration = 0.2 + holy_order_hire_cost_mult = -0.1 + } +} + +kent = { + county = c_kent + barony = b_canterbury + + character_modifier = { + name = holy_site_kent_effect_name + religious_vassal_opinion = 5 + sway_scheme_phase_duration_add = minor_scheme_phase_duration_bonus_value + } +} + +segrada_familia = { + county = c_barcelona + is_active = no + + character_modifier = { + name = holy_site_segrada_familia_effect_name + monthly_piety_gain_mult = 0.1 + } +} + +### Britannic + +#Leviathan +manchester = { + county = c_cheshire + barony = b_manchester + + character_modifier = { + name = holy_site_manchester_effect_name + monthly_county_control_growth_factor = 0.5 + holy_order_hire_cost_mult = -0.1 + } +} + +sunderland = { + county = c_tyne_and_wear + barony = b_sunderland + + character_modifier = { + name = holy_site_wallsey_effect_name + build_gold_cost = -0.10 + } +} + +lyme_regis = { + county = c_dorset + barony = b_lyme + + character_modifier = { + name = holy_site_lyme_regis_effect_name + learning_per_prestige_level = 1 + } +} + +cardiff = { + county = c_glamorgan + barony = b_cardiff + + character_modifier = { + name = holy_site_cardiff_effect_name + county_opinion_add = 5 + different_culture_opinion = 5 + } +} + +#Jack Tar, Royal Thelema, Victorian +portsmouth = { + county = c_hampton + + character_modifier = { + name = holy_site_portsmouth_effect_name + army_maintenance_mult = -0.05 + martial_per_prestige_level = 1 + } +} + +scapa_flow = { + county = c_orkney + + character_modifier = { + name = holy_site_portsmouth_effect_name + army_maintenance_mult = -0.10 + supply_duration = 0.2 + } +} + +london_east_end = { + county = c_london + barony = b_east_end + character_modifier = { + name = holy_site_portsmouth_effect_name + army_maintenance_mult = -0.10 + supply_duration = 0.2 + } +} +gibraltar = { + county = c_gibraltar + + character_modifier = { + name = holy_site_portsmouth_effect_name + coastal_advantage = 8 + } +} + +malta = { + county = c_malta + + character_modifier = { + name = holy_site_portsmouth_effect_name + army_maintenance_mult = -0.10 + supply_duration = 0.2 + } +} + +#Alexandria - to do + + +# Orthodox +constantinople = { + county = c_byzantion + + character_modifier = { + name = holy_site_constantinople_effect_name + cultural_head_fascination_mult = 0.15 + } +} + +alexandria = { + county = c_alexandria + + character_modifier = { + name = holy_site_alexandria_effect_name + learning_per_piety_level = 1 + } +} + +antioch = { + county = c_antiocheia + + character_modifier = { + name = holy_site_antioch_effect_name + martial_per_piety_level = 1 + knight_effectiveness_mult = 0.1 + } +} + + +kent = { + county = c_kent + barony = b_canterbury + + character_modifier = { + name = holy_site_kent_effect_name + religious_vassal_opinion = 5 + sway_scheme_phase_duration_add = minor_scheme_phase_duration_bonus_value + } +} + +segrada_familia = { + county = c_barcelona + is_active = no + + character_modifier = { + name = holy_site_segrada_familia_effect_name + monthly_piety_gain_mult = 0.1 + } +} + +# Orthodox +constantinople = { + county = c_byzantion + + character_modifier = { + name = holy_site_constantinople_effect_name + cultural_head_fascination_mult = 0.15 + } +} + +alexandria = { + county = c_alexandria + + character_modifier = { + name = holy_site_alexandria_effect_name + learning_per_piety_level = 1 + } +} + +antioch = { + county = c_antiocheia + + character_modifier = { + name = holy_site_antioch_effect_name + martial_per_piety_level = 1 + knight_effectiveness_mult = 0.1 + } +} + + +# Coptic + +aksum = { + county = c_tigre #Ethiopian Coptic Church + + character_modifier = { + name = holy_site_aksum_effect_name + diplomacy_per_piety_level = 1 + } +} + +napata = { + county = c_meroe #Nubian Coptic Church + + character_modifier = { + name = holy_site_napata_effect_name + stewardship = 1 + } +} + +# Armenian + +### Kept old holy site tag for save game compatibility +suenik = { + county = c_suenik #Site of the biggest Armenian church in Dvin + + character_modifier = { + name = holy_site_dwin_effect_name + monthly_piety_gain_mult = 0.05 + learning = 1 + } +} + +dvin = { + county = c_dvin #Site of the biggest Armenian church in Dvin + + character_modifier = { + name = holy_site_dwin_effect_name + monthly_piety_gain_mult = 0.05 + learning = 1 + } +} + +colonea = { + county = c_colonea #Where St. Gregory the Illuminator's body was taken after his death(he died close to Dwin). + + character_modifier = { + name = holy_site_koloneia_effect_name + direct_vassal_opinion = 5 + } +} + +beirut = { + county = c_beirut #Site of St. Jude's Martyrdom, also Mount Lebanon/Jabal al-Druze, an important Druze community. + + character_modifier = { + name = holy_site_beirut_effect_name + councillor_opinion = 5 + } +} + +# Nestorian + +baghdad = { + county = c_baghdad #Patriarchical seat of Nestorianism, also origin of the Sunni Caliphate and holy in Shia Islam + + character_modifier = { + name = holy_site_baghdad_effect_name + development_growth_factor = 0.1 + church_holding_build_gold_cost = -0.1 + } +} +farz = { + county = c_shiraz #Early community of Nestorians which was part of the Nestorian heartland. + + character_modifier = { + name = holy_site_farz_effect_name + diplomacy_per_piety_level = 1 + } +} +kerala = { + county = c_kerala #St. Thomas Christians. Gotta give this one a *big* bonus - conversion speed maybe?? + + flag = kerala_conversion_bonus # +50% County Conversion Speed +} + +# Insular Celtic +## The ecclesiastic capital of Ireland, and site of St. Patrick's primary church. +armagh = { + county = c_armagh + + character_modifier = { + name = holy_site_armagh_effect_name + monthly_piety_gain_mult = 0.05 + learning_per_piety_level = 1 + } +} +## Monastery of Colm Cille, directly responsible for converting Scotland (then Pictland) & Northumbria. Still operating today, actually. +iona = { + county = c_inner_hebrides + + # +20% County Conversion Speed in the British Isles + flag = iona_conversion_bonus +} +## Mountain where patrick fasted and banished the snakes, Pilgramage Site +croagh_patrick = { + county = c_mayo + + character_modifier = { + supply_duration = 0.2 + prowess_per_stress_level = 1 + } +} +## St Patrick Purgatory, Pilgramage site +lough_derg = { + county = c_ailech + + character_modifier = { + monthly_piety_gain_mult = 0.15 + } +} + +####Druidry#### + +###Gorsedd + +wistman_wood = { + county = c_devon + barony = b_oakhampton + + character_modifier = { + monthly_piety_gain_mult = 0.15 + } +} + +fortingall_yew = { + county = c_atholl + + character_modifier = { + stewardship_per_piety_level = 1 + fertility = 0.1 + } +} + +glastonbury = { + county = c_somerset + barony = b_frome + + character_modifier = { + prowess_per_piety_level = 1 + max_combat_roll = 4 + } +} + +anglesey = { + county = c_anglesey + + character_modifier = { + learning_per_piety_level = 1 + learning = 1 + } +} +###Irish Druids + +tara = { + county = c_meath + + character_modifier = { + legitimacy_gain_mult = 0.05 + levy_size = 0.1 + } +} + +rathcroghan= { + county = c_roscommon + + character_modifier = { + legitimacy_gain_mult = 0.05 + fertility = 0.05 + } +} + +carrowmore = { + county = c_breifne + barony = b_sligo + + character_modifier = { + build_gold_cost = -0.05 + } +} + +greenan ={ + county = c_ailech + barony = b_raphoe + + # 50% County Conversion Resistance + flag = visoki_conversion_resistance_bonus +} + +beaghmore ={ + county = c_tyrone + barony = b_strabane + character_modifier = { + monthly_prestige_gain_per_knight_mult = 0.02 + knight_effectiveness_mult = 0.1 + } +} + +lough_gur ={ + county = c_thomond + + character_modifier = { + diplomacy_per_prestige_level = 1 + knight_effectiveness_mult = 0.1 + } +} + +# Bosnian Church + +## The heart of rural Bosnia, and so of the faith. +visoki = { + county = c_rama + + # 50% County Conversion Resistance + flag = visoki_conversion_resistance_bonus +} + +## Seat of the Archbishop of Ragusa, the diocese under which the Bishopric of Bosnia fell, and whose political support allowed them to stay largely independent of Rome. +ragusa = { + county = c_ragusa + + character_modifier = { + name = holy_site_ragusa_effect_name + diplomacy = 1 + } +} + +## The Hungarian capital for their conversion to Christianity. As one of the primary powers that persecuted the Bosnian Church in later centuries, controlling it gives some popular authority to the faith. +esztergom = { + county = c_esztergom + + character_modifier = { + name = holy_site_esztergom_effect_name + county_opinion_add = 10 + } +} + +## Cathers were also referred to as Albigensians, after the city Albi where the movement first took hold. +albi = { + county = c_albi + + character_modifier = { + name = holy_site_albi_effect_name + monthly_piety_gain_mult = 0.05 + learning_per_piety_level = 1 + } +} + +# Mozarabic Church +## Rome, Jerusalem, and Santiago for the usual reasons. +## Cordoba for being the seat of their Muwalladi rulers, and thus a powerful symbol of control. +## Toledo, as the primary centre of worship for much of the church's history, and the seat of its most important councils. +toledo_mozarabic = { + county = c_toledo + + character_modifier = { + name = holy_site_toledo_mozarabic_effect_name + prowess_per_piety_level = 1 + knight_effectiveness_mult = 0.1 + } +} + +# Mozarabic Church +## Rome, & Santiago for the usual reasons. +## Toledo, for Elipandus and the independence of Mozarabism. +## Carthage, for the Donatists whose rigorous character may well have been the early building blocks for Iberian adoptionism. +carthage_adoptionist = { + county = c_tunis + + character_modifier = { + name = holy_site_carthage_effect_name + same_faith_opinion = 10 + } +} +## Lyon, for the latter part of Felix of Urgell's life (plus as an interesting/unusual point of conflict). +### Urgell omitted because Felix *was* its bishop, but it wasn't ever strictly a focal point for his teachings or memory. He was generally pretty mobile, with the exception of the years he spent under house/town arrest in Lyon. +lyon = { + county = c_lyon + + character_modifier = { + name = holy_site_lyon_effect_name + learning_per_piety_level = 1 + } +} +## Honourable mention to c_asturias_de_santillana for Beatus of Liebana, but it's too close to several of their other holy sites. + +############# +# Islam # +############# + +# Ash'ari (Sunni) +mecca = { + county = c_mecca + + character_modifier = { + name = holy_site_mecca_effect_name + monthly_piety_gain_per_knight_mult = 0.02 + knight_effectiveness_mult = 0.1 + } +} + +medina = { + county = c_medina + + character_modifier = { + name = holy_site_medina_effect_name + diplomacy_per_piety_level = 1 + } +} + +# Muwalladi (Iberian Sunni) + +cordoba = { + county = c_cordoba + + flag = cordoba_conversion_bonus # +20% county conversion speed +} + +sinai = { + county = c_sinai + + character_modifier = { + name = holy_site_sinai_effect_name + desert_mountains_advantage = 5 + learning = 1 + } +} + +# Masmudism/Almohadism + +tinmallal = { + county = c_tinmallal + + character_modifier = { + name = holy_site_tinmallal_effect_name + prowess_per_piety_level = 1 + max_combat_roll = 4 + } +} + +fes = { + county = c_fes + barony = b_subu + + character_modifier = { + name = holy_site_fes_effect_name + cultural_head_fascination_mult = 0.1 + } +} + +# Isma'ili (Shia) + +nadjaf = { + county = c_kufa + barony = b_an-najaf + + character_modifier = { + name = holy_site_nadjaf_effect_name + diplomacy_per_piety_level = 1 + } +} + +damascus = { + county = c_damascus + + character_modifier = { + name = holy_site_damascus_effect_name + levy_size = 0.05 + monthly_county_control_growth_factor = 0.1 + } +} + + +# Muhakkima + +siffa = { # Location of the Battle of Siffa, where the Muhakkimas branched off from the other Islamic schools. + county = c_palmyra + + character_modifier = { + name = holy_site_siffa_effect_name + prowess = 2 + knight_effectiveness_mult = 0.2 + } +} + +kufa = { + county = c_kufa + + character_modifier = { + name = holy_site_kufa_effect_name + intrigue_per_piety_level = 1 + } +} + +# Ibadi ( Omani Muhakkima ) + +basra = { # Location where the Ibadi school of thought originated. + county = c_basra + + character_modifier = { + name = holy_site_basra_effect_name + learning = 2 + } +} + +nizwa = { # Where the Ibadi took refuge after being exiled. + county = c_nizwa + + character_modifier = { + name = holy_site_nizwa_effect_name + stewardship_per_piety_level = 1 + } +} + +# Sufri ( Moroccan Muhakkima ) + +sijilmasa = { + county = c_sijilmasa + + character_modifier = { + name = holy_site_sijilmasa_effect_name + diplomacy = 1 + stewardship = 1 + } +} + +# Nadjat ( Bahrain Muhakkima ) + +bahrein = { + county = c_qatif + + character_modifier = { + name = holy_site_bahrein_effect_name + stewardship = 1 + } +} + +yamama = { + county = c_yamama + + character_modifier = { + name = holy_site_yamama_effect_name + desert_advantage = 5 + } +} + +# Nizari + +qom = { + county = c_qom + + character_modifier = { + name = holy_site_qom_effect_name + intrigue_per_piety_level = 1 + } +} + +# Yazidi + +sinjar = { # Location of great communal importance, with multiple shrines. + county = c_sinjar + + character_modifier = { + name = holy_site_sinjar_effect_name + diplomacy_per_piety_level = 1 + } +} + +baalbek = { # Birthplace of Sheikh Adi, who was renowned his great asceticism as well as performing multiple miracles. + county = c_baalbek + + character_modifier = { + name = holy_site_sinjar_effect_name + clergy_opinion = 10 + monthly_prestige_gain_mult = 0.2 + } +} + +lalish = { # Tomb of Sheikh Adi. Considered by some to be the holiest site is Yazidism. + county = c_ninive + + character_modifier = { + name = holy_site_lalish_effect_name + learning_per_piety_level = 1 + monthly_piety_gain_mult = 0.2 + } +} + +nishapur = { #See also Behafaridism, since it was Behafar's birthplace. + county = c_nishapur + + character_modifier = { + name = holy_site_nishapur_effect_name + stewardship_per_piety_level = 1 + } +} + +dashtestan = { + county = c_mandestan + + character_modifier = { + name = holy_site_dashtestan_effect_name + same_faith_opinion = 5 + } +} + +# Druze +zozan = { + county = c_bakharz # Birthplace of Hamza ibn-'Ali ibn-Ahmad + + character_modifier = { + name = holy_site_zozan_effect_name + same_faith_opinion = 5 + domain_tax_same_faith_mult = 0.1 + } +} + +############# +# Judaism # +############# + +semien = { + county = c_semien + + character_modifier = { + name = holy_site_semien_effect_name + defender_advantage = 5 + diplomacy = 1 + } +} + +sufed = { + county = c_acre + + character_modifier = { + name = holy_site_sufed_effect_name + same_faith_opinion = 10 + } +} + +gerizim = { + county = c_jerusalem + barony = b_nablus + + character_modifier = { + name = holy_site_gerizim_effect_name + learning_per_piety_level = 1 + monthly_prestige_gain_mult = 0.2 + } +} + +panticapaeum = { #Major Radhanite settlement on the Steppe + county = c_kerch + + character_modifier = { + name = holy_site_panticapaeum_effect_name + world_steppe_development_growth_factor = 0.25 #Make the steppe suck less + steppe_development_growth_factor = 0.15 #Make steppe terrain suck even more lesserer + } +} + +itil = { #Khazar capital + county = c_itil + + character_modifier = { + name = holy_site_itil_effect_name + different_culture_opinion = 10 + cultural_head_acceptance_gain_mult = 0.15 + } +} + +kochi = { #Place from which the Kochin Jews get their name + county = c_kerala + barony = b_kunjakari + + character_modifier = { + name = holy_site_kochi_effect_name + diplomacy_per_piety_level = 1 + cultural_head_acceptance_gain_mult = 0.15 + } +} + +manipur = { #Home of the Bnei Manashae + county = c_manipur + + character_modifier = { + name = holy_site_manipur_effect_name + mountains_development_growth_factor = 0.2 + mountains_advantage = 5 + } +} + +hamadan = { # Tomb of Esther and Modechai + county = c_hamadan + barony = b_hamadan + + character_modifier = { + name = holy_site_hamadan_effect_name + different_faith_opinion = 10 + monthly_lifestyle_xp_gain_mult = 0.15 + } +} + +babylon = { # Babylon was very important in early Judaism, where the Babylonian Talmud was written + county = c_kufa + barony = b_al-hila + + character_modifier = { + name = holy_site_babylon_effect_name + development_growth_factor = 0.1 + cultural_head_fascination_mult = 0.1 + } +} + +############# +# Dualism # +############# + +# Manichaeism + +ahvaz = { + county = c_ahvaz + + character_modifier = { + name = holy_site_ahvaz_effect_name + clergy_opinion = 5 + personal_scheme_phase_duration_add = minor_scheme_phase_duration_bonus_value + } +} + +samarkand = { + county = c_samarkand + + character_modifier = { + name = holy_site_samarkand_effect_name + stewardship_per_piety_level = 1 + } +} + +udabhanda = { + county = c_udabhanda + + character_modifier = { + name = holy_site_udabhanda_effect_name + learning_per_piety_level = 1 + } +} + +# Priscillianism + +toledo = { + county = c_toledo + + character_modifier = { + name = holy_site_toledo_effect_name + learning = 1 + } + +} + +memphis = { + county = c_cairo + barony = b_hulwan-cairo + + character_modifier = { + name = holy_site_memphis_effect_name + stewardship_per_piety_level = 1 + } +} + + +############# +# Eastern # +############# + +#Buddhist + +bodh_gaya = { # Where Buddha reached enlightenment + county = c_gaya + + character_modifier = { + name = holy_site_bodh_gaya_effect_name + stress_loss_mult = 0.2 + } +} + +kusinagara = { # Where Buddha was born - Actually Lumbini but that was not known at this time + county = c_lumbini + + character_modifier = { + name = holy_site_kusinagara_effect_name + fertility = 0.10 + monthly_lifestyle_xp_gain_mult = 0.15 + } +} + +sarnath = { # Where Buddha first taught his diciples. Also the #1 most holy site in Hinduism (Varanasi) + county = c_varanasi + + character_modifier = { + name = holy_site_sarnath_effect_name + learning = 2 + } +} + +sanchi = { # Important temple complex + county = c_vidisa + + character_modifier = { + name = holy_site_sanchi_effect_name + diplomacy_per_piety_level = 1 + } +} + +ajanta = { # Caves & stone-cut temples, proto-Indian cave art. + county = c_vatsagulma + + character_modifier = { + name = holy_site_ajanta_effect_name + negate_learning_penalty_add = 2 + learning_per_piety_level = 1 + } +} + +sagya = { # Sa'gya - Holy Site for Lamaism/Nangchos + county = c_sagya + + character_modifier = { + name = holy_site_sagya_effect_name + diplomacy = 1 + learning = 1 + } +} + +dagon = { # Shwedagon Pagoda - A sacred stupa built around year 500 + county = c_dagon + + character_modifier = { + name = holy_site_dagon_effect_name + martial_per_piety_level = 1 + } +} + +pagan = { # Shwedagon Pagoda - A sacred stupa built around year 500 + county = c_pagan + + character_modifier = { + name = holy_site_pagan_effect_name + stewardship = 1 + monthly_prestige_gain_mult = 0.05 + } +} + +ava = { # Mahamuni Buddhist Temple near present-day Mandalay + county = c_ava + + character_modifier = { + name = holy_site_ava_effect_name + stewardship = 1 + knight_effectiveness_mult = 0.05 + } +} + +sittaung = { # Kyaiktiyo Pagoda - Golden Balancing Rock on a mountain + county = c_sittaung + + character_modifier = { + name = holy_site_sittaung_effect_name + advantage_against_coreligionists = 1 + artifact_decay_reduction_mult = -0.2 + } +} + +atamasthana = { # Atamasthana, or the Eight sacred places, are locations visited by Buddha in Anuradhapura + county = c_phiti + + character_modifier = { + name = holy_site_atamasthana_effect_name + domain_tax_mult = 0.02 + } +} + +amaravati = { # Amaravati - An important place for the early spread and development of Mahayana + county = c_nallamala + + character_modifier = { + name = holy_site_amaravati_effect_name + monthly_county_control_growth_factor = 0.1 + } +} + +#Hindu + +varanasi = { # Sarnath, where Buddha first taught his disciples. Also a holy site in Buddhism (Sarnath) + county = c_varanasi + + character_modifier = { + name = holy_site_varanasi_effect_name + learning = 2 + clergy_opinion = 5 + } +} + +ayodhya = { + county = c_ayodhya + + character_modifier = { + name = holy_site_ayodhya_effect_name + monthly_piety_gain_per_knight_mult = 0.01 + knight_effectiveness_mult = 0.1 + } +} + +mathura = { + county = c_mathura + + character_modifier = { + name = holy_site_mathura_effect_name + diplomacy = 1 + powerful_vassal_opinion = 5 + } +} + +haridwar = { + county = c_sthanisvara + + character_modifier = { + name = holy_site_haridwar_effect_name + health = 0.1 + } +} + +kanchipuram = { + county = c_kanchipuram + + character_modifier = { + name = holy_site_kanchipuram_effect_name + fertility = 0.15 + } +} + +ujjayini = { + county = c_ujjayini + + character_modifier = { + name = holy_site_ujjayini_effect_name + stewardship = 1 + courtier_and_guest_opinion = 5 + } +} + +dwarka = { + county = c_dvaraka + + character_modifier = { + name = holy_site_dwarka_effect_name + martial = 1 + hard_casualty_modifier = -0.1 + } +} + +puri = { + county = c_puri + + character_modifier = { + name = holy_site_puri_effect_name + monthly_piety_gain_mult = 0.05 + learning_per_piety_level = 1 + } +} + +badrinath = { + county = c_garwhal + barony = b_uttarkashi + + character_modifier = { + name = holy_site_badrinath_effect_name + short_reign_duration_mult = -0.25 + vassal_opinion = 3 + } +} + +shringeri = { + county = c_banavasi + barony = b_shringeri + + character_modifier = { + name = holy_site_shringeri_effect_name + stewardship_per_piety_level = 1 + } +} + +konarak = { + county = c_kataka + barony = b_konarak + + character_modifier = { + name = holy_site_konarak_effect_name + development_growth_factor = 0.1 + church_holding_build_gold_cost = -0.1 + } +} + +#Southeast Asia +angkor = { #Shaivism + county = c_angkor + + character_modifier = { + name = holy_site_angkor_effect_name + tributary_opinion = 5 + jungle_construction_gold_cost = -0.1 + } +} + +bantey_srei = { #Vaishnavism + county = c_angkor + + character_modifier = { + name = holy_site_bantey_srei_effect_name + county_opinion_add = 5 + great_project_build_speed = -0.05 + } +} + +borobudur = { #Mahayana + county = c_JAV_mataram + barony = b_JAV_Borobodur + + character_modifier = { + name = holy_site_borobudur_effect_name + monthly_piety_gain_per_knight_mult = 0.01 + knight_effectiveness_mult = 0.1 + } +} + +muara_takus = { #Vajrayana + county = c_SUM_muara_takus + barony = b_SUM_Muara_Takus + + character_modifier = { + name = holy_site_muara_takus_effect_name + tributary_opinion = 5 + temple_citadel_holding_build_gold_cost = -0.1 + } +} + +prambanan = { #Shaivism & Krishnaism + county = c_JAV_mataram + barony = b_JAV_Mataram + + character_modifier = { + name = holy_site_prambanan_effect_name + different_culture_opinion = 10 + } +} + +kalasan = { #Vajrayana & Mahayana + county = c_JAV_mataram + barony = b_JAV_Mataram + + character_modifier = { + name = holy_site_kalasan_effect_name + diplomacy = 1 + powerful_vassal_opinion = 5 + } +} + +preah_vihear = { #Shaivism + county = c_prea_vihear + barony = b_prea_vihear + + character_modifier = { + name = holy_site_preah_vihear_effect_name + jungle_development_growth_factor = 0.2 + county_opinion_add = 5 + } +} + +my_son = { #Shaivism + county = c_indrapura + barony = b_my_son + + character_modifier = { + name = holy_site_my_son_effect_name + monthly_prestige_gain_per_knight_mult = 0.01 + build_prestige_cost = -0.15 + } +} + +bayon = { #Mahayana + county = c_angkor + + character_modifier = { + name = holy_site_bayon_effect_name + wetlands_development_growth_factor = 0.2 + county_opinion_add = 5 + } +} + +bumiayu = { #Shaivism + county = c_SUM_palembang + barony = b_SUM_Musi + + character_modifier = { + name = holy_site_bumiayu_effect_name + clergy_opinion = 5 + monthly_piety_gain_mult = 0.1 + } +} + +khao_khlang_nai = { #Vaishnavism + county = c_lop_buri + barony = b_sri_thep + + character_modifier = { + name = holy_site_khao_khlang_nai_effect_name + tributary_opinion = 5 + temple_citadel_holding_build_gold_cost = -0.1 + } +} + +bupaya = { #Theravada + county = c_pagan + barony = b_pagan + + character_modifier = { + name = holy_site_bupaya_effect_name + monthly_piety_gain_mult = 0.1 + } +} + +#Jain + +palitana = { + county = c_somnath + + character_modifier = { + name = holy_site_palitana_effect_name + monthly_piety_gain_mult = 0.1 + } +} + +shikharj = { + county = c_radha + + character_modifier = { + name = holy_site_shikharj_effect_name + stress_loss_mult = 0.2 + life_expectancy = 1 + } +} + +ranakpur = { + county = c_naddula + + character_modifier = { + name = holy_site_ranakpur_effect_name + stewardship = 1 + sway_scheme_phase_duration_add = medium_scheme_phase_duration_bonus_value + } +} + +ellora = { + county = c_vatsagulma + + character_modifier = { + name = holy_site_ellora_effect_name + county_opinion_add = 5 + different_culture_opinion = 5 + } +} + +sittannavasal = { + county = c_kongu + + character_modifier = { + name = holy_site_sittannavasal_effect_name + direct_vassal_opinion = 5 + } +} + +#Tani + +itanagar = { + county = c_itanagar + + character_modifier = { + name = holy_site_itanagar_effect_name + monthly_prestige_gain_mult = 0.1 + } +} + +pemako = { + county = c_pemako + + character_modifier = { + name = holy_site_pemako_effect_name + learning = 1 + tyranny_gain_mult = -0.2 + } +} + +rima = { + county = c_rima + + character_modifier = { + name = holy_site_rima_effect_name + diplomacy_per_prestige_level = 1 + } +} + +tezu = { + county = c_tezu + + character_modifier = { + name = holy_site_tezu_effect_name + hills_advantage = 5 + } +} + +#Mundhum + +kathmandu = { + county = c_kathmandu + + character_modifier = { + name = holy_site_kathmandu_effect_name + county_opinion_add = 5 + different_faith_opinion = 5 + } +} + +ilam = { + county = c_ilam + + character_modifier = { + name = holy_site_ilam_effect_name + mountains_advantage = 5 + } +} + +garwhal = { + county = c_garwhal + + character_modifier = { + name = holy_site_garwhal_effect_name + diplomacy_per_piety_level = 1 + } +} + +jumla = { + county = c_jumla + + character_modifier = { + name = holy_site_jumla_effect_name + dynasty_house_opinion = 5 + } +} + +#Qiangic/Hsexje + +maowun = { + county = c_hanzhou + + character_modifier = { + name = holy_site_maowun_effect_name + monthly_piety_gain_per_knight_mult = 0.01 + } +} + +ngawa = { + county = c_ngawa + + character_modifier = { + name = holy_site_ngawa_effect_name + learning_per_piety_level = 1 + } +} + +chakla = { + county = c_chakla + + character_modifier = { + name = holy_site_chakla_effect_name + build_speed = -0.15 + } +} + +gyaitang = { + county = c_gyaitang + + character_modifier = { + name = holy_site_gyaitang_effect_name + same_culture_opinion = 5 + } +} + +rebgong = { + county = c_rebgong + + character_modifier = { + name = holy_site_rebgong_effect_name + monthly_piety_gain_per_happy_powerful_vassal_mult = 0.02 + } +} + +xingqing = { + county = c_lingzhou + + character_modifier = { + name = holy_site_xingqing_effect_name + same_faith_opinion = 5 + } +} + +yijinai = { + county = c_tongcheng + + character_modifier = { + name = holy_site_yijinai_effect_name + build_gold_cost = -0.05 + } +} + +alxa = { + county = c_alxa + + character_modifier = { + name = holy_site_alxa_effect_name + stewardship = 1 + } +} + +############### +# Zoroastrian # +############### + +yazd = { + county = c_yazd + + character_modifier = { + name = holy_site_yazd_effect_name + same_faith_opinion = 5 + } +} + + +nok_kundi = { + county = c_riqan + + character_modifier = { + name = holy_site_nok_kundi_effect_name + build_gold_cost = -0.1 + stewardship = 1 + } +} + +adur_farnbag = { + county = c_irahistan + barony = b_kariyan + + character_modifier = { + name = holy_site_adur_farnbag_effect_name + learning = 1 + clergy_opinion = 5 + } +} + +adur_burzen_mihr = { + county = c_nishapur + barony = b_rivand + + character_modifier = { + name = holy_site_adur_burzen_mihr_effect_name + drylands_development_growth_factor = 0.2 + county_opinion_add = 5 + } +} + +takht-i-sangin = { + county = c_wakhsh + barony = b_awzaj + + character_modifier = { + name = holy_site_takht-i-sangin_effect_name + diplomacy = 1 + clergy_opinion = 5 + } +} + +takht-e_soleyman = { + county = c_urmiya + + character_modifier = { + name = holy_site_takht-e_soleyman_effect_name + monthly_piety_gain_per_knight_mult = 0.01 + knight_effectiveness_mult = 0.2 + } +} + +ushi-darena = { + county = c_baduspan + + character_modifier = { + name = holy_site_ushi-darena_effect_name + monthly_piety_gain_mult = 0.1 + } +} + +mount_damavand = { #A mountain in ancient Iranian legend, where the hero Faridun imprisoned the dragon Zahhak + county = c_baduspan + barony = b_firrim + + character_modifier = { + name = holy_site_damavand_effect_name + prowess_per_stress_level = 2 + } +} + +badd = { #Site of Babak Khorammdin Fort, and the khurramite last stand + county = c_tabriz + barony = b_ahar + + character_modifier = { + name = holy_site_badd_effect_name + advantage_against_coreligionists = 5 + supply_duration = 0.2 + } +} + +ctesiphon = { #Important site for Mazdakism + county = c_baghdad + barony = b_an-nahrawan + + character_modifier = { + name = holy_site_ctesiphon_effect_name + monthly_prestige_gain_mult = 0.1 + learning = 1 + } +} + +ani = { #Great temple site in Zoroastrian Armenia + county = c_hayk + barony = b_ani + + character_modifier = { + name = holy_site_ani_effect_name + direct_vassal_opinion = 5 + } +} + +mizdahqan = { #Zoroastrian centre in Khwarezmia, large necropolis + county = c_kurdar + barony = b_mizdahqan + + character_modifier = { + name = holy_site_mizdahqan_effect_name + learning_per_stress_level = 1 + } +} + +dunhuang = { #Sogdian Zoroastrian and early Buddhist centre on the Silk Road in China + county = c_dunhuang + + character_modifier = { + name = holy_site_dunhuang_effect_name + desert_development_growth_factor = 0.10 + drylands_development_growth_factor = 0.10 + learn_language_scheme_phase_duration_add = medium_scheme_phase_duration_bonus_value + } +} + +##################### +# Eurasian Pagan # +##################### + +# Norse +## Uppsala + # Site of Scandinavia's pre-eminent temple, both pre & post Christianisation. +## Lejre + # (Retired) Hrólfr's Hall, a legendary king. +## Paderborn + # Site of Saxon Irminsul. +## Zeeland + # (Retired) Focal point for an old major Germanic cult. Probably. +## Ranaheim + # Important religious site in assorted sagas. +## York + # Focal point for Norse activities in the British Isles, place of Ragnar's "martyrdom" (and subsequently suddenly genealogically important for half of Scandinavia's nobility). +## Kiev + # Focal point for Norse activities in Russia & symbolic of their influence in the east. + +uppsala = { + county = c_upland + + character_modifier = { + name = holy_site_uppsala_effect_name + monthly_piety_gain_per_knight_mult = 0.01 + heavy_infantry_damage_mult = 0.05 + } +} + +lejre = { + county = c_sjaelland + + character_modifier = { + name = holy_site_lejre_effect_name + knight_effectiveness_mult = 0.2 + prowess_per_piety_level = 1 + } +} + +paderborn = { + county = c_paderborn + + character_modifier = { + name = holy_site_paderborn_effect_name + stewardship_per_piety_level = 1 + fertility = 0.1 + } +} + +zeeland = { + county = c_zeeland + + character_modifier = { + name = holy_site_zeeland_effect_name + prowess_per_piety_level = 1 + supply_duration = 0.2 + } +} + +ranaheim = { + county = c_trandheim + + character_modifier = { + name = holy_site_ranaheim_effect_name + men_at_arms_maintenance = -0.05 + } +} + +jorvik = { + county = c_north_riding + barony = b_yarlestre + + character_modifier = { + name = holy_site_jorvik_effect_name + knight_effectiveness_mult = 0.2 + prowess_per_piety_level = 1 + } +} + +konugardr = { + county = c_kiev + + character_modifier = { + name = holy_site_konugardr_effect_name + prowess_per_piety_level = 1 + supply_duration = 0.2 + } +} + +# Finnish + +raivola = { + county = c_kakisalmi + + character_modifier = { + name = holy_site_raivola_effect_name + monthly_piety_gain_per_happy_powerful_vassal_mult = 0.02 + } +} + +hiiumaa = { + county = c_osel + barony = b_hiiumaa + + character_modifier = { + name = holy_site_hiiumaa_effect_name + stewardship = 1 + close_relative_opinion = 5 + } +} + +akkel = { + county = c_akkel + + character_modifier = { + name = holy_site_akkel_effect_name + taiga_max_combat_roll = 5 + archers_toughness_mult = 0.1 + } +} + +perm = { + county = c_perm + + character_modifier = { + name = holy_site_perm_effect_name + supply_duration = 0.25 + prowess = 1 + } +} + +# Slavic + +kiev = { + county = c_kiev + + character_modifier = { + name = holy_site_kiev_effect_name + monthly_piety_gain_mult = 0.1 + knight_effectiveness_mult = 0.2 + } +} + +novgorod = { + county = c_novgorod + barony = b_soltsy + + character_modifier = { + name = holy_site_novgorod_effect_name + stewardship_per_piety_level = 1 + } +} + +barlad = { + county = c_barlad + + character_modifier = { + name = holy_site_barlad_effect_name + prowess = 1 + heavy_infantry_toughness_mult = 0.1 + } +} + +plock = { + county = c_plocka + + character_modifier = { + name = holy_site_plock_effect_name + same_faith_opinion = 5 + } +} + +# Baltic + +pokaini = { + county = c_zemigalians + barony = b_dobele + + character_modifier = { + name = holy_site_pokaini_effect_name + controlled_province_advantage = 5 + stress_loss_mult = 0.1 + } +} + +torun = { + county = c_torun + + character_modifier = { + name = holy_site_torun_effect_name + martial_per_piety_level = 1 + knight_effectiveness_mult = 0.2 + } +} + +braslau = { + county = c_braslau + + character_modifier = { + name = holy_site_braslau_effect_name + monthly_piety_gain_per_knight_add = 0.1 + skirmishers_toughness_mult = 0.1 + } +} + +rugen = { + county = c_rugen + + character_modifier = { + name = holy_site_rugen_effect_name + embarkation_cost_mult = -0.25 + retreat_losses = -0.1 + } +} + +# Magyar + +pest = { + county = c_visegrad + barony = b_pest + + character_modifier = { + name = holy_site_pest_effect_name + martial = 1 + prowess_per_prestige_level = 1 + } +} + +kerch = { # Crimea + county = c_kerch + + character_modifier = { + name = holy_site_kerch_effect_name + army_maintenance_mult = -0.05 + martial_per_prestige_level = 1 + } +} + +olvia = { + county = c_odessa + barony = b_olbia_ETEL + + character_modifier = { + name = holy_site_olvia_effect_name + monthly_piety_gain_mult = 0.1 + } +} + +poszony = { + county = c_poszony + + character_modifier = { + name = holy_site_poszony_effect_name + levy_reinforcement_rate_same_faith = 0.2 + } +} + +sarysyn = { + county = c_sarysyn + + character_modifier = { + name = holy_site_sarysyn_effect_name + men_at_arms_maintenance = -0.1 + } +} + +# Tengri + +kara_khorum = { + county = c_karakorum + + character_modifier = { + name = holy_site_kara_khorum_effect_name + knight_effectiveness_mult = 0.2 + prowess_per_prestige_level = 1 + } +} + +qayaliq = { + county = c_qayaliq + + character_modifier = { + name = holy_site_qayaliq_effect_name + skirmishers_damage_mult = 0.1 + light_cavalry_damage_mult = 0.1 + archer_cavalry_damage_mult = 0.1 + } +} + +tavan_bogd = { + county = c_tavan_bogd + + character_modifier = { + name = holy_site_tavan_bogd_effect_name + prowess_per_piety_level = 1 + clergy_opinion = 5 + } +} + +preslav = { + county = c_dorostorum + + character_modifier = { + name = holy_site_preslav_effect_name + levy_size = 0.1 + } +} + +# Hellenic + +athens = { + county = c_attica + + character_modifier = { + name = holy_site_athens_effect_name + diplomacy = 1 + stewardship = 1 + } +} + +carthage = { + county = c_tunis + + character_modifier = { + name = holy_site_carthage_effect_name + dread_baseline_add = 5 + } +} + +olympus = { + county = c_thessalia + barony = b_servia + + character_modifier = { + name = holy_site_olympus_effect_name + learning = 2 + } +} + +# deprecated Hellenic +sparta = { + county = c_laconia + character_modifier = { + name = holy_site_sparta_effect_name + martial = 1 + prowess = 1 + } +} + +# Zunist + +kabul = { + county = c_kabul + + character_modifier = { + name = holy_site_kabul_effect_name + stewardship = 1 + monthly_piety_gain_mult = 0.05 + } +} + +multan = { + county = c_multan + + character_modifier = { + name = holy_site_multan_effect_name + martial = 1 + monthly_piety_gain_mult = 0.05 + } +} + +bost = { + county = c_bost + + character_modifier = { + name = holy_site_bost_effect_name + same_faith_opinion = 5 + } +} + +# Bon + +khotan = { + county = c_khotan + barony = b_lafak #Rawak Stupa + + character_modifier = { + name = holy_site_khotan_effect_name + different_culture_opinion = 10 + } +} + +balkh = { + county = c_balkh #Also important to Zoroastrianism (supposed birthplace of Gayomart and Zoroaster), as well as Mayahana buddhism. + + character_modifier = { + name = holy_site_balkh_effect_name + different_faith_opinion = 10 + } +} + +lhasa = { + county = c_lhasa + barony = b_lhasa + + character_modifier = { + name = holy_site_lhasa_effect_name + monthly_piety_gain_mult = 0.2 + } +} + +purang = { + county = c_purang + + character_modifier = { + name = holy_site_purang_effect_name + stewardship_per_piety_level = 1 + } +} + +# Siberian + +tyumen = { + county = c_tyumen + + character_modifier = { + name = holy_site_tyumen_effect_name + martial_per_piety_level = 1 + raid_speed = 0.1 + } +} + +surgut = { + county = c_kazym + + character_modifier = { + name = holy_site_surgut_effect_name + health = 0.1 + } +} + +ob = { + county = c_ob + + character_modifier = { + name = holy_site_ob_effect_name + learning = 1 + fertility = 0.1 + } +} + +olkhon = { + county = c_olkhon + + character_modifier = { + name = holy_site_olkhon_effect_name + monthly_piety_gain_mult = 0.1 + } +} + +# Basque: +## Since the Basque holy sites would otherwise all be clustered *essentially* right next to each other in the traditional Basque Country, we try to spread them out a bit to drive conflict a little. +## Viscaya + # Bizkaia, one of the (traditionally) largest and most prosperous centres of the Basque Country. +## Alto Aragon + # For Mt. Aneto, the highest mountain in the Pyrenees. Not traditionally more important at all, but we can't really use c_ipuskoa or c_navarre when they're _right_ next to c_viscaya. +## Bordeaux + # A long-time symbol of/base for Frankish attacks on the Basques living north of the Pyrenees. +## Santiago + # Simply *the* major Christian religious centre in Iberia, and thus an important symbol of power & independence. +## Cordoba + # Not as important for Islam as Santiago is for Christianity, but still the premier symbol of Islamic power in the peninsula. + +viscaya = { + county = c_viscaya + + character_modifier = { + name = holy_site_viscaya_effect_name + coastal_advantage = 8 + } +} + +aneto = { + county = c_alto_aragon + + character_modifier = { + name = holy_site_aneto_effect_name + monthly_prestige_gain_per_knight_add = 0.03 + } +} + +bordeaux = { + county = c_bordeaux + + character_modifier = { + name = holy_site_bordeaux_effect_name + monthly_county_control_growth_factor = 0.1 + } +} + +################# +# African Pagans +################# + +# Siguic: +## awkar +## jenne +## niani +## kukiya +## wadan +## kisi + #Potentially historically important area for this faith. + +awkar = { # Capital of the Wagadu Empire, seat of the Bida cult. + county = c_awkar + + character_modifier = { + name = holy_site_awkar_effect_name + knight_limit = 1 + light_cavalry_toughness_mult = 0.1 + } +} + +jenne = { # An important centre of Siguic influence, albeit not an intrinsically sacred one. + county = c_jenne + + character_modifier = { + name = holy_site_jenne_effect_name + diplomacy = 1 + councillor_opinion = 5 + } +} + +niani = { # Another important centre of influence, at least later in the timeframe. + county = c_niani + + character_modifier = { + name = holy_site_niani_effect_name + monthly_tyranny = -0.1 + tyranny_gain_mult = -0.2 + } +} + +kukiya = { # Capital of the historic Kawkaw Empire. + county = c_kukiya + + character_modifier = { + name = holy_site_kukiya_effect_name + monthly_piety_gain_per_knight_mult = 0.01 + monthly_prestige_gain_per_knight_mult = 0.01 + } +} + +wadan = { # A competing holy place for Masmudism, and thus sacred spot. + county = c_wadan + + character_modifier = { + name = holy_site_wadan_effect_name + martial = 1 + supply_duration = 0.25 + } +} + +# Bori: +## daura +## garumele +## igbo +## el_fasher +## wandala + +daura = { # Ancient centre of Hausa feasts. + county = c_daura + + character_modifier = { + name = holy_site_daura_effect_name + monthly_prestige_gain_per_knight_mult = 0.02 + knight_effectiveness_mult = 0.1 + } +} + +garumele = { # Garumele, a capital of the Kanem Empire. + county = c_garumele + + character_modifier = { + name = holy_site_garumele_effect_name + county_opinion_add = 5 + } +} + +igbo = { # The location of the city of Igbo-Ukwu, an important political and religious centre for the Igbo people. + county = c_igbo + + character_modifier = { + name = holy_site_igbo_effect_name + learning_per_piety_level = 1 + } +} + +el_fasher = { # One of the easternmost important sites of historic Bori paganism. + county = c_el_fasher + + character_modifier = { + name = holy_site_el_fasher_effect_name + stewardship_per_piety_level = 1 + } +} + +wandala = { # An important centre of the Sao people. + county = c_wandala + + character_modifier = { + name = holy_site_wandala_effect_name + drylands_advantage = 5 + } +} + +# Roog Sene: +## kisi +## sherbro +## kayor +## kasa +## wadan + +kisi = { # Cult activity attested here around the turn of the millennium, potentially of the Roogan variety. + county = c_kisi + + character_modifier = { + name = holy_site_kisi_effect_name + monthly_prestige_gain_per_knight_mult = 0.02 + build_prestige_cost = -0.2 + } +} + +sherbro = { # Specifically Sherbro Island, another place with some evidence of cultic activity. + county = c_sherbro + + character_modifier = { + name = holy_site_sherbro_effect_name + same_faith_opinion = 10 + } +} + +kayor = { # An important regional centre. + county = c_kayor + + character_modifier = { + name = holy_site_kayor_effect_name + owned_personal_scheme_success_chance_add = 5 + diplomacy = 1 + } +} + +kasa = { # An important regional centre. + county = c_kasa + + character_modifier = { + name = holy_site_kasa_effect_name + diplomacy_per_piety_level = 1 + } +} + +# Akom: +## bono +## kumasi +## ife +## nikki +## jenne + +bono = { # Commercial & political capital of the early Akan people. + county = c_bono + + character_modifier = { + name = holy_site_bono_effect_name + men_at_arms_maintenance = -0.05 + personal_scheme_phase_duration_add = miniscule_scheme_phase_duration_bonus_value + } +} + +kumasi = { # A centre for the Ashanti people, albeit later in the period. + county = c_kumasi + + character_modifier = { + name = holy_site_kumasi_effect_name + learning = 1 + short_reign_duration_mult = -0.25 + } +} + +ife = { # Central to the Yoruba religion & mythology. + county = c_ife + + character_modifier = { + name = holy_site_ife_effect_name + monthly_piety_gain_mult = 0.2 + } +} + +nikki = { # Political and religious capital for the Borgu people. + county = c_nikki + + character_modifier = { + name = holy_site_nikki_effect_name + learning_per_piety_level = 1 + } +} + +# Honorable mention to Dagomba/Afram, but they're far too close to most other centres of Akom. + +# Kushitism: +## aswan +## alexandria + # Symbolic, both for its value to ancient Kemitism, and as the primary origin point of Christianity in Egypt, and therefore the death of older forms of paganism. +## wadi_el_milk +## naqis +## sennar +## el_fasher + # Historic traces of Kushitic cults have actually been found here. + +aswan = { # For Philae, site of some of the last great Kemetic building projects by a native dynasty. + county = c_aswan + + character_modifier = { + name = holy_site_aswan_effect_name + stewardship_per_piety_level = 1 + } +} + +wadi_el_milk = { # Historic traces of Kushitic cults have actually been found here. + county = c_wadi_el-milk + + flag = wadi_el_milk_conversion_resistance_bonus # 50% County Conversion Resistance +} + +naqis = { # Potentially historically important region for these cults. + county = c_naqis + + character_modifier = { + name = holy_site_naqis_effect_name + martial = 2 + } +} + +sennar = { # Potentially historically important region for these cults. + county = c_sennar + + character_modifier = { + name = holy_site_sennar_effect_name + diplomacy = 2 + } +} + +#Achamism: +#tenerife + # Most of what we know about the original inhabitants of the Canary Islands comes from Tenerife +#carthage + # The religion had influences from the ancient Phoenician faith, capturing Carthage represents a triumph over reformed faiths +#madiera + # Generally mysterious place in the period and uninhabited prior to the Portuguese. Owning it would represent great navigational skill, and would lead to the discovery of Phoenician artifacts. +#cartagena + # Represents a triumph over the Spanish and fulfilling the Carthaginian ambition of dominating Iberia. +#alexandria + # The faith has some influences from Egyptian paganism, conquest of Alexandria represents a triumph over the Abrahamic faiths +#antioch + # Again, Phoenicia. + +tenerife = { + county = c_canarias + barony = b_tenerife + + character_modifier = { + name = holy_site_tenerife_effect_name + hills_development_growth_factor = 0.25 + monthly_piety_gain_per_dread_add = 0.03 + } +} + +cartagena = { + county = c_murcia + barony = b_cartagena + + character_modifier = { + name = holy_site_cartagena_effect_name + title_creation_cost_mult = -0.15 + men_at_arms_maintenance_per_dread_mult = -0.002 + } +} + +madiera = { + county = c_madeira + + character_modifier = { + name = holy_site_madeira_effect_name + naval_movement_speed_mult = 0.2 + coastal_advantage = 5 + } +} + +# Waaqism: +## danakil +## kaffa +## harar +## makhir +## mogadishu + +danakil = { # Potentially historically important region for this faith. + county = c_danakil + + character_modifier = { + name = holy_site_danakil_effect_name + learning = 1 + personal_scheme_phase_duration_add = miniscule_scheme_phase_duration_bonus_value + } +} + +kaffa = { # Potentially historically important region for this faith. + county = c_kaffa + + character_modifier = { + name = holy_site_kaffa_effect_name + martial_per_piety_level = 1 + raid_speed = 0.1 + } +} + +harar = { # Generally considered a holy place by many faiths in the region, so may have been so for Waaqism. + county = c_harar + + character_modifier = { + name = holy_site_harar_effect_name + monthly_piety_gain_mult = 0.1 + } +} + +makhir = { # A place of pilgrimage for two rather important Somali clans. + county = c_makhir + + character_modifier = { + name = holy_site_makhir_effect_name + diplomacy = 2 + } +} + +mogadishu = { # An extremely important local city, and thus probable religious hub. + county = c_mogadishu + + character_modifier = { + name = holy_site_mogadishu_effect_name + clergy_opinion = 5 + } +} + +############# +# Ngaiism +# Reusing some Waaqism sites +############# + +kirinyaga = { # Mount Kenya. Central to Kikuyu worship of Ngai + county = c_kirinyaga + + character_modifier = { + name = holy_site_kirinyaga_effect_name + health = 0.1 + monthly_piety_gain_mult = 0.1 + } +} + +mangea = { # Significant mythical origin of the Mijikenda + county = c_mombasa + barony = b_mtwapa # Mangea proper is near the coast, just a little north of Mtwapa + + character_modifier = { + name = holy_site_mangea_effect_name + direct_vassal_opinion = 5 + } +} + +kilimanjaro = { # Central to Chagga worship of Ngai + county = c_kilimanjaro + + character_modifier = { + name = holy_site_kilimanjaro_effect_name + controlled_province_advantage = 5 + prowess_per_piety_level = 1 + } +} + +############# +# Other +############# + +gilgit = { + county = c_gilgit + + character_modifier = { + name = holy_site_gilgit_effect_name + martial = 1 + stewardship = 1 + } +} + +nakkavaram = { + county = c_nakkavaram + + character_modifier = { + name = holy_site_nakkavaram_effect_name + build_gold_cost = -0.1 + stewardship = 1 + } +} + +ar_kol = { + county = c_andamans + + character_modifier = { + name = holy_site_ar_kol_effect_name + jungle_tax_mult = 0.15 + monthly_piety_gain_mult = 0.1 + } +} + +##################### +# Taoism # +##################### + +suzhou = { + county = c_suzhou + + character_modifier = { + name = holy_site_suzhou_effect_name + diplomacy = 1 + } +} + +mount_heng = { + #One of the 5 great Mountains of China + #Numerous Temples, such as the Hanging Temple + county = c_shuozhou + + character_modifier = { + name = holy_site_mount_heng_effect_name + direct_vassal_opinion = 5 + } +} + +mount_longhu = { + # Where Zhang Daoling had obtained the Tao + county = c_fuzhou_3 + + character_modifier = { + name = holy_site_mount_longhu_effect_name + clergy_opinion = 5 + personal_scheme_phase_duration_add = minor_scheme_phase_duration_bonus_value + } +} + +mount_qingcheng = { + #Misty Green City Wall + #One of the 4 Sacred Mountains of Taoism + #"The most secluded place in China" + county = c_chengdu + + character_modifier = { + name = holy_site_mount_qingcheng_effect_name + life_expectancy = 1 + monthly_diplomacy_lifestyle_xp_gain_mult = 0.15 + } +} + +mount_tai = { + #Foremost of the 5 sacred mountains of China + county = c_yunzhou + + character_modifier = { + name = holy_site_mount_tai_effect_name + monthly_piety_gain_mult = 0.05 + learning = 1 + } +} + +mount_mian = { + #Important Taoist and Buddhist site + county = c_taiyuan + + character_modifier = { + name = holy_site_mount_mian_effect_name + martial_per_piety_level = 1 + knight_effectiveness_mult = 0.1 + } +} + +mount_kunyu = { + #Location where the quanzhen school was founded + #Curated by emperors and Taoist monks + county = c_dengzhou + + character_modifier = { + name = holy_site_mount_kunyu_effect_name + stress_loss_mult = 0.2 + life_expectancy = 1 #Connection to Eternal Life + } +} + +mount_wudang = { + #Military Wherewithal + #One of the 4 Sacred mountains of Taoism + county = c_junzhou + + character_modifier = { + name = holy_site_mount_wudang_effect_name + martial = 1 + prowess_per_prestige_level = 1 + } +} + +mount_qiyung = { + #Neat Clouds + #One of the 4 sacred mountains of Taoism + county = c_shezhou + + character_modifier = { + name = holy_site_mount_wudang_effect_name + learning = 2 + } +} + +luyi = { + #Birthplace of Lǎozǐ + county = c_bozhou + barony = b_luyi + + character_modifier = { + name = holy_site_luyi_effect_name + learning = 1 + monthly_piety = 1 + } +} + +##################### +# Shugendo # +##################### + +# Kumano covered elsewhere +# Dewa covered elsewhere + +ishizuchi = { + # Ishizuchi, sacred Shugendo mountain + county = c_iyo + barony = b_ishizuchi + + character_modifier = { + name = holy_site_ishizuchi_effect_name + cultural_head_fascination_mult = 0.15 + } +} + +fuji = { + # Fujisan + county = c_suruga + barony = b_fuji + + character_modifier = { + name = holy_site_fuji_effect_name + councillor_opinion = 5 + } +} + +haku = { + # Hakusan, sacred Shugendo mountain + county = c_kaga + barony = b_haku + + character_modifier = { + name = holy_site_haku_effect_name + vassal_levy_contribution_add = 0.15 + } +} + +##################### +# Shinto # +##################### + +ise_jingu = { # Ise Grand Shrine, home of the Saigu + county = c_ise + barony = b_ise_jingu + + character_modifier = { + name = holy_site_ise_jingu_effect_name + learning_per_piety_level = 1 + } +} + +koya = { # Mount Koya + county = c_kii + barony = b_kongobu_ji + + character_modifier = { + name = holy_site_koya_effect_name + clergy_opinion = 5 + } +} + +haguro = { # Mount Haguro + county = c_tokisara + barony = b_tokisara + + character_modifier = { + name = holy_site_haguro_effect_name + mountains_advantage = 5 + mountains_development_growth_factor = 0.2 + } +} + +itsukushima = { # Miyajima + county = c_aki + barony = b_itsukushima + + character_modifier = { + name = holy_site_itsukushima_effect_name + knight_effectiveness_mult = 0.2 + } +} + +hachimangu = { # Hachimangu + county = c_buzen + barony = b_usa + + character_modifier = { + name = holy_site_hachimangu_effect_name + men_at_arms_maintenance = -0.05 + } +} + +##################### +# Chan Buddhism # +##################### + +# Bodh Gaya covered elsewhere +# Kusinagara covered elsewhere + +shaolin = { + county = c_henan + barony = b_dengfeng + + character_modifier = { + name = holy_site_shaolin_effect_name + prowess_per_piety_level = 1 + clergy_opinion = 5 + } +} + +hangzhou = { + county = c_hangzhou + + character_modifier = { + name = holy_site_lingyin_effect_name + diplomacy = 1 + councillor_opinion = 5 + } +} + +wutai = { # Mount Wutai + county = c_daizhou + + character_modifier = { + name = holy_site_wutai_effect_name + learning = 2 + } +} + +##################### +# Huayan Buddhism # +##################### + +# Kusinagara covered elsewhere +# Bodh Gaya covered elsewhere +# Mount Tai covered elsewhere +# Mount Wutai covered elsewhere + +emei = { # Mount Emei + county = c_jiazhou + + character_modifier = { + name = holy_site_emei_effect_name + development_growth_factor = 0.1 + } +} + +##################### +# Jingtu Buddhism # +##################### + +# Kusinagara covered elsewhere +# Bodh Gaya covered elsewhere +# Mount Heng covered elsewhere + +jiuhua = { + county = c_chizhou + + character_modifier = { + name = holy_site_jiuhua_effect_name + owned_personal_scheme_success_chance_add = 5 + diplomacy = 1 + } +} + +putuo = { + county = c_yuezhou_1 + + character_modifier = { + name = holy_site_putuo_effect_name + county_opinion_add = 5 #Center of Worship for Guanyin - Boddhisatva of Compassion + different_faith_opinion = 5 + } +} + +##################### +# Aluk # +##################### + +# Sonba-i already covered elsewhere +# Kepala Burung already covered elsewhere +# Buru-Sula already covered elsewhere + +wenang = { + county = c_SuMa_wenang + + character_modifier = { + name = holy_site_wenang_effect_name + stewardship_per_piety_level = 1 + } +} + +siang = { + county = c_SuMa_siang + + character_modifier = { + name = holy_site_siang_effect_name + martial = 1 + clergy_opinion = 5 + } +} + +tengchong = { + county = c_monyin + + character_modifier = { + name = holy_site_tengchong_effect_name + clergy_opinion = 5 + personal_scheme_phase_duration_add = minor_scheme_phase_duration_bonus_value + } +} + +dali = { + county = c_dali + + character_modifier = { + name = holy_site_dali_effect_name + knight_effectiveness_mult = 0.2 + prowess_per_prestige_level = 1 + } +} + +shicheng = { + county = c_shicheng + + character_modifier = { + name = holy_site_shicheng_effect_name + diplomacy = 1 + powerful_vassal_opinion = 5 + } +} + +jinglong = { + county = c_chiang_rung + + character_modifier = { + name = holy_site_jinglong_effect_name + jungle_advantage = 3 + } +} + +jianchang = { + county = c_jingzhou_2 + + character_modifier = { + name = holy_site_jianchang_effect_name + learning = 1 + clergy_opinion = 5 + } +} + +##################### +# Bimoism # +##################### + +# Dali already covered elsewhere +# Tengchong already covered elsewhere +# Jinglong already covered elsewhere + +zhaotong = { + county = c_huizhou + + character_modifier = { + name = holy_site_zhaotong_effect_name + knight_limit = 1 + light_cavalry_toughness_mult = 0.1 + } +} + +xuhen = { + county = c_jingzhou_2 + + character_modifier = { + name = holy_site_xuhen_effect_name + tributary_opinion = 4 + } +} + +# Buddhist + +chang_an = { + county = c_jingzhao + + character_modifier = { + name = holy_site_xi_an_effect_name + monthly_piety_gain_mult = 0.1 + } +} + +bulguksa = { + county = c_gyeongju + + character_modifier = { + name = holy_site_bulguksa_effect_name + controlled_province_advantage = 5 + } +} + +donggang = { + county = c_jangheung + + character_modifier = { + name = holy_site_donggang_effect_name + learning = 1 + health = 0.1 + } +} + +##################### +# Dayawism # +##################### + +cotabato = { + county = c_PHI_cotabato + + character_modifier = { + name = holy_site_cotabato_effect_name + learning = 1 + tributary_opinion = 5 + } +} + +biri_larosa = { + county = c_PHI_samar + + character_modifier = { + name = holy_site_biri_larosa_effect_name + monthly_piety_gain_mult = 0.1 + } +} + +pinatubo = { + county = c_PHI_tondo + + character_modifier = { + name = holy_site_pinatubo_effect_name + jungle_tax_mult = 0.15 + } +} + +ivatan = { + county = c_PHI_ivatan + + character_modifier = { + name = holy_site_pulag_effect_name + same_faith_opinion = 10 + } +} + +mantalingajan = { + county = c_PHI_south_palawan + + character_modifier = { + name = holy_site_mantalingajan_effect_name + monthly_prestige_gain_per_knight_mult = 0.01 + build_prestige_cost = -0.15 + } +} + +##################### +# Azhali # +##################### + +# Dali already covered elsewhere +# Kusinagara already covered elsewhere +# Pagan already covered elsewhere + +danai = { + county = c_myitkyina + + character_modifier = { + name = holy_site_danai_effect_name + owned_personal_scheme_success_chance_add = 5 + } +} + +magadha = { + county = c_magadha + + character_modifier = { + name = holy_site_magadha_effect_name + short_reign_duration_mult = -0.25 + } +} + +##################### +# Satsana Phi # +##################### + +# Qufu already covered elsewhere + +vien_chan = { + county = c_vien_chan + + character_modifier = { + name = holy_site_vien_chan_effect_name + sway_scheme_phase_duration_add = minor_scheme_phase_duration_bonus_value + } +} + +hsenwi = { + county = c_hsenwi + + character_modifier = { + name = holy_site_hsenwi_effect_name + personal_scheme_phase_duration_add = minor_scheme_phase_duration_bonus_value + } +} + +sukhothai = { + county = c_sukhothai + + character_modifier = { + name = holy_site_sukhothai_effect_name + owned_personal_scheme_success_chance_add = 5 + } +} + +cao_bang = { + county = c_binh_nguyen + + character_modifier = { + name = holy_site_cao_bang_effect_name + intrigue = 1 + } +} + +##################### +# Shamanism # +##################### + +# Tarayka already covered elsewhere + +molihewen = { + county = c_eman_molihewen + + character_modifier = { + name = holy_site_molihewen_effect_name + prowess_per_piety_level = 1 + } +} + +yam_alin = { + county = c_eman_yam_alin + + character_modifier = { + name = holy_site_yam_alin_effect_name + martial = 1 + } +} + +chupka = { + county = c_chupka + + character_modifier = { + name = holy_site_kunasir_effect_name + controlled_province_advantage = 5 + } +} + +yizhou = { + county = c_BAL_dongpyeong_yizhou + + character_modifier = { + name = holy_site_yizhou_effect_name + levy_size = 0.1 + } +} + +##################### +# Utaki # +##################### + +# Fuji already covered elsewhere + +amandee = { + county = c_amami + barony = b_amami + + character_modifier = { + name = holy_site_amandee_effect_name + mountains_development_growth_factor = 0.2 + } +} + +sefa_utaki = { + county = c_ucinaa + barony = b_simajiri + + character_modifier = { + name = holy_site_sefa_utaki_effect_name + mountains_advantage = 5 + } +} + +tate = { + county = c_shinano + + character_modifier = { + name = holy_site_tate_effect_name + levy_size = 0.1 + } +} + +awa = { + county = c_awa + + character_modifier = { + name = holy_site_awa_effect_name + title_creation_cost_mult = -0.15 + } +} + +##################### +# Kaharingan # +##################### + +iban = { + county = c_BOR_iban + + character_modifier = { + name = holy_site_iban_effect_name + martial = 1 + supply_duration = 0.25 + } +} + +kudat = { + county = c_BOR_kudat + + character_modifier = { + name = holy_site_kudat_effect_name + jungle_advantage = 5 + } +} + +taiao = { + county = c_BOR_taiao + + character_modifier = { + name = holy_site_taiao_effect_name + advantage_against_coreligionists = 1 + } +} + +sukadana = { + county = c_BOR_sukadana + + character_modifier = { + name = holy_site_sukadana_effect_name + courtier_and_guest_opinion = 5 + councillor_opinion = 5 + } +} + +kutai = { + county = c_BOR_kutai_utara + + character_modifier = { + name = holy_site_kutai_effect_name + prowess_per_piety_level = 1 + } +} + +##################### +# Mingism # +##################### + +# Xi'an already covered elsewhere +# Luoyang already covered elsewhere +# Samarkand already covered elsewhere + +quanzhou = { + county = c_quanzhou + + character_modifier = { + name = holy_site_quanzhou_effect_name + monthly_piety_gain_mult = 0.1 + stress_loss_per_piety_level = 0.05 + } +} + +turpan = { + county = c_kara_khoja + barony = b_turpan + + character_modifier = { + name = holy_site_turpan_effect_name + development_growth_factor = 0.1 + } +} + +##################### +# Confucianism # +##################### + +qufu = { + county = c_yanzhou + barony = b_fuqu + + character_modifier = { + name = holy_site_qufu_effect_name + legitimacy_gain_mult = 0.1 + monthly_merit_mult = 0.05 + } +} + +quzhou = { + county = c_quzhou + + character_modifier = { + name = holy_site_quzhou_effect_name + negate_learning_penalty_add = 4 + } +} + +linzi = { + county = c_qingzhou + + character_modifier = { + name = holy_site_linzi_effect_name + monthly_piety_gain_mult = 0.15 + monthly_prestige_gain_mult = 0.05 + } +} + +bianliang = { + county = c_bianzhou + + character_modifier = { + name = holy_site_bianliang_effect_name + courtier_and_guest_opinion = 5 + councillor_opinion = 5 + } +} + +zhuolu = { + county = c_datong + + character_modifier = { + name = holy_site_zhuolu_effect_name + county_opinion_add = 5 + } +} + +dongting = { + county = c_langzhou_1 + + character_modifier = { + name = holy_site_dongting_effect_name + levy_reinforcement_rate_same_faith = 0.2 + } +} + +wehale = { + county = c_IDO_wehale + + character_modifier = { + name = holy_site_wehale_effect_name + cultural_head_fascination_mult = 0.15 + } +} + +qiongzhou = { + county = c_qiongzhou + + character_modifier = { + name = holy_site_qiongzhou_effect_name + controlled_province_advantage = 5 + } +} + +##################### +# Tolotang # +##################### + +# Sonba_i already covered elsewhere + +amparita = { + county = c_SuMa_ajatappareng + barony = b_SUL_Amparita + + character_modifier = { + name = holy_site_amparita_effect_name + jungle_tax_mult = 0.1 + } +} + +buru-sula = { + county = c_SuMa_buru-sula + + character_modifier = { + name = holy_site_buru_sula_effect_name + stewardship = 1 + } +} + +papua_selatan = { + county = c_papua_selatan + + character_modifier = { + name = holy_site_papua_selatan_effect_name + dread_gain_mult = 0.1 + } +} + +kepala_burung = { + county = c_kepala_burung + + character_modifier = { + name = holy_site_kepala_burung_effect_name + monthly_tyranny = -0.1 + tyranny_gain_mult = -0.2 + } +} + +##################### +# Hantuism # +##################### + +# Qiongzhou already covered elsewhere + +hoanya = { + county = c_hoanya + + character_modifier = { + name = holy_site_hoanya_effect_name + development_growth_factor = 0.1 + } +} + +sonba_i = { + county = c_IDO_sonba_i + + character_modifier = { + name = holy_site_sonba_i_effect_name + learning = 2 + } +} + +riak_nan_berbedur = { + county = c_SUM_riak_nan_berbedur + + character_modifier = { + name = holy_site_riak_nan_berbedur_effect_name + monthly_prestige_gain_mult = 0.2 + } +} + +gangganegara = { + county = c_MAL_gangganegara + + character_modifier = { + name = holy_site_gangganegara_effect_name + county_opinion_add = 10 + same_faith_opinion = 10 + } +} + +##################### +# Kamuyist # +##################### + +nutapkauspe = { + county = c_menas + barony = b_opereperkep + + character_modifier = { + name = holy_site_nutapkauspe_effect_name + supply_duration = 0.2 + men_at_arms_maintenance = -0.05 + } +} + +makkarinupuri = { + county = c_ioci + barony = b_aptapet_ainu + + character_modifier = { + name = holy_site_simenas_effect_name + controlled_province_advantage = 5 + } +} + +tarayka = { + county = c_tarayka + barony = b_tarayka + + character_modifier = { + name = holy_site_tarayka_effect_name + same_faith_opinion = 5 + } +} + +kamuykotan = { + county = c_iskar + barony = b_cup_pet + + character_modifier = { + name = holy_site_kamuykotan_effect_name + development_growth_factor = 0.1 + } +} + +hitakami = { + county = c_isawa + barony = b_isawa + + character_modifier = { + name = holy_site_uskes_effect_name + cultural_head_fascination_mult = 0.15 + } +} + +##################### +# Moism # +##################### + +nanning = { + county = c_yongzhou + + character_modifier = { + name = holy_site_nanning_effect_name + title_creation_cost_mult = -0.15 + } +} + +muze = { + county = c_muze + + character_modifier = { + name = holy_site_muze_effect_name + learning = 1 + } +} + +sizhou = { + county = c_jiangzhou_2 + + character_modifier = { + name = holy_site_sizhou_effect_name + monthly_prestige_gain_mult = 0.15 + } +} + +daozhou = { + county = c_daozhou + + character_modifier = { + name = holy_site_daozhou_effect_name + development_growth_factor = 0.1 + } +} + +anlong = { + county = c_yanchuan + + character_modifier = { + name = holy_site_anlong_effect_name + knight_effectiveness_mult = 0.2 + } +} + +##################### +# Dab Qhuas # +##################### + +# Anlong already covered elsewhere + +haripunjaya = { + county = c_haripunjaya + + character_modifier = { + name = holy_site_haripunjaya_effect_name + cultural_head_fascination_mult = 0.15 + } +} + +nguu_hong = { + county = c_quoc_oai + + character_modifier = { + name = holy_site_nguu_hong_effect_name + monthly_piety_gain_mult = 0.05 + } +} + +yangtze = { + county = c_ezhou + + character_modifier = { + name = holy_site_yangtze_effect_name + same_faith_opinion = 10 + dynasty_house_opinion = 5 + } +} + +zunyi = { + county = c_bozhou_1 + + character_modifier = { + name = holy_site_zunyi_effect_name + levy_reinforcement_rate_same_faith = 0.2 + } +} + +##################### +# Seon Buddhism # +##################### + +# Bodh Gaya already covered elsewhere +# Donggang already covered elsewhere +# Shaolin already covered elsewhere + +cheongju = { + county = c_cheongju + + character_modifier = { + name = holy_site_cheongju_effect_name + direct_vassal_opinion = 5 + } +} + +goseong = { + county = c_goseong + + character_modifier = { + name = holy_site_goseong_effect_name + monthly_piety = 1 + } +} + +##################### +# Other # +##################### + +baekdu = { # Mount Paektu/Baekdu + county = c_BAL_east_amnok + barony = b_FIC_Liao_Changbaishan + + character_modifier = { + name = holy_site_baekdu_effect_name + mountains_tax_mult = 0.15 + stress_loss_mult = 0.1 + } +} + +taebaek = { # Mount Taebaek + county = c_andong + + character_modifier = { + name = holy_site_taebaek_effect_name + monthly_prestige_gain_mult = 0.2 + same_faith_opinion = 5 + } +} + +halla = { # Mount Halla + county = c_tamna + + character_modifier = { + name = holy_site_halla_effect_name + fertility = 0.10 + monthly_lifestyle_xp_gain_mult = 0.15 + } +} + +mani = { # Mount Mani + county = c_gaeseong + + character_modifier = { + name = holy_site_mani_effect_name + legitimacy_gain_mult = 0.1 + county_opinion_add = 5 + } +} + +seorak = { # Mount Geumgang + county = c_goseong + + character_modifier = { + name = holy_site_seorak_effect_name + different_faith_opinion = 10 + } +} + +##################### +# Eastern Buddhism # +##################### + +sikong = { + county = c_qizhou_1 + + character_modifier = { + name = holy_site_mount_sikong_effect_name + monthly_county_control_growth_factor = 0.1 + } +} + +nanhua = { + county = c_caozhou + + character_modifier = { + name = holy_site_nanhua_effect_name + monthly_piety_gain_mult = 0.2 + } +} + +sarasvati = { + county = c_sarasvati + barony = b_sarasvati + + character_modifier = { + name = holy_site_sarasvati_effect_name + learning = 1 + } +} + +mount_lu = { + county = c_yunyang + barony = b_xunyang + + character_modifier = { + name = holy_site_mount_lu_effect_name + same_heritage_county_advantage_add = 2 + } +} + +nara = { + county = c_yamato + barony = b_kofuku_ji + + character_modifier = { + name = holy_site_nara_effect_name + same_faith_opinion = 5 + } +} + +vaishali = { + county = c_vaisali + barony = b_vaisali + + character_modifier = { + name = holy_site_vaishali_effect_name + monthly_piety = 0.5 + } +} + +mogao = { + county = c_shazhou + barony = b_mogao + + character_modifier = { + name = holy_site_mogao_effect_name + development_growth_factor = 0.1 + } +} + +luoyang = { + county = c_henan + barony = b_luoyang + + character_modifier = { + name = holy_site_luoyang_effect_name + county_opinion_add = 10 + diplomacy = 1 + } +} + +gaeseong = { + county = c_gaeseong + barony = b_Goryeo_Gaeseong_Gaeseong + + character_modifier = { + name = holy_site_gaeseong_effect_name + monthly_county_control_growth_factor = 0.1 + } +} + +tiantai = { + # Origin of Tiantai Buddhism, birthplace of Zhiyi + county = c_taizhou + + character_modifier = { + name = holy_site_tiantai_effect_name + learning = 2 + } +} + +hiei = { + # Main Tendai temple overlooking Kyoto + county = c_omi + barony = b_enryaku_ji + + character_modifier = { + name = holy_site_hiei_effect_name + monthly_piety_gain_mult = 0.2 + } +} + +heiankyo = { + county = c_yamashiro + barony = b_kyo + + character_modifier = { + name = holy_site_heiankyo_effect_name + monthly_piety_gain_mult = 0.2 + } +} + +kizuki = { + county = c_izumo + barony = b_kizuki_taisha + + character_modifier = { + name = holy_site_kizuki_effect_name + clergy_opinion = 5 + } +} + +kashima = { + county = c_hitachi + barony = b_kashima_hitachi + + character_modifier = { + name = holy_site_kashima_effect_name + tax_mult = 0.05 + } +} + + diff --git a/N3OW/common/religion/religions/NEOW_catholic.txt b/N3OW/common/religion/religions/NEOW_catholic.txt index 257b1818..aed787ea 100644 --- a/N3OW/common/religion/religions/NEOW_catholic.txt +++ b/N3OW/common/religion/religions/NEOW_catholic.txt @@ -252,13 +252,14 @@ # religious_head = k_papal_state graphical_faith = "catholic_gfx" - #placeholder holy sites - # Uncomment once 0.3 starts being worked on # holy_site = jerusalem + + # Finished holy sites holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia + holy_site = domremy + holy_site = rouen + holy_site = reims + holy_site = avignon + holy_site = orleans #Special Tolerance | placeholder doctrine = special_doctrine_people_of_the_book @@ -405,15 +406,17 @@ color = { 188 179 75 } icon = celtic - religious_head = k_papal_state + religious_head = d_patriarch_dublin graphical_faith = "catholic_gfx" #placeholder holy sites # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent + holy_site = dublin + holy_site = london + holy_site = armagh + holy_site = iona + holy_site = croagh_patrick + holy_site = lough_derg #holy_site = segrada_familia #Special Tolerance | placeholder @@ -422,7 +425,7 @@ doctrine = doctrine_bastardry_none #Tenets | placeholder doctrine = tenet_catholic_communion - doctrine = tenet_legalism + doctrine = tenet_unrelenting_faith doctrine = tenet_monasticism holy_order_names = { #placeholder @@ -476,6 +479,9 @@ WaterGodSheHe = CHARACTER_SHEHE_HE WaterGodHerHis = CHARACTER_HERHIS_HIS WaterGodHerHim = CHARACTER_HERHIM_HIM + + ReligiousHeadName = orthodox_religious_head_title + ReligiousHeadTitleName = orthodox_religious_head_title_name } } sevillian = { @@ -485,13 +491,14 @@ religious_head = k_sevillian_papacy graphical_faith = "catholic_gfx" + #placeholder holy sites # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome + holy_site = seville holy_site = toledo_mozarabic holy_site = santiago - holy_site = cordoba - holy_site = cartagena + holy_site = paris + holy_site = lourdes #Special Tolerance | placeholder doctrine = special_doctrine_sevillian_rite @@ -566,13 +573,14 @@ religious_head = k_papal_state graphical_faith = "catholic_gfx" + #placeholder holy sites # Uncomment once 0.3 starts being worked on # holy_site = jerusalem holy_site = rome holy_site = cologne holy_site = santiago - holy_site = kent - #holy_site = segrada_familia + holy_site = lisieux + holy_site = lourdes #Special Tolerance | placeholder doctrine = special_doctrine_roman_rite @@ -785,7 +793,7 @@ } } illuminated = { - color = { 204 198 136 } + color = { 184 178 116 } icon = illuminated graphical_faith = "catholic_gfx" @@ -1010,82 +1018,6 @@ WaterGodHerHim = CHARACTER_HERHIM_HIM } } - teutonic = { - color = { 211 214 208 } - icon = NEOW_teutonic - - religious_head = k_papal_state - - graphical_faith = "catholic_gfx" - #placeholder holy sites - # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_roman_rite - - #Tenets | placeholder - doctrine = tenet_catholic_communion - doctrine = tenet_unrelenting_faith - doctrine = tenet_monasticism - - holy_order_names = { #placeholder - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } soleil_royal = { color = { 221 170 0 } icon = soleil_royal diff --git a/N3OW/common/religion/religions/NEOW_druidic.txt b/N3OW/common/religion/religions/NEOW_druidic.txt new file mode 100644 index 00000000..4dfaff7b --- /dev/null +++ b/N3OW/common/religion/religions/NEOW_druidic.txt @@ -0,0 +1,288 @@ +druidic_religion = { + family = rf_pagan + graphical_faith = pagan_gfx + + pagan_roots = yes + doctrine = pagan_hostility_doctrine + + #Main Group | placeholder + doctrine = doctrine_no_head + doctrine = doctrine_gender_equal + doctrine = doctrine_pluralism_pluralistic + doctrine = doctrine_theocracy_temporal + + #Marriage | placeholder + doctrine = doctrine_monogamy + doctrine = doctrine_divorce_allowed + doctrine = doctrine_bastardry_none + doctrine = doctrine_consanguinity_cousins + + #Crimes | placeholder + doctrine = doctrine_homosexuality_accepted + doctrine = doctrine_adultery_men_shunned + doctrine = doctrine_adultery_women_shunned + doctrine = doctrine_kinslaying_close_kin_crime + doctrine = doctrine_deviancy_shunned + doctrine = doctrine_witchcraft_virtuous + + #Clerical Functions | placeholder + doctrine = doctrine_clerical_function_taxation + doctrine = doctrine_clerical_gender_either + doctrine = doctrine_clerical_marriage_allowed + doctrine = doctrine_clerical_succession_temporal_fixed_appointment + + #Allow pilgrimages | placeholder + doctrine = doctrine_pilgrimage_encouraged + + #Funeral tradition | placeholder + doctrine = doctrine_funeral_stoic + + #Coronation tradition + doctrine = doctrine_no_anointment + + traits = { + virtues = { compassionate generous temperate } + sins = { callous sadistic gluttonous } + } + + reserved_male_names = { #put witch names here later + Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory + Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip + Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah + } + reserved_female_names = { #put witch names here later + Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen + Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania + } + + custom_faith_icons = { + custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s + } + + holy_order_names = { #placeholder + { name = "holy_order_knights_of_the_chalice" } + { name = "holy_order_order_of_the_holy_communion" } + { name = "holy_order_knights_of_the_first_gospel" } + { name = "holy_order_guardians_of_the_shroud" } + { name = "holy_order_knights_of_the_reliquary" } + { name = "holy_order_warriors_of_the_cross" } + { name = "holy_order_christian" coat_of_arms = "ho_christian" } + } + + holy_order_maa = { teutonic_knights } #placeholder + + localization = { + #HighGod | placeholder + HighGodName = christianity_high_god_name + HighGodName2 = christianity_high_god_name_2 + HighGodNamePossessive = christianity_high_god_name_possessive + HighGodNameSheHe = CHARACTER_SHEHE_HE + HighGodHerselfHimself = CHARACTER_HIMSELF + HighGodHerHis = CHARACTER_HERHIS_HIS + HighGodNameAlternate = christianity_high_god_name_alternate + HighGodNameAlternatePossessive = christianity_high_god_name_alternate_possessive + + #Creator | placeholder + CreatorName = christianity_creator_god_name + CreatorNamePossessive = christianity_creator_god_name_possessive + CreatorSheHe = CHARACTER_SHEHE_HE + CreatorHerHis = CHARACTER_HERHIS_HIS + CreatorHerHim = CHARACTER_HERHIM_HIM + + #HealthGod | placeholder + HealthGodName = christianity_health_god_name + HealthGodNamePossessive = christianity_health_god_name_possessive + HealthGodSheHe = CHARACTER_SHEHE_HE + HealthGodHerHis = CHARACTER_HERHIS_HIS + HealthGodHerHim = CHARACTER_HERHIM_HIM + + #FertilityGod | placeholder + FertilityGodName = christianity_fertility_god_name + FertilityGodNamePossessive = christianity_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_HE + FertilityGodHerHis = CHARACTER_HERHIS_HIS + FertilityGodHerHim = CHARACTER_HERHIM_HIM + + #WealthGod | placeholder + WealthGodName = christianity_wealth_god_name + WealthGodNamePossessive = christianity_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod | placeholder + HouseholdGodName = christianity_household_god_name + HouseholdGodNamePossessive = christianity_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #FateGod | placeholder + FateGodName = christianity_fate_god_name + FateGodNamePossessive = christianity_fate_god_name_possessive + FateGodSheHe = CHARACTER_SHEHE_HE + FateGodHerHis = CHARACTER_HERHIS_HIS + FateGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod | placeholder + KnowledgeGodName = christianity_knowledge_god_name + KnowledgeGodNamePossessive = christianity_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_HE + KnowledgeGodHerHis = CHARACTER_HERHIS_HIS + KnowledgeGodHerHim = CHARACTER_HERHIM_HIM + + #WarGod | placeholder + WarGodName = christianity_war_god_name + WarGodNamePossessive = christianity_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #TricksterGod | placeholder + TricksterGodName = christianity_trickster_god_name + TricksterGodNamePossessive = christianity_trickster_god_name_possessive + TricksterGodSheHe = CHARACTER_SHEHE_HE + TricksterGodHerHis = CHARACTER_HERHIS_HIS + TricksterGodHerHim = CHARACTER_HERHIM_HIM + + #NightGod | placeholder + NightGodName = christianity_night_god_name + NightGodNamePossessive = christianity_night_god_name_possessive + NightGodSheHe = CHARACTER_SHEHE_HE + NightGodHerHis = CHARACTER_HERHIS_HIS + NightGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod | placeholder + WaterGodName = christianity_water_god_name + WaterGodNamePossessive = christianity_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + + PantheonTerm = christianity_high_god_name + PantheonTerm2 = christianity_high_god_name_2 + PantheonTerm3 = christianity_high_god_name_3 + PantheonTermHasHave = pantheon_term_has + GoodGodNames = { + christianity_high_god_name + christianity_high_god_name_alternate + chistianity_good_god_jesus + chistianity_good_god_christ + } + DevilName = christianity_devil_name + DevilNamePossessive = christianity_devil_name_possessive + DevilSheHe = CHARACTER_SHEHE_HE + DevilHerHis = CHARACTER_HERHIS_HIS + DevilHerHis = CHARACTER_HERHIS_HIS + DevilHerselfHimself = CHARACTER_HIMSELF + EvilGodNames = { + christianity_devil_name + christianity_evil_god_lucifer + christianity_evil_god_beelzebub + christianity_evil_god_mephistopheles + } + HouseOfWorship = christianity_house_of_worship + HouseOfWorship2 = christianity_house_of_worship_2 + HouseOfWorship3 = christianity_house_of_worship_3 + HouseOfWorshipPlural = christianity_house_of_worship_plural + ReligiousSymbol = christianity_religious_symbol + ReligiousSymbol2 = christianity_religious_symbol_2 + ReligiousSymbol3 = christianity_religious_symbol_3 + ReligiousText = christianity_religious_text + ReligiousText2 = christianity_religious_text_2 + ReligiousText3 = christianity_religious_text_3 + ReligiousHeadName = christianity_religious_head_title + ReligiousHeadTitleName = christianity_religious_head_title_name + DevoteeMale = christianity_devotee_male + DevoteeMalePlural = christianity_devotee_male_plural + DevoteeFemale = christianity_devotee_female + DevoteeFemalePlural = christianity_devotee_female_plural + DevoteeNeuter = christianity_devotee_neuter + DevoteeNeuterPlural = christianity_devotee_neuter_plural + PriestMale = christianity_priest_male + PriestMalePlural = christianity_priest_male_plural + PriestFemale = christianity_priest_male + PriestFemalePlural = christianity_priest_male_plural + PriestNeuter = christianity_priest_male + PriestNeuterPlural = christianity_priest_male_plural + AltPriestTermPlural = christianity_priest_alternate_plural + BishopMale = christianity_bishop + BishopMalePlural = christianity_bishop_plural + BishopFemale = christianity_bishop + BishopFemalePlural = christianity_bishop_plural + BishopNeuter = christianity_bishop + BishopNeuterPlural = christianity_bishop_plural + DivineRealm = christianity_positive_afterlife + DivineRealm2 = christianity_positive_afterlife_2 + DivineRealm3 = christianity_positive_afterlife_3 + PositiveAfterLife = christianity_positive_afterlife + PositiveAfterLife2 = christianity_positive_afterlife_2 + PositiveAfterLife3 = christianity_positive_afterlife_3 + NegativeAfterLife = christianity_negative_afterlife + NegativeAfterLife2 = christianity_negative_afterlife_2 + NegativeAfterLife3 = christianity_negative_afterlife_3 + DeathDeityName = christianity_death_deity_name + DeathDeityNamePossessive = christianity_death_deity_name_possessive + DeathDeitySheHe = CHARACTER_SHEHE_HE + DeathDeityHerHis = CHARACTER_HERHIS_HIS + DeathDeityHerHim = CHARACTER_HERHIM_HIM + WitchGodName = christianity_witchgodname_the_horned_god + WitchGodNamePossessive = christianity_witchgodname_the_horned_god_possessive + WitchGodHerHis = CHARACTER_HERHIS_HIS + WitchGodSheHe = CHARACTER_SHEHE_HE + WitchGodHerHim = CHARACTER_HERHIM_HIM + WitchGodMistressMaster = master + WitchGodMotherFather = father + + + GHWName = ghw_crusade + GHWNamePlural = ghw_crusades + + } + + piety_icon_group = "christian" + + faiths = { + druidic = { + color = { 29 84 34 } + icon = druidic + reformed_icon = druidic_reformed + + holy_site = tara + holy_site = anglesey + holy_site = carrowmore + holy_site = stonehenge + holy_site = beaghmore + holy_site = lough_gur + + + doctrine = unreformed_faith_doctrine + + doctrine = tenet_druidry + doctrine = tenet_megaliths + doctrine = tenet_communal_identity + + doctrine = special_doctrine_fae_and_folklore + } + gorsedd = { + color = { 149 204 122 } + icon = gorsedd + reformed_icon = gorsedd_reformed + + holy_site = stonehenge + holy_site = wistman_wood + holy_site = fortingall_yew + holy_site = glastonbury + holy_site = anglesey + holy_site = rennes + + doctrine = unreformed_faith_doctrine + + doctrine = tenet_druidry + doctrine = tenet_ancestor_worship + doctrine = tenet_ritual_celebrations + + doctrine = special_doctrine_fae_and_folklore + } + } +} diff --git a/N3OW/history/provinces/e_britannia.txt b/N3OW/history/provinces/e_britannia.txt new file mode 100644 index 00000000..d9c3ef61 --- /dev/null +++ b/N3OW/history/provinces/e_britannia.txt @@ -0,0 +1,1707 @@ + +#k_england +##d_london +###c_london +1527 = { + culture = soueyrneg + religion = victorian + holding = castle_holding + 769.1.1 = { + special_building_slot = the_tower_of_london_01 + } + 867.1.1 = { + buildings = { + curtain_walls_01 + } + } + 1066.1.1 = { + buildings = { + curtain_walls_01 + farm_estates_01 + } + } + 1078.1.1 = { + special_building = the_tower_of_london_01 + } + 1100.11.11 = { + culture = soueyrneg + } +} +1528 = { + culture = soueyrneg + religion = victorian + holding = city_holding +} +1529 = { + holding = church_holding +} +1530 = { + holding = castle_holding +} +1526 = { + holding = city_holding + 800.1.1 = { + special_building_slot = london_bridge_01 + } + 1106.1.1 = { + holding = church_holding + } +} +1512 = { + holding = city_holding +} +9734 = { + holding = castle_holding +} +##d_bedford +###c_bedford +1538 = { + culture = soueyrneg + religion = arcane + holding = castle_holding + 1100.11.11 = { + culture = soueyrneg + } +} +1539 = { + holding = none + 950 = { + holding = city_holding + } +} +1540 = { + holding = church_holding +} +###c_cambridgeshire +1534 = { + culture = easlander + religion = victorian + holding = castle_holding +} +1536 = { + holding = city_holding +} +1541 = { + culture = soueyrneg + religion = victorian + holding = castle_holding +} +1543 = { + holding = none +} +1542 = { + holding = none +} +###c_hertfordshire +1531 = { + culture = soueyrneg + religion = victorian + holding = castle_holding + 1100.11.11 = { + culture = soueyrneg + } +} +1532 = { + holding = church_holding +} +1533 = { + holding = city_holding +} +##d_norfolk +###c_norfolk +1522 = { + culture = easlander + religion = anglican_england + holding = castle_holding + 1066.1.1 = { + buildings = { + common_tradeport_01 + peat_quarries_01 + } + } +} +1523 = { + holding = church_holding +} +1524 = { + holding = none +} +1525 = { + holding = none + 950.1.1 = { + holding = city_holding + } +} +1537 = { + holding = church_holding +} +###c_essex +1514 = { + culture = soueyrneg + religion = victorian + holding = castle_holding + 1100.11.11 = { + culture = soueyrneg + } +} +1515 = { + holding = city_holding +} +1517 = { + holding = city_holding +} +1516 = { + holding = none +} +9733 = { + holding = none +} +###c_suffolk +1518 = { + culture = easlander + religion = victorian + holding = castle_holding +} +1519 = { + holding = city_holding +} +1520 = { + holding = none +} +1521 = { + holding = church_holding +} +1535 = { + holding = none +} +##d_leicester +###c_leicestershire +1615 = { + culture = soueyrneg + religion = victorian + holding = castle_holding +} +1616 = { + holding = none +} +1613 = { + holding = none +} +###c_northamptonshire +1600 = { + culture = soueyrneg + religion = victorian + holding = castle_holding +} +1602 = { + holding = city_holding +} +1551 = { + culture = soueyrneg + religion = victorian + holding = castle_holding + 1100.11.11 = { + culture = soueyrneg + } +} +9732 = { + holding = none +} +##d_gloucester +###c_gloucestershire +1580 = { + culture = prytoneg + religion = avalonian + holding = castle_holding + 767.1.1 = { + special_building = dean_mines_01 + } +} +1582 = { + holding = church_holding +} +9730 = { + holding = none +} +###c_avon +1581 = { + culture = weslander + religion = victorian + holding = castle +} +1577 = { + holding = none +} +1576 = { + holding = none +} +##d_buckingham +###c_oxfordshire +1558 = { + culture = soueyrneg + religion = victorian + holding = castle_holding + special_building_slot = generic_university + 1096.1.1 = { + special_building = generic_university + } +} +1559 = { + holding = city_holding +} +1560 = { + holding = none +} +1557 = { + holding = church_holding +} +###c_berkshire +1555 = { + culture = soueyrneg + religion = victorian + holding = castle_holding +} +1556 = { + holding = none + 1066.1.1 = { + holding = city_holding + } +} +###c_buckinghamshire +1554 = { + culture = soueyrneg + religion = victorian + holding = castle_holding +} +1552 = { + holding = church_holding +} +1553 = { + holding = none + 1066.1.1 = { + holding = city_holding + } +} + +##d_canterbury +###c_kent +1502 = { + culture = soueyrneg + religion = victorian + holding = castle_holding + 1066.1.1 = { + buildings = { + common_tradeport_02 + hunting_grounds_01 + } + } +} +1503 = { + holding = church_holding + 597.1.1 = { + special_building_slot = holy_site_canterbury_cathedral_01 + special_building = holy_site_canterbury_cathedral_01 + } + 1077.1.1 = { + special_building = holy_site_canterbury_cathedral_02 + } +} +1505 = { + holding = none +} +1504 = { + culture = soueyrneg + religion = victorian + holding = none + 1066.1.1 = { + holding = city_holding + } +} +1513 = { + holding = none +} +###c_surrey +1510 = { + culture = soueyrneg + religion = victorian + holding = castle_holding +} +1511 = { + holding = city_holding +} +9735 = { + holding = none +} +###c_sussex +1506 = { + culture = soueyrneg + religion = victorian + holding = castle_holding +} +1507 = { + holding = church_holding +} +1508 = { + culture = souflander + religion = victorian + holding = castle_holding +} +1509 = { + holding = city_holding +} +##d_solent +###c_hampton +1546 = { + culture = souflander + religion = jack_tar + holding = castle_holding + 867.1.1 = { + buildings = { + common_tradeport_01 + } + } + 1066.1.1 = { + buildings = { + common_tradeport_01 + curtain_walls_02 + } + } +} +1544 = { + holding = castle_holding +} +1545 = { + holding = city_holding +} +1547 = { + holding = none +} +9731 = { + holding = none +} +###c_isle_of_wight +1549 = { + culture = souflander + religion = jack_tar + holding = castle_holding +} +##d_somerset +###c_wiltshire +1561 = { + culture = souflander + religion = arcane + holding = castle_holding + 2.1.1 = { + special_building = stonehenge_01 + } +} +1562 = { + holding = city_holding +} +1563 = { + holding = none + 909.1.1 = { + holding = church_holding + } +} +1564 = { + holding = none +} +###c_dorset +1565 = { + culture = weslander + religion = jack_tar + holding = castle_holding +} +1566 = { + holding = city_holding +} +1567 = { + holding = church_holding +} +1568 = { + holding = none + 1066.1.1 = { + holding = city_holding + } +} +1548 = { + holding = church_holding +} +###c_somerset +1578 = { + culture = weslander + religion = avalonian + holding = castle_holding +} +1579 = { + holding = church_holding +} +9728 = { + holding = none +} +9729 = { + holding = city_holding +} +##d_cornwall +###c_devon +1569 = { + culture = weslander + religion = avalonian + holding = castle_holding +} +1570 = { + holding = none + 900.1.1 = { + holding = castle_holding + } +} +1571 = { + holding = none + 980.1.1 = { + holding = city_holding + } +} +1572 = { + holding = none +} +###c_cornwall +1573 = { + culture = cornish + religion = avalonian + holding = castle_holding +} +1574 = { + holding = castle_holding +} +1575 = { + holding = none +} +###c_scilly +9662 = { + culture = cornish + religion = gorsedd + holding = castle_holding +} +##d_channel_islands +###c_channel_islands +9663 = { + culture = angler + religion = jack_tar + holding = castle_holding +} +9664 = { + holding = city +} +9665 = { + holding = none +} +9666 = { + holding = none +} + +#k_northumberland +##d_northumberland +###c_northumberland +1609 = { + culture = norflander + religion = anglican_england + holding = castle_holding + 122.1.1 = { + special_building = hadrians_wall_01 + } +} +1612 = { + holding = none +} +1610 = { + holding = church_holding +} +1611 = { + holding = church_holding + 122.1.1 = { + special_building = hadrians_wall_01 + } +} +9715 = { + holding = none +} +###c_tyne_and_wear +9714 = { + culture = norflander + religion = anglican_england + holding = city_holding +} +1606 = { + holding = castle_holding + culture = norflander + religion = anglican_england +} +###c_durham +9716 = { + culture = norflander + religion = anglican_england + holding = castle_holding +} +1607 = { + holding = church_holding +} +1608 = { + holding = none +} +##d_lancaster +###c_lancashire +1639 = { + culture = scouseg + religion = victorian + holding = castle_holding +} +1640 = { + holding = city_holding +} +1641 = { + holding = none +} +9719 = { + holding = none +} +###c_cumberland +1635 = { + culture = scouseg + religion = victorian + holding = castle_holding + 122.1.1 = { + special_building = hadrians_wall_01 + } +} +1636 = { + holding = none + 950.1.1 = { + holding = city_holding + } +} +8780 = { + holding = church_holding + 122.1.1 = { + special_building = hadrians_wall_01 + } +} +###c_westmorland +1637 = { + culture = scouseg + religion = anglican_england + holding = castle_holding +} +1638 = { + holding = none +} +1642 = { + holding = none +} +9717 = { + holding = none +} +9718 = { + holding = none +} +###c_cheshire +9721 = { + holding = castle_holding + culture = scouseg + religion = trenchsinger +} +1645 = { + holding = none + 950.1.1 = { + holding = church_holding + } +} +1644 = { + holding = city_holding +} +###c_liverpool +9720 = { + culture = scouseg + religion = victorian + holding = city_holding +} +1643 = { + culture = prytoneg + religion = victorian + holding = castle_holding + 767.1.1 = { + special_building = offas_dyke_01 + } +} +##d_york +###c_north_riding +1595 = { + culture = norflander + religion = anglican_england + holding = castle_holding + 1066.1.1 = { + buildings = { + cereal_fields_01 + hunting_grounds_02 + } + } +} +1596 = { + holding = none + 966.1.1 = { + holding = city_holding + } +} +1597 = { + holding = church_holding +} +9722 = { + holding = none +} +###c_richmond +1598 = { + culture = norflander + religion = anglican_england + holding = castle_holding +} +1500 = { + holding = none +} +###c_east_riding +1588 = { + culture = norflander + religion = anglican_england + holding = castle_holding +} +1589 = { + holding = none + 1000.1.1 = { + holding = church_holding + } +} +1590 = { + holding = city_holding +} +###c_west_riding +1591 = { + culture = norflander + religion = anglican_england + holding = castle_holding +} +1593 = { + holding = none +} +1499 = { + holding = castle_holding +} +1599 = { + holding = church_holding +} +###c_doncaster +1592 = { + culture = norflander + religion = anglican_england + holding = city_holding +} +1594 = { + holding = none + 1100.1.1 = { + holding = castle_holding + } +} +##d_lincoln +###c_lincolnshire +1583 = { + culture = easlander + religion = anglican_england + holding = castle_holding + 1066.1.1 = { + buildings = { + cereal_fields_01 + barracks_01 + } + } +} +1586 = { + holding = none +} +1587 = { + holding = city_holding +} +###c_stamford +1584 = { + holding = castle_holding + culture = easlander + religion = anglican_england +} +1601 = { + holding = city_holding + culture = easlander + religion = victorian +} +1585 = { + holding = none +} +##d_nottingham +###c_nottinghamshire +1618 = { + culture = easlander + religion = anglican_england + holding = castle_holding +} +1619 = { + holding = none + 1050.1.1 = { + holding = church_holding + } +} +1620 = { + holding = city_holding +} +###c_derby +1621 = { + culture = prytoneg + religion = victorian + holding = castle_holding +} +1617 = { + holding = city_holding +} +1622 = { + holding = none +} +1623 = { + holding = none + 950.1.1 = { + holding = church_holding + } +} + +#k_mann +##d_the_isles +###c_isle_of_man +1698 = { + culture = manx + religion = old_thelema + holding = tribal_holding + 935.1.1 = { + holding = castle_holding + } +} +1699 = { + holding = castle_holding +} + +#k_wales +##d_hereford +###c_shropshire +1646 = { + culture = prytoneg + religion = arcane + holding = castle_holding + 767.1.1 = { + special_building = offas_dyke_01 + } +} +1647 = { + holding = none + 1075.1.1 = { + holding = castle_holding + } +} +1648 = { + holding = church_holding + 767.1.1 = { + special_building = offas_dyke_01 + } +} +9723 = { + holding = city_holding +} +###c_hereford +1632 = { + culture = prytoneg + religion = avalonian + holding = castle_holding + 767.1.1 = { + special_building = offas_dyke_01 + } +} +1633 = { + holding = church_holding + 767.1.1 = { + special_building = offas_dyke_01 + } +} +1634 = { + holding = none + 767.1.1 = { + special_building = offas_dyke_01 + } +} +1624 = { + holding = church_holding +} +###c_worcestershire +1625 = { + culture = prytoneg + religion = arcane + holding = castle_holding +} +1626 = { + holding = city_holding +} +9724 = { + holding = none +} +9725 = { + holding = none +} +##d_gwynedd +###c_caernarfonshire +1667 = { + culture = welsh + religion = gorsedd + holding = castle_holding +} +1668 = { + holding = church_holding +} +1665 = { + culture = welsh + religion = victorian + holding = castle_holding +} +1666 = { + holding = none +} +###c_anglesey +1673 = { + culture = welsh + religion = gorsedd + holding = castle_holding +} +1674 = { + holding = city_holding +} +###c_denbighshire +1670 = { + culture = scouseg + religion = victorian + holding = castle_holding +} +1671 = { + holding = church_holding +} +1672 = { + holding = none +} +1669 = { + holding = city_holding +} +##d_black_country +###c_staffordshire +1629 = { + culture = prytoneg + religion = victorian + holding = city_holding +} +1627 = { + holding = castle_holding +} +1628 = { + holding = church_holding +} +9726 = { + holding = none +} +###c_warwickshire +1603 = { + culture = prytoneg + religion = arcane + holding = castle_holding +} +1604 = { + holding = church_holding +} +1605 = { + culture = prytoneg + religion = arcane + holding = city_holding +} +9727 = { + holding = none +} +##d_powys +###c_maldwyn +1663 = { + culture = welsh + religion = gorsedd + holding = castle_holding +} +1664 = { + holding = city_holding +} +###c_sir_faesyfed +1661 = { + culture = prytoneg + religion = avalonian + holding = castle_holding +} +1662 = { + holding = none + 1066.1.1 = { + holding = city_holding + } +} +###c_brecknockshire +1659 = { + culture = prytoneg + religion = avalonian + holding = castle_holding +} +1660 = { + holding = none +} +##d_deheubarth +###c_carmarthenshire +1652 = { + culture = welsh + religion = avalonian + holding = castle_holding +} +1653 = { + holding = none + 1100.1.1 = { + holding = city_holding + } +} +###c_cardiganshire +1657 = { + culture = welsh + religion = gorsedd + holding = castle_holding +} +1658 = { + holding = none + 1109.1.1 = { + holding = city_holding + } +} +###c_pembrokeshire +1654 = { + culture = welsh + religion = victorian + holding = castle_holding +} +1655 = { + holding = church_holding +} +1656 = { + holding = none + 975.1.1 = { + holding = city_holding + } +} +##d_gwent +###c_monmouthshire +1630 = { + culture = prytoneg + religion = avalonian + holding = castle_holding +} +1631 = { + holding = church_holding +} +###c_glamorgan +1651 = { + culture = prytoneg + religion = victorian + holding = castle_holding +} +1650 = { + holding = none + 900.1.1 = { + holding = city_holding + } +} +1649 = { + holding = church_holding +} + +#k_scotland +##d_albany +###c_gowrie +1741 = { + culture = scottish + religion = presbyterian + holding = tribal_holding +} +1742 = { + holding = none +} +1745 = { + holding = none +} +###c_fife +1724 = { + culture = pictish + religion = presbyterian + holding = tribal_holding + 935.1.1 = { + holding = castle_holding + } + 950.1.1 = { + culture = gaelic + } + 1130.1.1 = { + culture = scottish + } +} +1725 = { + holding = none + 1066.1.1 = { + holding = city_holding + } +} +1726 = { + holding = church_holding +} +###c_strathearn +1734 = { + culture = scottish + religion = presbyterian + holding = tribal_holding + 935.1.1 = { + holding = castle_holding + } +} +1735 = { + holding = church_holding +} +1733 = { + holding = church_holding +} +1736 = { + holding = none +} +###c_atholl +1743 = { + culture = gaelic + religion = presbyterian + holding = tribal_holding +} +1744 = { + holding = none +} +1710 = { + holding = none +} +###c_angus +1720 = { + culture = scottish + religion = old_thelema + holding = tribal_holding +} +1721 = { + holding = church_holding +} +1719 = { + holding = none +} +##d_strathclyde +###c_lennox +1695 = { + holding = castle_holding +} +1696 = { + holding = city_holding + culture = strafclideg + religion = old_thelema +} +1697 = { + holding = castle_holding +} +###c_ayrshire +1686 = { + culture = strafclideg + religion = old_thelema + holding = castle_holding +} +1687 = { + holding = none +} +1688 = { + holding = none +} +###c_argyll +1700 = { + culture = gaelic + religion = presbyterian + holding = tribal_holding +} +1701 = { + holding = none +} +1702 = { + holding = none +} +9695 = { + holding = none +} +##d_galloway +###c_lanarkshire +1737 = { + culture = strafclideg + religion = old_thelema + holding = castle_holding +} +1738 = { + holding = none +} +1739 = { + holding = none + 1100.1.1 = { + holding = city_holding + } +} +###c_galloway +1682 = { + culture = strafclideg + religion = old_thelema + holding = castle_holding +} +1683 = { + holding = city_holding +} +1684 = { + holding = none +} +###c_carrick +1680 = { + culture = strafclideg + religion = presbyterian + holding = castle_holding +} +1685 = { + holding = none +} +9694 = { + holding = none +} +###c_annandale +1679 = { + culture = strafclideg + religion = victorian + holding = castle_holding +} +1681 = { + holding = city_holding +} +##d_highlands +###c_orkney +8 = { + culture = scottish + religion = jack_tar + holding = tribal_holding +} +###c_inverness +1709 = { + culture = gaelic + religion = old_thelema + holding = tribal_holding +} +1711 = { + holding = none +} +8775 = { + holding = church_holding + culture = gaelic + religion = presbyterian +} +8776 = { + holding = none +} +35 = { + holding = none +} +###c_ross +1703 = { + culture = gaelic + religion = presbyterian + holding = tribal_holding +} +1704 = { + holding = none +} +8777 = { + holding = none +} +8778 = { + holding = church_holding +} +###c_sutherland +1705 = { + culture = gaelic + religion = presbyterian + holding = tribal_holding +} +1706 = { + holding = none +} +8779 = { + holding = none +} +###c_caithness +1707 = { + culture = gaelic + religion = presbyterian + holding = tribal_holding +} +1708 = { + holding = church_holding +} +##d_western_isles +###c_inner_hebrides +1689 = { + culture = gaelic + religion = celtic + holding = tribal_holding +} +1690 = { + holding = none +} +1691 = { + holding = church_holding +} +###c_outer_hebrides +1692 = { + culture = gaelic + religion = celtic + holding = tribal_holding +} +1693 = { + holding = none +} +1694 = { + holding = none +} +9696 = { + holding = none +} +9697 = { + holding = none +} +##d_lothian +###c_lothian +1727 = { + culture = scottish + religion = presbyterian + holding = castle_holding + 1066.1.1 = { + buildings = { + curtain_walls_01 + } + } +} +1728 = { + holding = none +} +1730 = { + holding = none +} +1676 = { + culture = strafclideg + religion = victorian + holding = castle_holding +} +###c_dunbar +1675 = { + holding = castle_holding + culture = scottish + religion = old_thelema +} +1729 = { + holding = city_holding +} +###c_teviotdale +1677 = { + culture = scottish + religion = victorian + holding = castle_holding +} +1678 = { + holding = church_holding +} +1740 = { + holding = none +} +###c_linlithgowshire +1731 = { + culture = scottish + religion = old_thelema + holding = tribal_holding + 935.1.1 = { + holding = castle_holding + } +} +1732 = { + holding = none + 1066.1.1 = { + holding = city_holding + } +} +##d_moray +###c_moray +1715 = { + culture = gaelic + religion = presbyterian + holding = tribal_holding +} +1716 = { + holding = none +} +1717 = { + holding = none +} +###c_buchan +1714 = { + holding = tribal_holding + culture = scottish + religion = presbyterian +} +1712 = { + holding = none +} +1713 = { + holding = none +} +###c_mearns +1718 = { + culture = scottish + religion = presbyterian + holding = tribal_holding +} +1722 = { + holding = none +} +1723 = { + holding = none +} + +#k_ireland +##d_meath +###c_dublin +28 = { + culture = irish + religion = celtic + holding = castle_holding + 988.1.1 = { + holding = castle_holding + } + 1000.1.1 = { religion = celtic } + 1169.1.1 = { + religion = celtic + } +} +9679 = { + holding = none +} +###c_westmeath +33 = { + culture = irish + religion = celtic + holding = castle_holding +} +26 = { + holding = none +} +###c_offaly +9681 = { + culture = irish + religion = celtic + holding = castle_holding +} +34 = { + holding = none +} +###c_kildare +36 = { + culture = irish + religion = celtic + holding = castle_holding +} +30 = { + holding = none +} +###c_oriel +18 = { + culture = irish + religion = celtic + holding = castle_holding +} +19 = { + holding = none +} +###c_meath +27 = { + culture = irish + religion = celtic + holding = castle +} +31 = { + holding = none +} +32 = { + holding = none +} +##d_ulster +###c_antrim +14 = { + culture = scottish + religion = presbyterian + holding = castle_holding +} +13 = { + holding = none +} +9673 = { + holding = none +} +###c_down +15 = { + culture = norner + religion = anglican_england + holding = castle_holding +} +8741 = { + holding = none +} +9674 = { + holding = none +} +###c_armagh +17 = { + culture = norner + holding = church_holding + religion = celtic +} +9668 = { + holding = none +} +###c_derry +12 = { + culture = norner + religion = anglican_england + holding = castle_holding +} +9672 = { + holding = none +} +8743 = { + holding = none +} +###c_tyrone +9669 = { + culture = norner + religion = celtic + holding = castle_holding +} +9670 = { + holding = none +} +8742 = { + holding = none +} +###c_fermanagh +25 = { + culture = norner + religion = celtic + holding = castle_holding +} +9671 = { + holding = none +} +###c_cavan +9677 = { + culture = irish + religion = celtic + holding = castle_holding +} +9667 = { + holding = none +} +8744 = { + holding = none +} +###c_ailech +9 = { + culture = high_irish + religion = druidic + holding = castle_holding +} +10 = { + holding = none +} +11 = { + holding = none +} +9675 = { + holding = none +} +##d_connacht +###c_connacht +20 = { + culture = high_irish + religion = druidic + holding = castle_holding +} +23 = { + holding = none +} +8746 = { + holding = none +} +###c_roscommon +8745 = { + culture = high_irish + religion = celtic + holding = castle_holding +} +8747 = { + holding = none +} +###c_mayo +21 = { + culture = high_irish + religion = druidic + holding = castle_holding +} +8748 = { + holding = none +} +9678 = { + holding = none +} +###c_breifne +9676 = { + culture = high_irish + religion = druidic + holding = castle_holding +} +24 = { + holding = none +} +22 = { + holding = none +} +##d_leinster +###c_leinster +37 = { + culture = irish + religion = celtic + holding = castle_holding +} +38 = { + holding = none +} +###c_wicklow +29 = { + culture = irish + religion = celtic + holding = castle_holding +} +40 = { + holding = none +} +39 = { + holding = none +} +9680 = { + holding = none +} +###c_ossory +41 = { + culture = irish + religion = celtic + holding = castle_holding +} +43 = { + holding = none +} +44 = { + holding = none +} +###c_laois +42 = { + culture = irish + religion = celtic + holding = castle_holding +} +9682 = { + holding = none +} +##d_munster +###c_thomond +45 = { + culture = high_irish + religion = celtic + holding = castle_holding +} +9683 = { + holding = none +} +8750 = { + holding = none +} +###c_ennis +46 = { + culture = high_irish + religion = druidic + holding = castle_holding +} +8749 = { + holding = none +} +###c_ormond +49 = { + culture = irish + religion = celtic + holding = castle_holding +} +###c_desmond +53 = { + culture = high_irish + religion = celtic + holding = castle_holding +} +54 = { + holding = none +} +16 = { + holding = none +} +50 = { + holding = none +} +###c_kerry +52 = { + culture = high_irish + religion = celtic + holding = castle_holding +} +9684 = { + holding = none +} +###c_tipperary +47 = { + culture = irish + religion = celtic + holding = castle_holding +} +48 = { + holding = none +} +51 = { + holding = none +} diff --git a/N3OW/localization/english/replace/religion/zz_NEOW_holy_sites_l_english.yml b/N3OW/localization/english/replace/religion/zz_NEOW_holy_sites_l_english.yml new file mode 100644 index 00000000..8884043f --- /dev/null +++ b/N3OW/localization/english/replace/religion/zz_NEOW_holy_sites_l_english.yml @@ -0,0 +1,191 @@ +l_english: + +#EUROPEANISM + holy_site_maastricht_name:0 "Maastricht" + holy_site_maastricht_effect_name:0 "From [holy_site|E] #weak ($holy_site_maastricht_name$)#!" + + holy_site_strassburg_name:0 "Strassburg" + holy_site_strassburg_effect_name:0 "From [holy_site|E] #weak ($holy_site_strassburg_name$)#!" + + holy_site_frankfurt_name:0 "Frankfurt" + holy_site_frankfurt_effect_name:0 "From [holy_site|E] #weak ($holy_site_frankfurt_name$)#!" + + holy_site_brussels_name:0 "Brussels" + holy_site_brussels_effect_name:0 "From [holy_site|E] #weak ($holy_site_brussels_name$)#!" + + holy_site_luxembourg_name:0 "Luxembourg" + holy_site_luxembourg_effect_name:0 "From [holy_site|E] #weak ($holy_site_luxembourg_name$)#!" + + holy_site_somme_name:0 "Somme" + holy_site_somme_effect_name:0 "From [holy_site|E] #weak ($holy_site_somme_name$)#!" + + holy_site_ypres_name:0 "Ypres" + holy_site_ypres_effect_name:0 "From [holy_site|E] #weak ($holy_site_ypres_name$)#!" + + holy_site_cambrai_name:0 "Cambrai" + holy_site_cambrai_effect_name:0 "From [holy_site|E] #weak ($holy_site_cambrai_name$)#!" + + holy_site_verdun_name:0 "Verdun" + holy_site_verdun_effect_name:0 "From [holy_site|E] #weak ($holy_site_verdun_name$)#!" + +#ORLEANIST + 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_effect_name:0 "From [holy_site|E] #weak ($holy_site_domremy_name$)#!" + + holy_site_rouen_name:0 "Rouen" + holy_site_rouen_effect_name:0 "From [holy_site|E] #weak ($holy_site_rouen_name$)#!" + + holy_site_avignon_name:0 "Avignon" + holy_site_avignon_effect_name:0 "From [holy_site|E] #weak ($holy_site_avignon_name$)#!" + +#CATHOLIC + holy_site_lourdes_name:0 "Lourdes" + holy_site_lourdes_effect_name:0 "From [holy_site|E] #weak ($holy_site_lourdes_name$)#!" + + holy_site_lisieux_name:0 "Lisieux" + holy_site_lisieux_effect_name:0 "From [holy_site|E] #weak ($holy_site_lisieux_name$)#!" + + holy_site_seville_name:0 "Seville" + holy_site_seville_effect_name:0 "From [holy_site|E] #weak ($holy_site_seville_name$)#!" + + holy_site_croagh_patrick_name:0 "Croagh Patrick" + holy_site_croagh_patrick_effect_name:0 "From [holy_site|E] #weak ($holy_site_croagh_patrick_name$)#!" + + holy_site_lough_derg_name:0 "Lough Derg" + holy_site_lough_derg_effect_name:0 "From [holy_site|E] #weak ($holy_site_lough_derg_name$)#!" + +#ANGLICAN + + holy_site_dublin_name:0 "Dublin" + holy_site_dublin_effect_name:0 "From [holy_site|E] #weak ($holy_site_dublin_name$)#!" + + holy_site_llandrindod_name:0 "Llandrindod" + holy_site_llandrindod_effect_name:0 "From [holy_site|E] #weak ($holy_site_llandrindod_name$)#!" + +#PRESBYTERIAN + + holy_site_standrews_name:0 "St. Andrews" + holy_site_standrews_effect_name:0 "From [holy_site|E] #weak ($holy_site_standrews_name$)#!" + + holy_site_leath_name:0 "Leath" + holy_site_leath_effect_name:0 "From [holy_site|E] #weak ($holy_site_leath_name$)#!" + + holy_site_edinburgh_name:0 "Edinburgh" + holy_site_edinburgh_effect_name:0 "From [holy_site|E] #weak ($holy_site_edinburgh_name$)#!" + + holy_site_perth_name:0 "Perth" + holy_site_perth_effect_name:0 "From [holy_site|E] #weak ($holy_site_perth_name$)#!" + +#JACK TAR + + holy_site_london_east_end_name:0 "East End" + holy_site_london_east_end_effect_name:0 "From [holy_site|E] #weak ($holy_site_london_east_end_name$)#!" + + holy_site_gibraltar_name:0 "Gibraltar" + holy_site_gibraltar_effect_name:0 "From [holy_site|E] #weak ($holy_site_gibraltar_name$)#!" + + holy_site_malta_name:0 "Malta" + holy_site_malta_effect_name:0 "From [holy_site|E] #weak ($holy_site_malta_name$)#!" + + holy_site_scapa_flow_name:0 "Scapa Flow" + holy_site_scapa_flow_effect_name:0 "From [holy_site|E] #weak ($holy_site_scapa_flow_name$)#!" + + holy_site_portsmouth_name:0 "Portsmouth" + holy_site_portsmouth_effect_name:0 "From [holy_site|E] #weak ($holy_site_portsmouth_name$)#!" + +#NOVELISM + + holy_site_aachen_name:0 "Aachen" + holy_site_aachen_effect_name:0 "From [holy_site|E] #weak ($holy_site_aachen_name$)#!" + + holy_site_provence_name:0 "Marseille" + holy_site_provence_effect_name:0 "From [holy_site|E] #weak ($holy_site_provence_name$)#!" + +#WICCA + + holy_site_stonehenge_name:0 "Stonehenge" + holy_site_stonehenge_effect_name:0 "From [holy_site|E] #weak ($holy_site_stonehenge_name$)#!" + + holy_site_southhampton_name:0 "Southhampton" + holy_site_southhampton_effect_name:0 "From [holy_site|E] #weak ($holy_site_southhampton_name$)#!" + + holy_site_sussex_name:0 "Sussex" + holy_site_sussex_effect_name:0 "From [holy_site|E] #weak ($holy_site_sussex_name$)#!" + + holy_site_bedford_name:0 "Bedford" + holy_site_bedford_effect_name:0 "From [holy_site|E] #weak ($holy_site_bedford_name$)#!" + + holy_site_warwick_name:0 "Warwick" + holy_site_warwick_effect_name:0 "From [holy_site|E] #weak ($holy_site_warwick_name$)#!" + + holy_site_glastonbury_name:0 "Glastonbury" + holy_site_glastonbury_effect_name:0 "From [holy_site|E] #weak ($holy_site_glastonbury_name$)#!" + + holy_site_rennes_name:0 "Rennes" + holy_site_rennes_effect_name:0 "From [holy_site|E] #weak ($holy_site_rennes_name$)#!" + + holy_site_cornwall_name:0 "Cornwall" + holy_site_cornwall_effect_name:0 "From [holy_site|E] #weak ($holy_site_cornwall_name$)#!" + +#DRUID + + holy_site_anglesey_name:0 "Anglesey" + holy_site_anglesey_effect_name:0 "From [holy_site|E] #weak ($holy_site_anglesey_name$)#!" + + holy_site_wistman_wood_name:0 "Wistman Wood" + holy_site_wistman_wood_effect_name:0 "From [holy_site|E] #weak ($holy_site_wistman_wood_name$)#!" + + holy_site_fortingall_yew_name:0 "Fortingall Yew" + holy_site_fortingall_yew_effect_name:0 "From [holy_site|E] #weak ($holy_site_fortingall_yew_name$)#!" + + holy_site_lough_gur_name:0 "Lough Gur" + holy_site_lough_gur_effect_name:0 "From [holy_site|E] #weak ($holy_site_lough_gur_name$)#!" + + holy_site_tara_name:0 "Tara" + holy_site_tara_effect_name:0 "From [holy_site|E] #weak ($holy_site_tara_name$)#!" + + holy_site_rathcrognan_name:0 "Rathcrognan" + holy_site_rathcrognan_effect_name:0 "From [holy_site|E] #weak ($holy_site_rathcrognan_name$)#!" + + holy_site_carrowmore_name:0 "Carrowmore" + holy_site_carrowmore_effect_name:0 "From [holy_site|E] #weak ($holy_site_carrowmore_name$)#!" + + holy_site_greenan_name:0 "Greenan" + holy_site_greenan_effect_name:0 "From [holy_site|E] #weak ($holy_site_greenan_name$)#!" + + holy_site_beaghmore_name:0 "Beaghmore" + holy_site_beaghmore_effect_name:0 "From [holy_site|E] #weak ($holy_site_beaghmore_name$)#!" + +#THELEMA + + holy_site_london_name:0 "London" + holy_site_london_effect_name:0 "From [holy_site|E] #weak ($holy_site_london_name$)#!" + + holy_site_paris_name:0 "Paris" + holy_site_paris_effect_name:0 "From [holy_site|E] #weak ($holy_site_paris_name$)#!" + + holy_site_cefalu_name:0 "Cefalu" + holy_site_cefalu_effect_name:0 "From [holy_site|E] #weak ($holy_site_cefalu_name$)#!" + + holy_site_lochness_name:0 "Loch Ness" + holy_site_lochness_effect_name:0 "From [holy_site|E] #weak ($holy_site_lochness_name$)#!" + +#LEVIATHAN + + holy_site_manchester_name:0 "Manchester" + holy_site_manchester_effect_name:0 "From [holy_site|E] #weak ($holy_site_manchester_name$)#!" + + holy_site_belfast_name:0 "Belfast" + holy_site_belfast_effect_name:0 "From [holy_site|E] #weak ($holy_site_belfast_name$)#!" + + holy_site_cardiff_name:0 "Cardiff" + holy_site_cardiff_effect_name:0 "From [holy_site|E] #weak ($holy_site_cardiff_name$)#!" + + holy_site_lyme_regis_name:0 "Lyme Regis" + holy_site_lyme_regis_effect_name:0 "From [holy_site|E] #weak ($holy_site_lyme_regis_name$)#!" \ No newline at end of file