commerce_raider = {
	icon = 8
	
	type = naval
	sprite = Raider
	active = no
	unit_type = light_ship
	move_sound = steam_move
	select_sound = steam_selected
	
	#Core Abilities
	priority = 15
	max_strength = 100
	default_organisation = 30
	maximum_speed = 10


	#Building Costs
	build_time = 360
	build_cost = {
		steamer_convoy = 10
		artillery = 3
		canned_food = 2
	}
	
	supply_consumption = 1.0
	supply_cost = {
		steamer_convoy = 0.16
		artillery = 0.096
		canned_food = 0.16
	}
	

	#Naval Abilties
	hull = 8
	gun_power = 5
}

