﻿# group = this is the law_group a law belongs to
# icon = graphical icon shown in-game
# modifier = {} modifier on country for having adopted this law

law_encouranging_childbirth = {
	group = lawgroup_rights_of_women
	icon = "gfx/interface/icons/law_icons/encouranging_childbirth.dds"
	
	progressiveness = -200
	
	unlocking_laws = {
		law_ethnostate
		law_national_supremacy
	}
	
	on_enact = {
		recalculate_pop_ig_support = yes
	}

	modifier = {
		state_birth_rate_mult = 0.05
		country_institution_childbirth_affairs_max_investment_add = 1
	}
	
	
	possible_political_movements = {
		law_no_womens_rights
		law_women_own_property
	}
	
	institution = institution_childbirth_affairs
	
	ai_will_do = {
		exists = ruler
		ruler = {
			OR = {
				has_ideology = ideology_fascist
				has_ideology = ideology_traditionalist 
			}
		}
	}
}