Difference between revisions of "Parts/Science/AtmosphereSensor/sensorAtmosphere.cfg"
From Kerbal Space Program Wiki
< Parts
(+added in 1.0;) |
m (Update config) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
rescaleFactor = 0.8 | rescaleFactor = 0.8 | ||
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 | node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 | ||
− | TechRequired = | + | TechRequired = scienceTech |
entryCost = 12200 | entryCost = 12200 | ||
cost = 6500 | cost = 6500 | ||
category = Science | category = Science | ||
subcategory = 0 | subcategory = 0 | ||
− | title = Atmospheric Fluid Spectro-Variometer | + | title = #autoLOC_500682 //#autoLOC_500682 = Atmospheric Fluid Spectro-Variometer |
− | manufacturer = Probodobodyne Inc | + | manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc |
− | description = A device for performing accurate fluid spectro-variometry scans of the surrounding atmosphere. Despite some criticism claiming that fluid spectro-variometry isn't a real science, Kerbal scientists seem to all agree that the data it provides is definitely interesting. Warranty void if exposed to air. | + | description = #autoLOC_500683 //#autoLOC_500683 = A device for performing accurate fluid spectro-variometry scans of the surrounding atmosphere. Despite some criticism claiming that fluid spectro-variometry isn't a real science, Kerbal scientists seem to all agree that the data it provides is definitely interesting. Warranty void if exposed to air. |
attachRules = 0,1,0,0,1 | attachRules = 0,1,0,0,1 | ||
mass = 0.005 | mass = 0.005 | ||
Line 25: | Line 25: | ||
PhysicsSignificance = 1 | PhysicsSignificance = 1 | ||
bulkheadProfiles = srf | bulkheadProfiles = srf | ||
+ | tags = #autoLOC_500684 //#autoLOC_500684 = atmospher experiment research rerun re-run reus re-us redo re-do reset re-set science sensor | ||
MODULE | MODULE | ||
{ | { | ||
name = ModuleScienceExperiment | name = ModuleScienceExperiment | ||
experimentID = atmosphereAnalysis | experimentID = atmosphereAnalysis | ||
− | experimentActionName = Run Atmosphere Analysis | + | experimentActionName = #autoLOC_502048 //#autoLOC_502048 = Run Atmosphere Analysis |
− | resetActionName = Discard Data | + | resetActionName = #autoLOC_502049 //#autoLOC_502049 = Discard Data |
− | reviewActionName = Review Data | + | reviewActionName = #autoLOC_502204 //#autoLOC_502204 = Review Data |
useStaging = False | useStaging = False | ||
useActionGroups = True | useActionGroups = True | ||
Line 37: | Line 38: | ||
xmitDataScalar = 0.6 | xmitDataScalar = 0.6 | ||
dataIsCollectable = True | dataIsCollectable = True | ||
− | collectActionName = Download Data | + | collectActionName = #autoLOC_6004056 //#autoLOC_6004056 = Download Data |
− | interactionRange = 1. | + | interactionRange = 1.5 |
rerunnable = True | rerunnable = True | ||
usageReqMaskInternal = 1 | usageReqMaskInternal = 1 | ||
usageReqMaskExternal = 8 | usageReqMaskExternal = 8 | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 130 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 08:02, 15 October 2024
PART { name = sensorAtmosphere module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 0.8 node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 TechRequired = scienceTech entryCost = 12200 cost = 6500 category = Science subcategory = 0 title = #autoLOC_500682 //#autoLOC_500682 = Atmospheric Fluid Spectro-Variometer manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc description = #autoLOC_500683 //#autoLOC_500683 = A device for performing accurate fluid spectro-variometry scans of the surrounding atmosphere. Despite some criticism claiming that fluid spectro-variometry isn't a real science, Kerbal scientists seem to all agree that the data it provides is definitely interesting. Warranty void if exposed to air. attachRules = 0,1,0,0,1 mass = 0.005 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 8 maxTemp = 1200 // = 3200 PhysicsSignificance = 1 bulkheadProfiles = srf tags = #autoLOC_500684 //#autoLOC_500684 = atmospher experiment research rerun re-run reus re-us redo re-do reset re-set science sensor MODULE { name = ModuleScienceExperiment experimentID = atmosphereAnalysis experimentActionName = #autoLOC_502048 //#autoLOC_502048 = Run Atmosphere Analysis resetActionName = #autoLOC_502049 //#autoLOC_502049 = Discard Data reviewActionName = #autoLOC_502204 //#autoLOC_502204 = Review Data useStaging = False useActionGroups = True hideUIwhenUnavailable = False xmitDataScalar = 0.6 dataIsCollectable = True collectActionName = #autoLOC_6004056 //#autoLOC_6004056 = Download Data interactionRange = 1.5 rerunnable = True usageReqMaskInternal = 1 usageReqMaskExternal = 8 } MODULE { name = ModuleCargoPart packedVolume = 130 } }