eoanbsys_technology_complete_tribal = {
	set_technology = {
		# Tribal
			start_build_tech = 1
			tribal_carrier_birds = 1
			tribal_electrical_theory = 1
			tribal_steel_tools = 1
			tribal_tatics = 1
			tribal_gunpowder = 1
			tribal_riding = 1
			tribal_steam_experiments = 1
			tribal_forging = 1
			tribal_artisan = 1
			tribal_chemistry = 1
			tribal_guilds_trade = 1
			tribal_crop_planting = 1
			tribal_irrigation = 1
			tribal_crop_rotation = 1
			tribal_salted_smoked_goods = 1
			tribal_leching = 1
	}
}
eoanbsys_technology_setup_developed_asia_1857 = {
	set_technology = {
		# Tribal
			start_build_tech = 1
			tribal_carrier_birds = 1
			tribal_electrical_theory = 1
			tribal_steel_tools = 1
			tribal_tatics = 1
			tribal_gunpowder = 1
			tribal_riding = 1
			tribal_steam_experiments = 1
			tribal_forging = 1
			tribal_artisan = 1
			tribal_chemistry = 1
			tribal_guilds_trade = 1
			tribal_crop_planting = 1
			tribal_irrigation = 1
			tribal_crop_rotation = 1
			tribal_salted_smoked_goods = 1
			tribal_leching = 1
		# Small Arms
			traditional_mixed_arms = 1
			tech_infantry_infantry_swords = 1
			tech_infantry_napoleonic_uniform = 1
			basic_cavalry = 1
			socket_bayonet = 1
		# Support
		# Motorized
		# Artillery
		# Air
		# Mechanical
			mass_transit_early = 1
		# Process
			hot_blast_furnaces = 1
			industrial_blast_furnace = 1
			industrial_finery_forge = 1
			wrought_iron_industrialization = 1
		# Biochemistry
			pre_industrial_farms = 1
		# Electronics
		# Humanities
			tech_humanities_mercantilism = 1
		#Naval
			tech_naval_corvette = 1
			tech_naval_early_gunboat = 1
			tech_naval_early_frigate = 1
			tech_naval_mtg_24_pounder_battery = 1
			tech_naval_mtg_sails = 1
			tech_naval_mtg_crows_nest = 1
	}
}
eoanbsys_inherit_technology = {
	# THIS is inheritor
	# PREV is inherited from
	custom_effect_tooltip = eoanbsys_inherit_technology_tt
	for_each_loop = {
		array = PREV.researched_techs
		if = {
			limit = {
				NOT = {
					is_in_array = {
						array = researched_techs
						value = v
					}
				}
			}
			add_to_array = {
				array = researched_techs
				value = v
			}
		}
	}
}