﻿officers = {
	texture = "gfx/interface/icons/pops_icons/officers.dds"
	color = hsv{ 0.12 0.51 0.36 }
	military = yes
	start_quality_of_life = 10
	wage_weight = 5
	paid_private_wage = yes
	literacy_target = 0.50
	education_access = 0.25
	dependent_wage = 0.5	# per year
	unemployment = yes
	ignores_employment_proportionality = yes

	# 70% - 100% politically engaged
	political_engagement_base = 0.7
	political_engagement_literacy_factor = 0.3

	political_engagement_mult = {
		value = 1

		add = {
			desc = "POP_STARVATION"

			if = {
				limit = {
					is_in_mild_starvation = yes
				}
				value = 0.5
			}
			else_if = {
				limit = {
					is_in_severe_starvation = yes
				}
				value = 1.5
			}
		}
	}

	qualifications_growth_desc = "OFFICERS_QUALIFICATIONS_DESC"
	qualifications = {
		if = {
			limit = {
				is_peasant_under_serfdom = no
				OR = {
					state = {
						state_cultural_acceptance = {
							target = PREV.culture
						   	value > acceptance_status_4
					   	}
					}
					is_pop_type = soldiers
				}
				wealth > 10 #was none
				literacy_rate > 0.05 #was none
			}
			# baseline: ( literacy - 0.2 ) * 10, norm 2 for Soldiers with Literacy 30%
			add = {
				value = literacy_rate
				subtract = 0.2 # was 0.2
				min = 0
				multiply = 5 #was 10
				desc = "QUALIFICATIONS_LITERACY_FACTOR"
			}
			if = {
				limit = {
					is_pop_type = peasants
				}
				multiply = {
					value = 0.05 #was none
					desc = "QUALIFICATIONS_FAVORED_TYPE"
				}
			}
			if = {
				limit = {
					is_pop_type = laborers
				}
				multiply = {
					value = 0.1 #was none
					desc = "QUALIFICATIONS_FAVORED_TYPE"
				}
			}
			if = {
				limit = {
					is_pop_type = aristocrats
				}
				multiply = {
					value = 10 #was 5
					desc = "QUALIFICATIONS_FAVORED_TYPE"
				}
			}
			if = {
				limit = {
					is_pop_type = soldiers
					owner = {
						is_at_war = yes
					}
					is_employed = yes
					workplace = {
						has_deployed_units = yes
					}
				}
				multiply = {
					value = 5
					desc = "QUALIFICATIONS_DEPLOYED_SERVICEMEN"
				}
			}
			if = {
				limit = {
					owner = {
						has_law_or_variant = law_type:law_peasant_levies
					}
					NOT = { is_pop_type = aristocrats }
				}
				multiply = {
					value = 0.1
					desc = "QUALIFICATIONS_OFFICERS_PEASANT_LEVIES"
				}
			}
			if = {
				limit = {
					has_pop_religion = jewish
				}
				multiply = {
					value = 0.5
					desc = "jewish"
				}
			}
		}
		else_if = {
			limit = {
				is_peasant_under_serfdom = yes
			}
			value = {
				desc = "QUALIFICATIONS_PEASANTS_UNDER_SERFDOM"
				value = 0
			}
		}
	}

	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 }
}
