﻿slaves = {
	texture = "gfx/interface/icons/pops_icons/slaves.dds"
	color = hsv{ 0.11 0.21 0.68 }
	is_slave = yes
	unemployment = yes
	can_always_hire = yes
	start_quality_of_life = 1
	wage_weight = 0
	dependent_wage = 0.0	# per year
	
	# 0% - 80% politically engaged
	# Slaves cannot join IGs but can support movements to end slavery etc
	political_engagement_base = 0.0
	political_engagement_literacy_factor = 0.2	
	
	political_engagement_mult = {
		value = 1		
		
		add = {
			desc = "POP_STARVATION"	
			
			if = {
				limit = {
					is_in_mild_starvation = yes
				}
				value = 0.25
			}
			else_if = {
				limit = {
					is_in_severe_starvation = yes
				}
				value = 1
			}
		}
	}
	
	portrait_age = {
		integer_range = {
			min = define:NPortrait|GRACEFUL_AGING_START
			max = define:NPortrait|GRACEFUL_AGING_END
		}
	}
	portrait_pose = { value = 0 }			
	portrait_is_female = { always = yes }
}