﻿### Regula Magistri Holy Sites
# These sites are grouped into empires
# Flags
# flag = holy_site_regula_virus_flag # Intrigue
# flag = holy_site_reg_offspring_flag # Stewardship
# flag = regula_abice_maritus_active # Martial
# flag = holy_site_reg_sanctifica_serva_flag # Learning
# flag = holy_site_reg_mulsa_fascinare_flag # Diplomacy

# As these are the "World Conquest" holy sites, they are much more powerful then the regular ones
# Five effects each
# +2 stat per piety level
# 4 effects related to the overall "attribute" of that holy site

# Lourdes
# Kashi Vishwanath Temple


# Empire Holy Sites - World Conquest!
# Diplomacy
reg_world_jerusalem = {
	county = c_jerusalem

	flag = holy_site_reg_mulsa_fascinare_flag

	character_modifier = {
		name = holy_site_reg_diplomacy_effect_name
		diplomacy_per_piety_level = 2
		general_opinion = 20
		county_opinion_add = 30
		monthly_prestige_gain_mult = 0.25
		title_creation_cost_mult = -0.25
	}
}

# Martial
reg_world_oyo = {
	county = c_oyo

	flag = regula_abice_maritus_active

	character_modifier = {
		name = holy_site_reg_intrigue_effect_name
		martial_per_piety_level = 2
		prowess_per_piety_level = 3
		monthly_county_control_growth_add = 0.5
		levy_reinforcement_rate = 0.5
		knight_effectiveness_mult = 0.25
	}
}

# Stewardship
reg_world_bigorre = {
	county = c_bigorre

	flag = holy_site_reg_offspring_flag

	character_modifier = {
		name = holy_site_reg_martial_effect_name
		stewardship_per_piety_level = 2
		build_speed = -0.3
		domain_limit = 2
		vassal_tax_contribution_mult = 0.2
		vassal_levy_contribution_mult = 0.2
	}
}

# Intrigue
reg_world_varanasi = {
	county = c_varanasi

	flag = holy_site_regula_virus_flag

	character_modifier = {
		name = holy_site_reg_stewardship_effect_name
		intrigue_per_piety_level = 2
		max_personal_schemes_add = 1
		max_hostile_schemes_add = 1
		owned_hostile_scheme_success_chance_add = 25
		owned_personal_scheme_success_chance_add = 25
	}
}

# Learning
reg_world_vodi = {
	county = c_vodi

	flag = holy_site_reg_sanctifica_serva_flag

	character_modifier = {
		name = holy_site_reg_learning_effect_name
		learning_per_piety_level = 2
		monthly_lifestyle_xp_gain_mult = 0.5
		development_growth_factor = 0.3
		cultural_head_fascination_mult = 0.3
		monthly_piety_gain_mult = 0.25
	}
}
