You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ReStocked/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Science/restock-goocanister-625-1.cfg

66 lines
1.9 KiB
INI

// inline goo canister
PART
{
name = restock-goocanister-625-1
module = Part
author = Andrew Cassidy
MODEL {
model = ReStock/Assets/Science/restock-goocanister-625-1
scale = 1.0, 1.0, 1.0
}
rescaleFactor = 1.0
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,1,1
node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0,-0.25, 0.0, 0.0, -1.0, 0.0, 0
TechRequired = start
entryCost = 0
cost = 1000
category = Science
subcatagory = 0
title = #LOC_RestockPlus_restock-goocanister-625-1_title //Mystery Goo™ Inline Containment Unit
manufacturer = #LOC_RestockPlus_restock-goocanister-625-1_description
// After an unfortunate accident where a technician attempted to stock delicate machinery on the classic Mystery Goo™ canister, FLOOYD Dynamics Labs saw a market opportunity for a version with a flat top and bottom.
mass = 0.08
dragModelType = default
dragModelType = default
maximum_drag = 0.1
minimum_drag = 0.1
angularDrag = 2
crashTolerance = 12
maxTemp = 1200 // = 2900
breakingForce = 50
breakingTorque = 50
childStageOffset = 1
bulkheadProfiles = size0
tags = #LOC_RestockPlus_restock-goocanister-625-1_tags
MODULE {
name = ModuleAnimateGeneric
animationName = inline-Deploy
startEventGUIName = Deploy
endEventGUIName = Close
actionGUIName = Toggle Cover
evaDistance = 1.5
}
MODULE {
name = ModuleScienceExperiment
experimentID = mysteryGoo
experimentActionName = Observe Mystery Goo
resetActionName = Reset Goo Canister
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
xmitDataScalar = 0.3
FxModules = 0
dataIsCollectable = True
collectActionName = Collect Data
interactionRange = 1.5
usageReqMaskInternal = 1
usageReqMaskExternal = 8
}
}