﻿adult_education_activity_cost = {
	value = root.major_gold_value_static_max
	if = {
		limit = {
			root = {
				government_has_flag = government_is_tribal
			}
		}
		multiply = 0.5
	}
	if = {
		limit = {
			root = {
				any_sub_realm_county = {
					holder = root
					title_province = {
						OR = {
							has_building = dlm_grand_university_l_01
							has_building = dlm_grand_university_l_02
							has_building = dlm_grand_university_l_03
							has_building = dlm_grand_university_l_04
						}
					}
				}
			}
		}
		multiply = 0.55
	}
	else_if = {
		limit = {
			root = {
				any_sub_realm_county = {
					holder = root
					title_province = {
						OR = {
							has_building = dlm_grand_university_r_01
							has_building = dlm_grand_university_r_02
							has_building = dlm_grand_university_r_03
							has_building = dlm_grand_university_r_04
						}
					}
				}
			}
		}
		multiply = 0.7
	}
	else_if = {
		limit = {
			root = {
				any_sub_realm_county = {
					holder = root
					title_province = {
						OR = {
							has_building = dlm_grand_university_01
							has_building = dlm_grand_university_02
							has_building = dlm_grand_university_03
							has_building = dlm_grand_university_04
						}
					}
				}
			}
		}
		multiply = 0.85
	}
}
