Difference between revisions of "Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Updated for 0.23)
m (BobBot moved page Parts/crewCabin/part.cfg to Parts/Command/crewCabin/part.cfg without leaving a redirect: Update to new directory system)
(No difference)

Revision as of 23:49, 5 August 2014

This is the configuration file for PPD-10 Hitchhiker Storage Container.
PART
{
name = crewCabin
module = Part
author = NovaSilisko

mesh = model.mu
rescaleFactor = 1

node_stack_top = 0.0, 0.986899, 0.0, 0.0, 1.0, 0.0
node_stack_bottom = 0.0, -0.986899, 0.0, 0.0, 1.0, 0.0

CrewCapacity = 4

TechRequired = specializedConstruction
entryCost = 12400
cost = 4000
category = Utility
subcategory = 0
title = PPD-10 Hitchhiker Storage Container
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
description = The HSC was an invention of necessity - how do we store 4 Kerbals on-orbit without any real provisions for return? Who needed this remains a mystery, as do his motivations.

attachRules = 1,0,1,1,0

mass = 2.5
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 6
breakingForce = 200
breakingTorque = 200
maxTemp = 2900

vesselType = Ship

INTERNAL
{
  name = crewCabinInternals
}
MODULE
{
	name = ModuleScienceExperiment	
	
	experimentID = crewReport
	
	experimentActionName = Crew Report
	resetActionName = Discard Crew Report
	reviewActionName = Review Report
	
	useStaging = False	
	useActionGroups = True
	hideUIwhenUnavailable = True	
	rerunnable = True
	
	xmitDataScalar = 1.0	
}
MODULE
{
	name = ModuleScienceContainer
	
	reviewActionName = Review Stored Data
	storeActionName = Store Experiments
	evaOnlyStorage = True
	storageRange = 2.0
}
}