cruiser = {
	icon = 11
	
	type = naval
	sprite = Cruiser
	active = no
	unit_type = light_ship
	
	#Core Abilities
	priority = 12
	max_strength = 100
	default_organisation = 30
	maximum_speed = 12


	#Building Costs
	build_time = 240
	build_cost = {
		steamer_convoy = 30
		artillery = 6
		canned_food = 4
		fuel = 10
	}
	
	supply_consumption = 1.0
	supply_cost = {
		steamer_convoy = 0.16
		artillery = 0.1
		canned_food = 0.2
		fuel = 1.0
	}
	

	#Naval Abilties
	hull = 50
	gun_power = 30
}
