mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Integrate well's service modules
This commit is contained in:
@ -0,0 +1,156 @@
|
||||
PART
|
||||
{
|
||||
name = restock-service-module-1875-1
|
||||
module = Part
|
||||
author = Well
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Payload/restock-ServiceModule18
|
||||
}
|
||||
|
||||
rescaleFactor = 1
|
||||
node_stack_top = 0.0, 0.75, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.75, 0.0, 0.0, -1.0, 0.0, 1
|
||||
|
||||
fx_gasBurst_white = 0.0, 0.3, 0.0, 0.0, 1.0, 0.0, deploy
|
||||
sound_vent_large = deploy
|
||||
|
||||
// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = advConstruction
|
||||
entryCost = 3000
|
||||
cost = 300
|
||||
category = Payload
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-service-module-1875-1_title // Service Module (1.875m)
|
||||
manufacturer = #autoLOC_501665 //#autoLOC_501665 = FLOOYD Dynamics Research Labs
|
||||
description = #LOC_RestockPlus_restock-service-module-1875-1_description
|
||||
// A medium sized service module, for storing fuel tanks, batteries, fuel cells, etc.
|
||||
tags = #LOC_RestockPlus_restock-service-module-1875-1_tags // restock bus contain hollow protect (stor Gemini
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.15
|
||||
thermalMassModifier = 2.0
|
||||
skinMassPerArea = 4.0
|
||||
skinInternalConductionMult = 0.25
|
||||
// heatConductivity = 0.06 // half default
|
||||
emissiveConstant = 0.8
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 2
|
||||
crashTolerance = 9
|
||||
maxTemp = 2600 // = 3400
|
||||
|
||||
stageOffset = 1
|
||||
childStageOffset = 1
|
||||
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5
|
||||
MODULE
|
||||
{
|
||||
name = ModuleServiceModule
|
||||
ExteriorColliderName = COLShell
|
||||
partDecoupled = false
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCargoBay
|
||||
DeployModuleIndex = 0
|
||||
closedPosition = 0
|
||||
lookupRadius = 0.75
|
||||
useBayContainer = true
|
||||
bayContainerName = COLShell
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleJettison
|
||||
jettisonName = Shell1
|
||||
isFairing = False
|
||||
jettisonedObjectMass = 0.2
|
||||
jettisonForce = 2
|
||||
jettisonDirection = 1 0 0
|
||||
hideJettisonMenu = true
|
||||
allowShroudToggle = false
|
||||
ignoreNodes = true
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleJettison
|
||||
jettisonName = Shell2
|
||||
isFairing = False
|
||||
jettisonedObjectMass = 0.2
|
||||
jettisonForce = 30
|
||||
jettisonDirection = -1 0 0
|
||||
hideJettisonMenu = true
|
||||
allowShroudToggle = false
|
||||
ignoreNodes = true
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleJettison
|
||||
jettisonName = Shell3
|
||||
isFairing = False
|
||||
jettisonedObjectMass = 0.2
|
||||
jettisonForce = 2
|
||||
jettisonDirection = 1 0 0
|
||||
hideJettisonMenu = true
|
||||
allowShroudToggle = false
|
||||
ignoreNodes = true
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleJettison
|
||||
jettisonName = Shell4
|
||||
isFairing = False
|
||||
jettisonedObjectMass = 0.2
|
||||
jettisonForce = 2
|
||||
jettisonDirection = -1 0 0
|
||||
hideJettisonMenu = true
|
||||
allowShroudToggle = false
|
||||
ignoreNodes = true
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = NoShelves
|
||||
VARIANT
|
||||
{
|
||||
name = NoShelves
|
||||
displayName = #LOC_Restock_variant-service-bay-open // Open
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
COLMid01 = false
|
||||
COLMid02 = false
|
||||
Core_Platform = false
|
||||
Core_Without_Platform = true
|
||||
Platform = false
|
||||
Torus = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Shelves
|
||||
displayName = #LOC_Restock_variant-service-bay-shelves // Shelves
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #999999
|
||||
GAMEOBJECTS
|
||||
{
|
||||
COLMid01 = true
|
||||
COLMid02 = true
|
||||
Core_Platform = true
|
||||
Core_Without_Platform = false
|
||||
Platform = true
|
||||
Torus = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user