pte_force_knowledge_sharing = {
	category = 6
	power_projection = no
	power_cost_base = 0.89
	prestige_base = 0.2
	ae_base = 0
	warscore_cost = {
		all_provinces = 0.0
		no_provinces = 25.0
		owner_keeps = 0.0
		conquered = 0.0
		returned_core = 0.0
		released_nation = 0.0
		cancelled_subject = 0.0
		concede_colonial_region = 0.0
	}
	warscore_cap = -1
	requires_demand_independence = no
	is_make_subject = no
	requires_is_allowed = no

	is_visible = {
		is_lacking_institutions = yes
		FROM = {
			institution_difference = {
				who = ROOT
				value = 1
			}
		}
	}
	is_allowed = {
		capital_scope = {
			OR = {
				NOT = { current_institution = 100 }
				area_for_scope_province = {
					owned_by = ROOT
					NOT = { current_institution = 100 }
				}
			}
		}
	}
	effect = {
		capital_scope = {
			area = {
				limit = {
					owned_by = ROOT
				}
				add_next_institution_embracement = 25
			}
		}
	}
	ai_weight = {
		export_to_variable = {
			variable_name = ai_value
			value = 1
		}
		limit = {
			capital_scope = {
				OR = {
					NOT = { current_institution = 100 }
					area_for_scope_province = {
						owned_by = ROOT
						NOT = { current_institution = 100 }
					}
				}
			}
			OR = {
				capital_scope = {
					OR = {
						NOT = { current_institution = 50 }
						area_for_scope_province = {
							owned_by = ROOT
							NOT = { current_institution = 50 }
						}
					}
				}
				FROM = {
					OR = {
						institution_difference = {
							who = ROOT
							value = 2
						}
						tech_difference = 3
					}
				}
			}
			OR = {
				border_distance = {
					who = FROM
					distance = 300
				}
				FROM = {
					num_of_cities = 5
				}
				FROM = {
					offensive_war_with = ROOT
				}
			}
		}
	}
}