# Do not change tags in here without changing every other reference to them.
# If adding new technology, make sure they are uniquely named.

technology_Categories = {

#######################################################MD4 EQUIPMENT###########################################
	
	### Armor Tab ###
	Cat_ARMOR  #All Armor
		
		Cat_TANKS #All tanks
			Cat_MBT #new - Main Battle Tank
			Cat_ENG_MBT #new -Engi Tank
			Cat_REC_TANK #new - Recon Tank
			
		Cat_AFV #All Armored Fighting Vehicles
			Cat_IFV #new - Infantry Fighting Vehicle
			Cat_AMPH_IFV #new - Amphibious Infantry Fighting Vehicle
			Cat_AIR_IFV #new - Airborne Infantry Fighting Vehicle
			Cat_APC #new - Armoured peronel Carrier
			Cat_AMPH_APC #new Amphibious Armoured peronel Carrier
			Cat_AIR_APC #new - Airborne Armoured peronel Carrier
			Cat_UTIL #Utility Vehicle
	
	
	#### Arty Tab ###
	Cat_ARTILLERY #All Artillery/AA/AT
	
		Cat_ARTY #Towed Artillery
		Cat_SP_ARTY #Self Propelled Artillery
		Cat_SP_R_ARTY #Self Propelled Rocket Artillery
		
		Cat_AA #All Anti-Air
			Cat_L_AA # Hand Held AA
			Cat_SP_AA #Self propelled AA
		
		Cat_AT #All AT
			Cat_L_AT #Light AT
			Cat_H_AT #Heavy AT
	
	### Infantry tab ###
	Cat_INF #All Infantry 
	
		#Cat_SMALL_ARMS
		Cat_INF_WEP #Infantry Weapons
		Cat_H_INF_WEP #Heavy Infantry Weapons
		
		Cat_ENG_EQP #Engineer Equipment
		Cat_L_DRONE #Land Drone Equipment
		Cat_CnC #Command and Control Equipment
		
		Cat_NVG #Night Vision Googles
		
		Cat_L_AA # Hand Held AA (yes its in two catagories)
		Cat_L_AT #Light AT (yes its in two catagories)
	
	### Air ###
	Cat_AIR_EQP #All Air Equipment
	
		Cat_NAVAL_AIR #All naval air
		CAT_FIXED_WING #All fighters/bombers tab
		
		### Bombers ###
		Cat_H_AIR #Heavy Aircraft
			Cat_STR_BOMBER #Strategic Bomber
			Cat_NAVAL_PLANE #Maritime Patrol
			Cat_CAS #Close Air Support
			Cat_TRANS_PLANE #Transport Plane
		
		### Fighter Tab ###
		Cat_FIGHTER #All Fighters
			Cat_MR_FIGHTER #Multi Role Fighters
			Cat_CV_MR_FIGHTER #Carrier Multi Role Fighters
			Cat_S_FIGHTER #Strike Fighters
			
			Cat_L_Fighter #Light Fighter/trainer
				Cat_L_S_FIGHTER #Light Strike Fighter
				Cat_CV_L_S_FIGHTER #Carrier Light Strike Fighter
			
			Cat_AS_FIGHTER #Air Supperiority Fighter
			Cat_INT_FIGHTER #Interceptor Fighters
			Cat_A_UAV #Unmanned Combat Aireial Vehicle
		
		### Helicopter Tab ###
		Cat_HELI #All Helicopters
			Cat_TRANS_HELI #Transport Helicopter
			Cat_ATT_HELI #Attack Helicopter
			Cat_ASW_HELI #Anti-Submarine Helicopter
		
		
		
	

	### Naval ###
	Cat_NAVAL_EQP #All Naval Ships
	
		#Submarines
		Cat_SUB #All Submarines
			
			Cat_NUKE_SUB #Nuclear Submarines
				Cat_ATT_SUB #Nuclear Attack Submarine
				Cat_M_SUB #Nuclear Missile Submarine
			
			Cat_D_SUB #Disesel Submarine
		
		#Surface Ships
		Cat_SURFACE_SHIP #All Surface Ships
			Cat_N_CRUISER #Nuclear Missile Cruiser
			Cat_M_Cruiser #Missile Cruiser
			Cat_DESTROYER #Missile Destroyer
			Cat_FRIGATE #Frigate
			Cat_CORVETTE #Corvette
			Cat_TRANS_SHIP #Transport ship
		
		#Carrier
		Cat_CARRIER #All Carriers
			Cat_N_CV #nuclear carrier
			Cat_CV #Aircraft Carrier
			Cat_LHA #Landing Helicopter Assault (LHA)
			Cat_LPD #Amphibious transport dock/landing platform/dock (LPD)
	
##############################################END OF EQUIPMENT###########################################
   
	### Doctrines ###
	
	legacy_doctrines #doctrine
	air_doctrine #doctrine
	
	Cat_strategic_destruction_tree #doctrine
	Cat_battlefield_support_tree #doctrine
	Cat_operational_integrity_tree #doctrine
	Cat_base_strike #doctrine
	Cat_strategic_destruction #doctrine
	Cat_battlefield_support #doctrine
	Cat_operational_integrity #doctrine
	Cat_base_strike_main #doctrine
	
	############## OLD, UNUSED? ##############
	
	Cat_naval_doctrine #doctrine
	Cat_convoy_defense_tree #doctrine
	Cat_trade_interdiction_tree #doctrine
	
	Cat_submarine_doctrine #doctrine
	Cat_fleet_in_being_tree #doctrine
	Cat_trade_interdiction #doctrine
	Cat_fleet_in_being #doctrine

	motorized_equipment
	mechanized_equipment
	rocketry
	land_doctrine
	marine_tech
	
	para_tech
	mot_rockets
	support_tech

	
#industry
	nuclear
	industry
	electronics
	jet_technology
	synth_resources
	encryption_tech
	decryption_tech
	computing_tech
	radar_tech
	infantry_tech
	construction_tech

			
			
}

technology_folders = {
	infantry_folder
	armour_folder
	artillery_folder
	air_techs_folder
	fixed_wing_folder
	bomber_folder
	naval_folder
	#industry_folder
	land_doctrine_folder
	naval_doctrine_folder = {
		available = {
		  has_country_flag = NAVAL_DOCTRINE_GOD
		}
	}
	air_doctrine_folder
	electronics_folder = {
		available = {
		  has_country_flag = I_AM_AN_ELECTRONIC_GOD
		}
	}
	carrier_folder
	submarine_folder
	#strategic_tech_folder
	#secret_weapons_folder
}

 