Subsystem: TractorBeam
	Name: #S_TRACTOR_BEAM
	Description: #S_TRACTOR_BEAM_DESC
	BaseColor: #8bb800
	TypeColor: #8bb800
	Elevation: 2
	
	Tags: BaseCost, Category:Equipment, HasInternals, ExteriorCore
	Tags: DefaultUnlock, Ability:TractorBeam
	Hull: Flagship
	
	Size := HexSize * Hexes
	Hex.Mass := HexSize
	
	Hex.Resistance := 0.2
	Hex.HP := 18 * HexSize

	Assert: Size / ShipSize > 0.33
		Message: #ERROR_TOO_SMALL
	
	Requires:
		Command = 1

	Module: Default
		Hex.BuildCost := 3.0 * Hex.BuildCost
	
	Module: Core
		Hex.BuildCost := 3.0 * Hex.BuildCost
		Sprite: TractorGun::0 * #8bb800
		DrawMode: 1
