﻿INJECT:law_charitable_health_system = {
	ai_enact_weight_modifier = { #Petitions
		value = 0

		if = {
			limit = {
				NOT = { has_institution = institution_health_system }
				kai_can_afford_institution = no
			}
			add = -1000
		}

		if = {
			limit = { ai_has_enact_weight_modifier_journal_entries = yes }
			add = 750
		}

		# For Japanese religion Journal Entry
		if = {
			limit = {
				has_journal_entry = je_elevate_buddhism
			}
			add = 1000
		}
	}
}

INJECT:law_private_health_insurance = {
	ai_enact_weight_modifier = { #Petitions
		value = 0

		if = {
			limit = {
				NOT = { has_institution = institution_health_system }
				kai_can_afford_institution = no
			}
			add = -1000
		}

		if = {
			limit = { ai_has_enact_weight_modifier_journal_entries = yes }
			add = 750
		}
	}
}

INJECT:law_public_health_insurance = {
	ai_enact_weight_modifier = { #Petitions
		value = 0

		if = {
			limit = {
				NOT = { has_institution = institution_health_system }
				kai_can_afford_institution = no
			}
			add = -1000
		}

		if = {
			limit = { ai_has_enact_weight_modifier_journal_entries = yes }
			add = 750
		}
	}
}
