mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
- Beautifying all RS+ configs for 2-space indentation.
This commit is contained in:
@ -5,18 +5,16 @@ PART
|
||||
name = restock-materialbay-radial-1
|
||||
module = Part
|
||||
author = Andrew Cassidy
|
||||
|
||||
MODEL {
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Science/restock-materialbay-radial-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
|
||||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
|
||||
attachRules = 1,1,0,1,1
|
||||
node_attach = 0.0, 0.0, 0.345, 0.0, 0.0, -1.0, 1
|
||||
node_stack_bottom = 0.0, 0.0, 0.33, 0.0, 0.0, 1.0, 1
|
||||
|
||||
TechRequired = basicScience
|
||||
entryCost = 5500
|
||||
cost = 1800
|
||||
@ -38,8 +36,7 @@ PART
|
||||
childStageOffset = 1
|
||||
bulkheadProfiles = srf
|
||||
tags = #LOC_RestockPlus_restock-materialbay-radial-1_tags //bay experiment lab material research radial sandwich
|
||||
|
||||
MODULE
|
||||
MODULE
|
||||
{
|
||||
name = ModuleAnimateGeneric
|
||||
animationName = radial-Deploy
|
||||
@ -48,7 +45,6 @@ PART
|
||||
actionGUIName = Toggle Doors
|
||||
evaDistance = 1.85
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleScienceExperiment
|
||||
@ -67,34 +63,32 @@ PART
|
||||
usageReqMaskInternal = 1
|
||||
usageReqMaskExternal = 8
|
||||
}
|
||||
|
||||
MODULE {
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Truss
|
||||
|
||||
VARIANT {
|
||||
VARIANT
|
||||
{
|
||||
name = Truss
|
||||
displayName = #LOC_Restock_variant-mounting_truss
|
||||
themeName = White
|
||||
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
|
||||
GAMEOBJECTS {
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Mount_Compact = false
|
||||
Mount_Truss = true
|
||||
}
|
||||
}
|
||||
|
||||
VARIANT {
|
||||
VARIANT
|
||||
{
|
||||
name = Compact
|
||||
displayName = #LOC_Restock_variant-mounting_compact
|
||||
themeName = White
|
||||
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #707070
|
||||
|
||||
GAMEOBJECTS {
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Mount_Compact = true
|
||||
Mount_Truss = false
|
||||
}
|
||||
|
Reference in New Issue
Block a user