Difference between revisions of "Parts/Cargo/Jetpack/Jetpack.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Cargo
Jump to: navigation, search
(Add config)
 
(No difference)

Latest revision as of 21:10, 15 October 2024

This is the configuration file for EVA Jetpack.
PART
{
	name = evaJetpack
	module = Part
	author = Squad
	MODEL
	{
		model=Squad/Parts/Cargo/Jetpack/Jetpack
	}	
	rescaleFactor = 1
	TechRequired = start	
	entryCost = 0
	cost = 25
	category = Cargo
	subcategory = 0
	title = #autoLOC_8003420 //#autoLOC_8003420 = EVA Jetpack
	manufacturer = #autoLOC_501639 //#autoLOC_501639 = Reaction Systems Ltd
	description = #autoLOC_8003421 //#autoLOC_8003421 = The EVA jetpack has been a workhorse of kerbal astronauts for decades. It has been so useful that some kerbals have taken to wearing them inside the complex, back home, and even in their showers.\n\nIt gives unparalleled mobility in space and low gravity environments but can be tricky to master. Incidences of injury while using one have dropped to nearly 10% after sufficient training.
	attachRules = 0,0,0,0,0
	mass = 0.02
	dragModelType = default
	maximum_drag = 0.1
	minimum_drag = 0.1
	angularDrag = 2
	crashTolerance = 12
	maxTemp = 2000 // = 2000
	resourcePriorityOffset = 2
	tags = #autoLOC_8003422 //#autoLOC_8003422 = pack thrust MMU RCS Kerbal control cargo EVA
	
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 17
		reinitResourcesOnStoreInVessel = true
	}	

	RESOURCE
	{
		name = EVA Propellant
		amount = 5
		maxAmount = 5
		isTweakable = False
	}
}