sub_units = {
	unicorn = {
		sprite = infantry
		map_icon_category = infantry
		priority = 0
		ai_priority = 0
		active = no

		type = {
			infantry
			support
		}
		
		group = support
		
		categories = {
			category_front_line
			category_support_battalions
			category_army
		}

	
		combat_width = 0
	
		#Size Definitions
		max_strength = 1
		max_organisation = 30
		default_morale = 0.3
		manpower = 500
		training_time = 180

		#Misc Abilities
		weight = 0.1
		supply_consumption = 0.02
		can_be_parachuted = yes
		
		# Important Ability
		defense = 0.03
		soft_attack = 0.05
		hard_attack = 0.05
		entrenchment  = 0.5

		essential = {
			infantry_equipment
			support_equipment
		}
		
		need = {
			support_equipment = 10
			infantry_equipment = 10
		}

	}
}
