edict_advancement_effort = {
	potential = {
		always = yes		#we support "potential" if modders want to have lots and just show some.
	}
	
	allow = {
		if = {
			limit = { ai = yes }
			is_at_war = no
		}
		else = {
			always = yes
		}
	}
	
	modifier = {
		local_institution_spread = 0.33
	}

	notify_trigger = {
		FROM = {
			current_institution = 100
		}
	}
	
	color = { 50 173 192 }
	
	
	ai_will_do = {
		# has to be around at least 10 to be picked (depends on maintainance cost and general economy)
		factor = 100.0
		modifier = {
			factor = 0
			all_province_in_state = {
				NOT = { current_institution_growth = 0.5 }
			}
		}
		modifier = {
			factor = 2.0
			any_province_in_state = {
				is_capital = yes
			}
		}
		modifier = {
			factor = 10.0
			all_province_in_state = {
				AND = {
					current_institution_growth = 0.5
				}
			}
		}
	}
}