sub_units = {
	light_drone = {
		abbreviation = "LTL"
		sprite = infantry
		map_icon_category = armored
		priority = 9999
		ai_priority = 9999
		active = yes
		training_time = 100

		type = {
			armor
		}
		
		group = armor
		
		categories = {
			category_tanks
			category_front_line
			category_all_armor
			category_army
		}


		# Light Debuffs
		forest = {
		    attack =  0.2
			movement =  0.2
		}
		hills = {
		    attack =  0.1
			movement =  0.1
		}
		marsh = {
		    attack = -0.2
			movement = -0.2
		}
		urban = {
		    attack = -0.2
			movement = -0.2
		}

		# Medium Debuffs
		mountain = 	{
		    attack =  0.1
			movement =  0.1
		}
		jungle = {
		    attack =  0.1
			movement =  0.1
		}

		# Strong Debuffs
		river = { 
			attack = -0.6
			movement = -0.6
		}
		amphibious = {
			attack = -0.6
			movement = -0.6
		}

		combat_width = 2

		need = {
			light_drone_equipment = 100
		}

		manpower = 1
		max_organisation = 60
		default_morale = 0.3
		max_strength = 2
		supply_consumption = 0.10
		breakthrough = 0

		weight = 1.5
		suppression = 4.5		
	}

	battle_drone = {
		abbreviation = "BTL"
		sprite = infantry
		map_icon_category = armored
		priority = 9999
		ai_priority = 9999
		active = yes
		training_time = 100

		type = {
			armor
		}
		
		group = armor
		
		categories = {
			category_tanks
			category_front_line
			category_all_armor
			category_army
		}


		# Light Debuffs
		forest = {
		    attack =  0.1
			movement =  0.1
		}
		hills = {
		    attack =  0.1
			movement =  0.1
		}
		marsh = {
		    attack = -0.1
			movement = -0.1
		}

		# Medium Debuffs
		mountain = 	{
		    attack =  0.25
			movement =  0.25
		}
		jungle = {
		    attack =  0.25
			movement =  0.25
		}
		urban = {
		    attack = -0.25
			movement = -0.25
		}

		# Strong Debuffs
		river = { 
			attack = -0.5
			movement = -0.5
		}
		amphibious = {
			attack = -0.5
			movement = -0.5
		}

		combat_width = 2

		need = {
			battle_drone_equipment = 100
		}

		manpower = 1
		max_organisation = 60
		default_morale = 0.5
		max_strength = 2
		supply_consumption = 0.10
		breakthrough = 0

		weight = 1.5
		suppression = 5.0		
	}

	emperor_drone = {
		abbreviation = "ETL"
		sprite = infantry
		map_icon_category = armored
		priority = 9999
		ai_priority = 9999
		active = yes
		training_time = 100

		special_forces = yes

		type = {
			armor
		}
		
		group = armor
		
		categories = {
			category_tanks
			category_front_line
			category_all_armor
			category_army
		}


		# Light Debuffs
		forest = {
		    attack =  0.1
			movement = 0.1
		}
		hills = {
		    attack =  0.1
			movement =  0.1
		}
		marsh = {
		    attack = -0.1
			movement = -0.1
		}
		mountain = 	{
		    attack =  0.1
			movement =  0.1
		}
		jungle = {
		    attack =  0.1
			movement =  0.1
		}

		# Medium Debuffs
		urban = {
		    attack = -0.1
			movement = -0.1
		}

		# Strong Debuffs
		amphibious = {
			attack = -0.5
			movement = -0.5
		}

		combat_width = 2

		need = {
			emperor_drone_equipment = 50
		}

		manpower = 1
		max_organisation = 60
		default_morale = 0.8
		max_strength = 3
		supply_consumption = 0.15
		breakthrough = 0

		weight = 1.5
		suppression = 8.5		
	}
}