﻿
law_agrarianism = {
	group = lawgroup_economic_system
	
	icon = "gfx/interface/icons/law_icons/agrarianism.dds"
	
	progressiveness = 0
	
	disallowing_laws = {
		law_anarchy
	}	
	
	unlocking_technologies = {
		romanticism
	}
	
	on_activate = {
	}
	
	modifier = {
		state_aristocrats_investment_pool_efficiency_mult = 0.5
		state_farmers_investment_pool_efficiency_mult = 0.5
		state_capitalists_investment_pool_efficiency_mult = -0.25
		country_private_construction_allocation_mult = 0.5
		
		country_subsidies_bg_agriculture = yes
		country_subsidies_bg_ranching = yes
		country_subsidies_bg_plantations = yes
		country_subsidies_bg_infrastructure = yes
		country_subsidies_bg_trade = yes
		building_group_bg_agriculture_throughput_mult = 0.10
		building_group_bg_plantation_throughput_mult = 0.10
	}

	build_from_investment_pool = {
		bg_agriculture
		bg_plantations
		bg_ranching
		bg_infrastructure
		bg_whaling
		bg_logging
		bg_rubber
		bg_fishing
	}
	
	possible_political_movements = {
		law_interventionism
		law_command_economy
		law_laissez_faire
		law_cooperative_ownership
	}
	
	pop_support = {
		value = 0
		add = {
			desc = "POP_FARMERS"			
			if = {
				limit = {
					owner = {
						OR = { 
							has_law = law_type:law_interventionism 
							has_law = law_type:law_laissez_faire 
							has_law = law_type:law_traditionalism
						}
					}
					is_pop_type = farmers
				}
				value = 0.33
			}
		}
		add = {
			desc = "POP_ARISTOCRATS"			
			if = {
				limit = {
					owner = {
						OR = { 
							has_law = law_type:law_interventionism 
							has_law = law_type:law_laissez_faire 
						}
					}
					is_pop_type = aristocrats
				}
				value = 0.33
			}
		}
	}
		
	ai_will_do = {
		OR = {
			has_law = law_type:law_traditionalism
			literacy_rate < 0.4
		}
	}
}

