technology_sharing_group = {

	id = OLE_EQS_investment_tech_group
	name = OLE_EQS_investment
	desc = OLE_EQS_investment_desc
	picture = GFX_technology_sharing_default

	research_sharing_per_country_bonus = 0.1

	categories = { industry }

	available = {
	has_government = democratic
	EQS = { NOT = { has_war_with = OLE } }
	OR = {
		is_in_faction = no
		is_in_faction_with = EQS
	}

	if = {
		limit = { tag = EQS }
		OLE = {
			OR = {
				is_in_faction = no
				is_in_faction_with = EQS
				is_subject_of = EQS
			}
		}
	}
	}
}

technology_sharing_group = {

	id = OLE_workers_scientific_committee_tech_group
	name = OLE_workers_scientific_committee
	desc = OLE_workers_scientific_committee_desc
	picture = GFX_technology_sharing_default

	research_sharing_per_country_bonus = 0.1

    available = {
					OR = {
						original_tag = OLE
						is_in_faction_with = OLE
						AND = {
							has_government = communism
							OLE = { has_opinion = { target = ROOT value > 40 } }
						}
					}
					OLE = { has_government = communism }

    }

}

technology_sharing_group = {

	id = OLE_CHN_advisors_tech_group
	name = OLE_CHN_advisors
	desc = OLE_CHN_advisors_desc
	picture = GFX_technology_sharing_default

  research_sharing_per_country_bonus = 0.1

  categories = { land_doctrine }

	available = {
	CHN = { NOT = { has_war_with = OLE } }
	OR = {
		is_in_faction = no
		is_in_faction_with = CHN
		is_subject_of = CHN
	}

	if = {
		limit = { tag = CHN }
		OLE = {
			OR = {
				is_in_faction = no
				is_in_faction_with = CHN
				is_subject_of = CHN
			}
		}
	}
	}
}
