focus_ed_polymath = {
	type = character
	
	modifier_name = "EDUCATION_FOCUS_POLYMATH"
	
	potential = {
		age = 11
		is_adult = no
	}
	
	allow = {
	}
	
	# AI Pick chance
	chance = {
		factor = 10
	}
	
	# Focuses have no success conditions
	success = {
		always = no
	}
	
	abort = {
		is_adult = yes
	}
	
	abort_effect = {
	}
	
	# MODIFIERS
	diplomacy = 1
	martial = 1
	stewardship = 1
	intrigue = 1
	learning = 1
	
	good_traits = {
		curious
		conscientious
		willful
	}
	
	bad_traits = {
		indolent
		fussy
		playful
	}
}