﻿aristocrats = {
	texture = "gfx/interface/icons/pops_icons/aristocrats.dds"
	color = hsv{ 0.60 0.58 0.46 }
	start_quality_of_life = 20
	wage_weight = 6
	paid_private_wage = yes
	literacy_target = 0.0
	dependent_wage = 0.5	# per year
	unemployment = yes
	
	# 70% - 100% politically engaged
	political_engagement_base = 0.0
	political_engagement_literacy_factor = 0.6
	
	political_engagement_mult = {
		value = 1		
		
		add = {
			desc = "POP_STARVATION"	
			
			if = {
				limit = {
					is_in_starvation = yes
				}
				value = 1
			}
		}
		
	}	
	
	qualifications_growth_desc = "ARISTOCRATS_QUALIFICATIONS_DESC"
	qualifications = {
		if = {
			limit = {
				wealth > 10
			}
			# baseline: ( wealth - 10 ) / 10 + literacy, norm 1.5 for Wealth 20 and Literacy 50%
			add = {
				value = wealth
				subtract = 10
				divide = 5
				desc = "QUALIFICATIONS_WEALTH_FACTOR"
			}
			add = {
				value = literacy_rate
				desc = "QUALIFICATIONS_LITERACY_FACTOR"
			}
			if = {
				limit = {
					is_pop_type = bureaucrats
				}
				multiply = {
					value = 5
					desc = "QUALIFICATIONS_FAVORED_TYPE"
				}
			}
			if = {
				limit = {
					is_pop_type = officers
				}
				multiply = {
					value = 5
					desc = "QUALIFICATIONS_FAVORED_TYPE"
				}
			}
			if = {
				limit = {
					state = {
						state_cultural_acceptance = {  
							target = PREV.culture
						   	value < acceptance_status_4 
					   	}
					}
				}
				multiply = {
					value = 0.1
					desc = "QUALIFICATIONS_CULTURAL_DISCRIMINATION"
				}
			}
		}
	}
	
	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 }
}
