<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="ship_hull.xsl"?> 
<ShipHulls>
	<ShipHull id="CANOE"		name="Canoe" 			hull="4" 	sails="4"	rigging="25"	crew="50"	cannons="0"		size="10" 		techlevel="1"	frequency="NONE"/> 
	<ShipHull id="PINNACE"		name="Pinnace" 			hull="4" 	sails="10"	rigging="20" 	crew="60"	cannons="6"		size="24" 		techlevel="1"	frequency="UNIVERSAL"/> 
	<ShipHull id="SLOOP"		name="Sloop"			hull="8" 	sails="16" 	rigging="18" 	crew="80" 	cannons="12" 	size="48" 		techlevel="1"	frequency="COMMON"/>
	<ShipHull id="WSLOOP"		name="Sloop of War"		hull="10" 	sails="16" 	rigging="16" 	crew="100" 	cannons="16" 	size="56" 		techlevel="3"	frequency="RARE"/>
	<ShipHull id="CBARQUE"		name="Coastal Barque" 	hull="8" 	sails="4"	rigging="4" 	crew="70" 	cannons="6"		size="60" 		techlevel="1"	frequency="UNIVERSAL"/>
	<ShipHull id="BARQUE"		name="Barque" 			hull="10" 	sails="12"	rigging="8"		crew="90"	cannons="8"		size="72"		techlevel="2"	frequency="COMMON"/>
	<ShipHull id="LBARQUE"		name="Large Barque" 	hull="14" 	sails="14"	rigging="8"		crew="100"	cannons="10"	size="80"		techlevel="3"	frequency="RARE"/>
	<ShipHull id="FLUYT"		name="Fluyt" 			hull="10" 	sails="8" 	rigging="4" 	crew="80"	cannons="12"	size="80"		techlevel="2"	frequency="COMMON"/>
	<ShipHull id="LFLUYT"		name="Large Fluyt" 		hull="14" 	sails="10" 	rigging="4" 	crew="100"	cannons="14"	size="94"		techlevel="3"	frequency="RARE"/>
	<ShipHull id="MERCHANT"		name="Merchantman" 		hull="12" 	sails="8"	rigging="8"		crew="120"	cannons="10"	size="85"		techlevel="3"	frequency="COMMON"/>
	<ShipHull id="INDIAMAN"		name="Indiaman" 		hull="16" 	sails="8"	rigging="6" 	crew="160"	cannons="20"	size="110"		techlevel="4"	frequency="RARE"/>
	<ShipHull id="BRIGANTINE"	name="Brigantine" 		hull="12" 	sails="12"	rigging="12" 	crew="120" 	cannons="16"	size="60" 		techlevel="2"	frequency="RARE"/>
	<ShipHull id="BRIG"			name="Brig" 			hull="14" 	sails="14"	rigging="14" 	crew="150" 	cannons="20"	size="64" 		techlevel="3"	frequency="RARE"/>
	<ShipHull id="LBRIG"		name="Large Brig" 		hull="16" 	sails="14"	rigging="12" 	crew="180" 	cannons="24"	size="78" 		techlevel="4"	frequency="RARE"/>
	<ShipHull id="FRIGATE"		name="Frigate" 			hull="18" 	sails="18"	rigging="16" 	crew="200" 	cannons="32"	size="100" 		techlevel="4"	frequency="RARE"/>
	<ShipHull id="LFRIGATE"		name="Large Frigate"	hull="20" 	sails="20"	rigging="14" 	crew="250" 	cannons="36"	size="112" 		techlevel="5"	frequency="NONE"/>
	<ShipHull id="WGALLEON"		name="War Galleon" 		hull="20" 	sails="10"	rigging="8" 	crew="250" 	cannons="36"	size="112" 		techlevel="5"	frequency="RARE"/>
	<ShipHull id="FGALLEON"		name="Flag Galleon" 	hull="25" 	sails="10"	rigging="8" 	crew="300" 	cannons="48"	size="120" 		techlevel="5"	frequency="NONE"/>
	<ShipHull id="TGALLEON"		name="Trade Galleon"	hull="20" 	sails="6"	rigging="6"		crew="120" 	cannons="24"	size="110"		techlevel="3"	frequency="COMMON"/>
	<ShipHull id="GGALLEON"		name="Treasure Galleon" hull="25" 	sails="8"	rigging="8"		crew="240"	cannons="40"	size="150"		techlevel="5"	frequency="NONE"/>
</ShipHulls>

