sub_units = {

	battle_maid_guard = {
		sprite = maid_infantry
		map_icon_category = infantry

		priority = 800
		ai_priority = 200
		active = no

		type = {
			infantry
		}
		
		group = infantry
		
		categories = {
			category_front_line
			category_light_infantry
			category_all_infantry
			category_army
		}
		
		##COMBAT stats
		soft_attack = 0.08
		hard_attack = 0.08
		air_attack = 0.08
		defense = -0.1
		breakthrough = 0.08
		combat_width = 1.9
		
		#Size Definitions
		max_strength = 24
		max_organisation = 64
		default_morale = 0.3
		manpower = 800

		#Misc Abilities
		training_time = 120
		suppression = 2.16
		maximum_speed = 0.10
		weight = 0.5
		
		supply_consumption = 0.008
		own_equipment_fuel_consumption_mult = 0.4
	
		transport = maid_infantry_equipment

		essential = {
			maid_infantry_equipment
			support_weapon
			maid_support_equipment
			maid_motorized_equipment
		}

		need = {
			maid_infantry_equipment = 108
			support_weapon = 48
			maid_support_equipment = 12
			maid_motorized_equipment = 16
		}

		forest = {
			attack = 0.00
			defence = 0.00
			movement = -0.10
		}
		jungle = {
			attack = 0.00
			defence = 0.00
			movement = -0.425
		}
		hills = {
			attack = 0.00
			defence = 0.00
			movement = -0.10
		}
		mountain = {
			attack = 0.00
			defence = 0.00
			movement = -0.50
		}
		urban = {
			attack = 0.00
			defence = 0.00
			movement = 0.10
		}
		marsh = {
			attack = 0.00
			defence = 0.00
			movement = -0.60
		}
		desert = {
			attack = 0.00
			defence = 0.00
			movement = -0.25
		}
		river = {
			movement = -0.10
		}
	}
	
	#Maid Weapons?
	#Maid Weapons&Gun?
	
	moto_maid_guard = {
		sprite = maid_moto
		map_icon_category = infantry

		priority = 900
		ai_priority = 200
		active = no

		type = {
			motorized
		}
		
		group = mobile
		
		categories = {
			category_front_line
			category_all_infantry
			category_army
		}
		
		##COMBAT stats
		soft_attack = 0.08
		hard_attack = 0.08
		air_attack = 0.08
		defense = -0.1
		breakthrough = 0.08
		combat_width = 1.8
		
		#Size Definitions
		max_strength = 24
		max_organisation = 64
		default_morale = 0.3
		manpower = 800

		#Misc Abilities
		training_time = 120
		suppression = 2.16
		maximum_speed = 0.10
		weight = 0.75
		
		supply_consumption = 0.008
		own_equipment_fuel_consumption_mult = 4.8
		
		transport = maid_motorized_equipment
	
		essential = {
			maid_infantry_equipment
			support_weapon
			maid_support_equipment
			maid_motorized_equipment
		}

		need = {
			maid_infantry_equipment = 108
			support_weapon = 48
			maid_support_equipment = 12
			maid_motorized_equipment = 52
		}
		
		forest = {
			attack = 0.00
			defence = 0.00
			movement = -0.20
		}
		jungle = {
			attack = 0.00
			defence = 0.00
			movement = -0.75
		}
		hills = {
			attack = 0.00
			defence = 0.00
			movement = -0.15
		}
		mountain = {
			attack = 0.00
			defence = 0.00
			movement = -0.75
		}
		urban = {
			attack = 0.00
			defence = 0.00
			movement = 0.40
		}
		marsh = {
			attack = 0.00
			defence = 0.00
			movement = -0.85
		}
		desert = {
			attack = 0.00
			defence = 0.00
			movement = -0.30
		}
		river = {
			attack = -0.20
			movement = -0.10
		}
		amphibious = {
			attack = -0.20
			movement = -0.10
		}
	}
	
	#Mot. Maid Weapons?
	#Mot. Maid Weapons&Gun?
}