Difference between revisions of "Parts/Resources/RadialDrill/RadialDrill.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(+added in 1.0;)
 
m (*update to 1.0.1;)
Line 18: Line 18:
 
title = 'Drill-O-Matic' Mining Excavator
 
title = 'Drill-O-Matic' Mining Excavator
 
manufacturer = Kerbodyne
 
manufacturer = Kerbodyne
description = Designed to help extract valuable resources from the crust of planets and asteroids, the Drill-O-Matic uses a rotary drill combined with an internal transfer auger to pull crushed regolith into holding tanks for later processing.  When operated by a skilled engineer, you will be able to operate with better efficiency, and at higher drill temperatures.
+
description = Designed to help extract valuable resources from the crust of planets and asteroids, the Drill-O-Matic uses a rotary drill combined with an internal transfer auger to pull crushed regolith into holding tanks for later processing.  When operated by a skilled engineer, you will be able to operate with better efficiency.
 
attachRules = 0,1,0,0,0
 
attachRules = 0,1,0,0,0
  
Line 29: Line 29:
 
crashTolerance = 7
 
crashTolerance = 7
 
maxTemp = 2000 // = 3000
 
maxTemp = 2000 // = 3000
 
MODULE
 
{
 
name = ModuleOverheatDisplay
 
}
 
 
  
 
MODULE
 
MODULE
Line 47: Line 41:
 
ImpactTransform = ImpactTransform
 
ImpactTransform = ImpactTransform
 
ImpactRange = 5
 
ImpactRange = 5
+
AutoShutdown = false
AutoShutdown = true
+
GeneratesHeat = false
GeneratesHeat = true
+
UseSpecialistBonus = true
TemperatureModifier = 50
+
SpecialistEfficiencyFactor = 0.2
UseSpecializationBonus = true
+
SpecialistBonusBase = 0.05
SpecialistHeatFactor = 0.2
 
SpecialistEfficiencyFactor = 0.1
 
SpecialistShutoffTemp = 0.40
 
DefaultShutoffTemp = 0.25
 
 
Specialty = Engineer
 
Specialty = Engineer
EfficiencyBonus = 1.0
+
EfficiencyBonus = 1
  
 
 
Line 77: Line 67:
 
ImpactRange = 5
 
ImpactRange = 5
 
ImpactTransform = ImpactTransform
 
ImpactTransform = ImpactTransform
UseSpecializationBonus = true
+
UseSpecialistBonus = true
AutoShutdown = true
+
AutoShutdown = false
GeneratesHeat = true
+
GeneratesHeat = false
TemperatureModifier = 100
+
UseSpecialistBonus = true
SpecialistHeatFactor = 0.1
+
SpecialistEfficiencyFactor = 0.2
SpecialistEfficiencyFactor = 0.1
+
SpecialistBonusBase = 0.05
SpecialistShutoffTemp = 0.95
 
DefaultShutoffTemp = 0.5
 
 
Specialty = Engineer
 
Specialty = Engineer
EfficiencyBonus = 1.0
+
EfficiencyBonus = 1
 +
 
 
 
}
 
}

Revision as of 21:00, 1 May 2015

This is the configuration file for 'Drill-O-Matic' Mining Excavator.
PART
{
name = RadialDrill
module = Part
author = RoverDude

mesh = TriBitDrill.mu
scale = 1
rescaleFactor = 1
node_attach = .1, 0, 0, 1, 0, 0, 1


TechRequired = advScienceTech
entryCost = 18000
cost = 6000
category = Utility
subcategory = 0
title = 'Drill-O-Matic' Mining Excavator
manufacturer = Kerbodyne
description = Designed to help extract valuable resources from the crust of planets and asteroids, the Drill-O-Matic uses a rotary drill combined with an internal transfer auger to pull crushed regolith into holding tanks for later processing.  When operated by a skilled engineer, you will be able to operate with better efficiency.
attachRules = 0,1,0,0,0

// --- standard part parameters ---
mass = 0.25
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 2000 // = 3000

	MODULE
	{
		name = ModuleResourceHarvester
		HarvesterType = 0
		Efficiency = 1
		ResourceName = Ore
		ConverterName = Surface Harvester
		StartActionName = Start Surface Harvester
		StopActionName = Stop Surface Harvester
		ImpactTransform = ImpactTransform
		ImpactRange = 5
		AutoShutdown = false
		GeneratesHeat = false
		UseSpecialistBonus = true
		SpecialistEfficiencyFactor = 0.2
		SpecialistBonusBase = 0.05
		Specialty = Engineer
		EfficiencyBonus = 1

		
		INPUT_RESOURCE
		{
			ResourceName = ElectricCharge
			Ratio = 15
		}
	}

	MODULE
	{
		name = ModuleAsteroidDrill
		DirectAttach = false
		StartActionName = Start Asteroid Harvester 
		StopActionName = Stop Asteroid Harvester
		PowerConsumption = 1.5
		Efficiency = 10
		ImpactRange = 5
		ImpactTransform = ImpactTransform
		UseSpecialistBonus = true
		AutoShutdown = false
		GeneratesHeat = false
		UseSpecialistBonus = true
		SpecialistEfficiencyFactor = 0.2
		SpecialistBonusBase = 0.05
		Specialty = Engineer
		EfficiencyBonus = 1
	
		
	}

	MODULE
	{
		name = ModuleAnimationGroup
		deployAnimationName = Drill_Deploy
		activeAnimationName = Drill_Running
		moduleType = Drill
	}	
}