// makes Blueshift warp drive components significantly more expensive

WBICOSTLYWARPTECH_DUMMY
{
	name = WBICostlyWarpTech
}
@WBICOSTLYWARPTECH_DUMMY:FOR[WBICostlyWarpTech]
{
	%description = I exist
	%WBICostlyWarpTechVersion = 1
}

@PART[*]:HAS[WBIWarpEngine]:FOR[Blueshift]
{
	@entryCost *= 100
	@cost *= 100
}

@PART[*]:HAS[WBIWarpCoil]:FOR[Blueshift]
{
	@entryCost *= 100
	@cost *= 100
}