#######################
# written by Aetherum #
#######################

country_decisions = {

    found_national_art_gallery = {
		potential = {
		NOT = { has_country_flag = art_college_flag }
		is_year = 800
		}
		allow = {
		government_rank = 3
		prestige = 25
		years_of_income = 1
		}
		effect = {
		add_country_modifier = {
				name = "art_college"
				duration = -1
			} 
		add_years_of_income = -1
		set_country_flag = art_college_flag
		}
    }
	
}