technology_sharing_group = {

	id = GER_VAT_tech_sharing
	name = GER_VAT_tech_sharing_name
	desc = GER_VAT_tech_sharing_desc
	picture = GFX_technology_sharing_default

	research_sharing_per_country_bonus = 0.1

	categories = { infantry_tech support_tech artillery armor air_equipment naval_equipment electronics industry }

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