ottoman_decadence_mechanic = {
	alert_icon_gfx = GFX_alerticons_government_mechanics
	alert_icon_index = 12
	available = {
		has_dlc = "Domination"
	}

	powers = {
		ottoman_decadence = {
			gui = ottoman_decadende_gov_mech
			max = 100
			reset_on_new_ruler = no
			base_monthly_growth = 0
			is_good = no
			
			scaled_modifier = {
				modifier = {
					technology_cost = 1
					reform_progress_growth = -1
					idea_cost = 1
					manpower_recovery_speed = -0.5
					defensiveness = -0.5
					siege_ability = -0.5
					legitimacy = -1
				}
			}
		}
	}
}