﻿law_no_health_system = {
	group = lawgroup_health_system
	icon = "gfx/interface/icons/law_icons/no_health_system.dds"
	
	progressiveness = 0
	
	modifier = {
	}
	
	# AI shouldn't try to abolish institutions
	ai_will_do = {
		always = no
	}

	ai_enact_weight_modifier = { #Petitions
		value = 0
		
		if = {
			limit = { ai_has_enact_weight_modifier_journal_entries = yes }
			add = 750
		}
	}
}

law_charitable_health_system = {
	group = lawgroup_health_system
	icon = "gfx/interface/icons/law_icons/charitable_health_system.dds"
	
	progressiveness = 50
	
	unlocking_technologies = {
		medical_degrees
	}	

	institution = institution_health_system
	institution_modifier = {
		state_mortality_mult = -0.05
		country_clergymen_pol_str_mult = 0.05
		state_pollution_reduction_health_mult = -0.1
	}
	
	ai_enact_weight_modifier = { #Petitions
		value = 0
		
		if = {
			limit = { ai_has_enact_weight_modifier_journal_entries = yes }
			add = 750
		}
	}
}

law_private_health_insurance = {
	group = lawgroup_health_system
	icon = "gfx/interface/icons/law_icons/private_health_insurance.dds"
	
	progressiveness = 75
	
	unlocking_technologies = {
		pharmaceuticals
	}
	
	institution = institution_health_system
	institution_modifier = {
		country_capitalists_pol_str_mult = 0.05
		state_mortality_wealth_mult = -0.005
		state_pollution_reduction_health_mult = -0.1
	}

	ai_enact_weight_modifier = { #Petitions
		value = 0
		
		if = {
			limit = { ai_has_enact_weight_modifier_journal_entries = yes }
			add = 750
		}
	}
}

law_public_health_insurance = {
	group = lawgroup_health_system
	icon = "gfx/interface/icons/law_icons/public_health_insurance.dds"
	
	progressiveness = 100
	
	unlocking_technologies = {
		pharmaceuticals
	}		
	
	institution = institution_health_system
	institution_modifier = {
		state_mortality_mult = -0.05
		state_pollution_reduction_health_mult = -0.1
	}

	ai_enact_weight_modifier = { #Petitions
		value = 0
		
		if = {
			limit = { ai_has_enact_weight_modifier_journal_entries = yes }
			add = 750
		}
	}
}