Subsystem: SupplyModule
	Name: #SUPPLYMODULE_NAME
	Description: #SUPPLYMODULE_DESC
	Picture: SubsystemButtonArt::8 * #b3ffef
	BaseColor: #2fd6b3
	Elevation: 3
	
	Tags: DefaultUnlock, NonContiguous, NoCore, HasInternals, Category:Control
	Hull: Flagship, Station
	
	Size := HexSize * Hexes
	Crew := floor(40 * Size)
	Command := Hexes * 2
	SupplyCapacity := Size * 5000
	SupplyRate := Size * 6
	
	Hex.LaborCost := 0.3 * HexSize + 0.8
	Hex.BuildCost := 3 * HexSize + 2
	Hex.MaintainCost := 8 * HexSize + 5
	
	Hex.Resistance := 0.2
	Hex.HP := 18 * HexSize
	Hex.Mass := HexSize
	
	Module: Default
		Sprite: HexagonSubsystems::4 * #b3ffef
