technology_sharing_group = {

	id = HABSBURG_tech_sharing_group
	name = HABSBURG_tech_sharing_group_name
	desc = HABSBURG_tech_sharing_group_desc
	picture = GFX_technology_sharing_default

	research_sharing_per_country_bonus = 0.15

	available = {
		HABSBURG_is_a_habsburg_viable_nation = yes 
	}
}

technology_sharing_group = {

	id = AUS_allied_tech_sharing_group
	name = AUS_allied_tech_sharing_group_name
	desc = AUS_allied_tech_sharing_group_desc
	picture = GFX_technology_sharing_default

	research_sharing_per_country_bonus = 0.15

	available = { 
		AND = {
			capital_scope = { is_on_continent = europe }
			OR = {
				original_tag = AUS
				is_in_faction_with = AUS
			}
		}
	}
}

technology_sharing_group = {

	id = EU_tech_sharing_group
	name = EU_tech_sharing_group_name
	desc = EU_tech_sharing_group_desc
	picture = GFX_technology_sharing_default

	research_sharing_per_country_bonus = 0.05

	available = { 
		AND = {
			capital_scope = { is_on_continent = europe }
			OR = {
				BEL = { 
					OR = {
						has_completed_focus = BEL_european_community 
						has_completed_focus = BEL_the_council_of_europe
					}
				}

				#AUS = { If we make EU for AUS too

				#}
			}
			OR = {
				#original_tag = AUS
				original_tag = BEL
				#is_in_faction_with = AUS
				is_in_faction_with = BEL
				#is_subject_of = AUS
				is_subject_of = BEL
			}
		}
	}
}

technology_sharing_group = {

	id = GER_JAP_naval_tech_sharing
	name = GER_JAP_naval_tech_sharing_name
	desc = GER_JAP_naval_tech_sharing_desc
	picture = GFX_technology_sharing_default

	research_sharing_per_country_bonus = 0.1

	categories = { naval_equipment }

	available = { 
		OR = {
			AND = {
				original_tag = GER
				has_government = fascism
				NOT = {
					has_war_with = JAP
				}
			}
			AND = {
				original_tag = JAP
				has_government = fascism
				NOT = {
					has_war_with = GER
				}
			}
		}
	}
}

technology_sharing_group = {

	id = GER_anglo_german_naval_development_group
	name = GER_anglo_german_naval_development_group
	desc = GER_anglo_german_naval_development_group_desc
	picture = GFX_technology_sharing_default

	research_sharing_per_country_bonus = 0.1

	categories = { naval_equipment }

	available = { 
		OR = {
			AND = {
				original_tag = GER
				NOT = {
					has_war_with = ENG
				}
			}
			AND = {
				original_tag = ENG
				NOT = {
					has_war_with = GER
				}
			}
		}
	}
}

technology_sharing_group = {
	id = GER_SOV_industrial_development_group
	name = GER_SOV_industrial_development_group
	desc = GER_SOV_industrial_development_group_desc
	picture = GFX_technology_sharing_default

	research_sharing_per_country_bonus = 0.1

	categories = { industry cat_production }

	available = {
		OR = {
			AND = {
				original_tag = GER
				NOT = {
					has_war_with = SOV
				}
			}
			AND = {
				original_tag = SOV
				NOT = {
					has_war_with = GER
				}
			}
		}
	}
}

