end_time_mechanic = {
	available = {
		has_dlc = "Domination"
	}

	powers = {
		fanatic_zeal = {
			gui = end_time_gov_mech
			max = 100	#Monarchy direction
			base_monthly_growth = 1
			scaled_modifier = {
				modifier = {
					stability_cost_modifier = 5
					tolerance_heretic = -10
					tolerance_heathen = -15
					global_unrest = 15
					harsh_treatment_cost = 0.25
					
					manpower_recovery_speed = 2.5
					global_manpower_modifier = 0.15
					land_morale = 0.15
					discipline = 0.10
					recover_army_morale_speed = 0.05
					
					missionary_maintenance_cost = -1.0
					global_heretic_missionary_strength = 0.1
					global_heathen_missionary_strength = 0.15
					establish_order_cost = -0.25
					enforce_religion_cost = -0.5
					
					ae_impact = 1.0
					relation_with_heathens = -100
					relation_with_heretics = -100
					province_warscore_cost = -0.75
					core_creation = -0.50	
				}
			}
			on_max_reached = {
				if = {
					limit = {
						NOT = { has_country_flag = had_fifth_monarchists_end_event }
					}
					custom_tooltip = end_time_mechanic_end_tt
					hidden_effect = {
						if = {
							limit = {
								NOT = { num_of_cities = 1000 }
							}
							set_country_flag = fifth_monarchists_have_failed
						}
						country_event = {
							id = flavor_gbr.120
						}
					}
				}
			}
		}
	}
}