#Define estate loyalty and influence modifiers here

estate_eunuchs = {
	modifier_definition = {
		type = loyalty
		key = eunuchs_loyalty_modifier
		trigger = {
			has_estate = estate_eunuchs
		}
	}
	modifier_definition = {
		type = influence
		key = eunuchs_influence_modifier
		trigger = {
			has_estate = estate_eunuchs
		}
	}
}

estate_scholars = {
	modifier_definition = {
		type = loyalty
		key = scholars_loyalty_modifier
		trigger = {
			has_estate = estate_scholars
		}
	}
	modifier_definition = {
		type = influence
		key = scholars_influence_modifier
		trigger = {
			has_estate = estate_scholars
		}
	}
}

estate_holy_orders = {
	modifier_definition = {
		type = loyalty
		key = holy_orders_loyalty_modifier
		trigger = {
			has_estate = estate_holy_orders
		}
	}
	modifier_definition = {
		type = influence
		key = holy_orders_influence_modifier
		trigger = {
			has_estate = estate_holy_orders
		}
	}
}



#From Dummy estates for custom_gui modding


