mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Template out configs
This commit is contained in:
@ -0,0 +1,71 @@
|
||||
// ReStock+ 0.1.0
|
||||
// 0.625m Rocket Nosecone
|
||||
PART
|
||||
{
|
||||
name = restock-nosecone-0625-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Aero/restock-nosecone-0625-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_bottom = 0.0, -0.94, 0, 0.0, -1.0, 0.0, 1
|
||||
// Tech
|
||||
TechRequired = aerodynamicSystems
|
||||
entryCost = 4200
|
||||
// Info
|
||||
cost = 480
|
||||
category = Aero
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-nosecone-0625-1_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-nosecone-0625-1_description
|
||||
tags = #LOC_RestockPlus_restock-nosecone-0625-1_tags
|
||||
bulkheadProfiles = size0
|
||||
// Parameters
|
||||
mass = 0.12
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = White
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875mNoseconeBlackWhite = false
|
||||
1875mNosecone = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
themeName = Metal
|
||||
primaryColor = #6f6e6d
|
||||
GAMEOBJECTS
|
||||
{
|
||||
1875mNoseconeBlackWhite = true
|
||||
1875mNosecone = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,118 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 0.625m drone core
|
||||
PART
|
||||
{
|
||||
name = restock-drone-core-0625-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Command/restock-drone-core-0625-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
CrewCapacity = 0
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 0.237, 0.0, 0.0, 1.0, 0.0, 3
|
||||
node_stack_bottom = 0.0, -0.196, 0.0, 0.0, -1.0, 0.0, 3
|
||||
TechRequired = largeUnmanned
|
||||
entryCost = 32000
|
||||
cost = 6300
|
||||
category = Pods
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-drone-core-0625-1_title
|
||||
manufacturer = #autoLOC_501631
|
||||
description = #LOC_RestockPlus_restock-drone-core-0625-1_description
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.85
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 2
|
||||
crashTolerance = 9
|
||||
maxTemp = 2000 // = 3400
|
||||
explosionPotential = 0
|
||||
vesselType = Probe
|
||||
bulkheadProfiles = size0
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
tags = #LOC_RestockPlus_restock-drone-core-0625-1_tags
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleProbeControlPoint
|
||||
minimumCrew = 1
|
||||
multiHop = True
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCommand
|
||||
minimumCrew = 0
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.18
|
||||
}
|
||||
hasHibernation = True
|
||||
hibernationMultiplier = 0.00125
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
amount = 40
|
||||
maxAmount = 40
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleReactionWheel
|
||||
PitchTorque = 1
|
||||
YawTorque = 1
|
||||
RollTorque = 1
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.6
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleSAS
|
||||
SASServiceLevel = 3
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleKerbNetAccess
|
||||
MinimumFoV = 5
|
||||
MaximumFoV = 90
|
||||
AnomalyDetection = 0.3
|
||||
DISPLAY_MODES
|
||||
{
|
||||
Mode = Biome
|
||||
Mode = Terrain
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleDataTransmitter
|
||||
antennaType = INTERNAL
|
||||
packetInterval = 1.0
|
||||
packetSize = 2
|
||||
packetResourceCost = 12.0
|
||||
requiredResource = ElectricCharge
|
||||
antennaPower = 5000
|
||||
optimumRange = 2500
|
||||
packetFloor = .1
|
||||
packetCeiling = 5
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleScienceContainer
|
||||
reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data
|
||||
storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments
|
||||
evaOnlyStorage = True // i.e. can nearby regular vessels also do this, or EVA only
|
||||
storageRange = 2.7
|
||||
canBeTransferredToInVessel = True
|
||||
canTransferInVessel = True
|
||||
}
|
||||
}
|
@ -0,0 +1,118 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m drone core
|
||||
PART
|
||||
{
|
||||
name = restock-drone-core-1875-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Command/restock-drone-core-1875-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
CrewCapacity = 0
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 0.237, 0.0, 0.0, 1.0, 0.0, 3
|
||||
node_stack_bottom = 0.0, -0.196, 0.0, 0.0, -1.0, 0.0, 3
|
||||
TechRequired = largeUnmanned
|
||||
entryCost = 32000
|
||||
cost = 6300
|
||||
category = Pods
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-drone-core-1875-1_title
|
||||
manufacturer = #autoLOC_501631
|
||||
description = #LOC_RestockPlus_restock-drone-core-1875-1_description
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.85
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 2
|
||||
crashTolerance = 9
|
||||
maxTemp = 2000 // = 3400
|
||||
explosionPotential = 0
|
||||
vesselType = Probe
|
||||
bulkheadProfiles = size1p5
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
tags = #LOC_RestockPlus_restock-drone-core-1875-1_tags
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleProbeControlPoint
|
||||
minimumCrew = 1
|
||||
multiHop = True
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCommand
|
||||
minimumCrew = 0
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.18
|
||||
}
|
||||
hasHibernation = True
|
||||
hibernationMultiplier = 0.00125
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
amount = 40
|
||||
maxAmount = 40
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleReactionWheel
|
||||
PitchTorque = 5
|
||||
YawTorque = 5
|
||||
RollTorque = 5
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.6
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleSAS
|
||||
SASServiceLevel = 3
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleKerbNetAccess
|
||||
MinimumFoV = 5
|
||||
MaximumFoV = 90
|
||||
AnomalyDetection = 0.3
|
||||
DISPLAY_MODES
|
||||
{
|
||||
Mode = Biome
|
||||
Mode = Terrain
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleDataTransmitter
|
||||
antennaType = INTERNAL
|
||||
packetInterval = 1.0
|
||||
packetSize = 2
|
||||
packetResourceCost = 12.0
|
||||
requiredResource = ElectricCharge
|
||||
antennaPower = 5000
|
||||
optimumRange = 2500
|
||||
packetFloor = .1
|
||||
packetCeiling = 5
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleScienceContainer
|
||||
reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data
|
||||
storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments
|
||||
evaOnlyStorage = True // i.e. can nearby regular vessels also do this, or EVA only
|
||||
storageRange = 2.7
|
||||
canBeTransferredToInVessel = True
|
||||
canTransferInVessel = True
|
||||
}
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
// ReStock+ 0.2.0
|
||||
// Radial gyroscope
|
||||
PART
|
||||
{
|
||||
name = restock-reactionwheel-1875-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
mesh = model.mu
|
||||
rescaleFactor = 1
|
||||
iconCenter = 0, 3, 0
|
||||
node_stack_top = 0, 0.25, 0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0, -0.25, 0, 0.0, -1.0, 0.0, 2
|
||||
TechRequired = specializedControl
|
||||
entryCost = 11600
|
||||
cost = 2100
|
||||
category = Control
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-reactionwheel-1875-1_title
|
||||
manufacturer = #autoLOC_501631 //#autoLOC_501631 = STEADLER Engineering Corps
|
||||
description = #LOC_RestockPlus_restock-reactionwheel-1875-1_description
|
||||
tags = #LOC_RestockPlus_restock-reactionwheel-1875-1_tags
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.2
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 2
|
||||
crashTolerance = 9
|
||||
maxTemp = 2000
|
||||
bulkheadProfiles = size1p5
|
||||
MODULE
|
||||
{
|
||||
name = ModuleReactionWheel
|
||||
PitchTorque = 15
|
||||
YawTorque = 15
|
||||
RollTorque = 15
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.6
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,49 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m stack battery
|
||||
PART
|
||||
{
|
||||
// --- general parameters ---
|
||||
name = restock-battery-1875-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
// --- asset parameters ---
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Electrical/restock-battery-1875-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1.0
|
||||
rescaleFactor = 1
|
||||
// --- node definitions ---
|
||||
node_stack_top = 0.0, 0.203, 0.0, 0.0, 1.0, 0.0, 3
|
||||
node_stack_bottom = 0.0, -0.227, 0.0, 0.0, -1.0, 0.0, 3
|
||||
// --- editor parameters ---
|
||||
TechRequired = largeElectrics
|
||||
entryCost = 21500
|
||||
cost = 11250
|
||||
category = Electrical
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-battery-1875-1_title
|
||||
manufacturer = #autoLOC_501636
|
||||
description = #LOC_RestockPlus_restock-battery-1875-1_description
|
||||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
|
||||
attachRules = 1,0,1,0,0
|
||||
bulkheadProfiles = size1p5
|
||||
// --- standard part parameters ---
|
||||
mass = 0.5
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 2
|
||||
crashTolerance = 20
|
||||
maxTemp = 2000
|
||||
breakingForce = 5000
|
||||
breakingTorque = 5000
|
||||
tags = #LOC_RestockPlus_restock-battery-1875-1_tags
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
amount = 2500
|
||||
maxAmount = 2500
|
||||
}
|
||||
}
|
@ -0,0 +1,55 @@
|
||||
// ReStock+ 0.1.0
|
||||
// 0.625m fuel tank, teeny version
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-0625-4
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-0625-4
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_top = 0.0, 0.08713685, 0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -0.08713685, 0, 0.0, -1.0, 0.0, 0
|
||||
node_attach = 0.0, 0.0, -0.3125, 0.0, 0.0, 1.0, 0
|
||||
// Tech
|
||||
TechRequired = propulsionSystems
|
||||
entryCost = 6050
|
||||
// Info
|
||||
cost = 9
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-0625-4_title
|
||||
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-0625-4_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-0625-4_tags
|
||||
bulkheadProfiles = size0, srf
|
||||
// Parameters
|
||||
mass = 0.005625
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 4.05
|
||||
maxAmount = 4.05
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 4.95
|
||||
maxAmount = 4.95
|
||||
}
|
||||
}
|
@ -0,0 +1,50 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m RCS fuel tank
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-rcs-1875-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-1875-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_top = 0.0, 0.48, 0, 0.0, 1.0, 0.0, 3
|
||||
node_stack_bottom = 0.0, -0.48, 0, 0.0, -1.0, 0.0, 3
|
||||
node_attach = 0.0, 0.0, -1.875, 0.0, 0.0, 1.0, 3
|
||||
// Tech
|
||||
TechRequired = highPerformanceFuelSystems
|
||||
entryCost = 12900
|
||||
// Info
|
||||
cost = 1625
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_tags
|
||||
bulkheadProfiles = size1p5, srf
|
||||
// Parameters
|
||||
mass = 1.125
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = MonoPropellant
|
||||
amount = 810
|
||||
maxAmount = 810
|
||||
}
|
||||
}
|
@ -0,0 +1,50 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 3.75m RCS fuel tank
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-rcs-375-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-rcs-375-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_top = 0.0, 0.48, 0, 0.0, 1.0, 0.0, 3
|
||||
node_stack_bottom = 0.0, -0.48, 0, 0.0, -1.0, 0.0, 3
|
||||
node_attach = 0.0, 0.0, -1.875, 0.0, 0.0, 1.0, 3
|
||||
// Tech
|
||||
TechRequired = highPerformanceFuelSystems
|
||||
entryCost = 12900
|
||||
// Info
|
||||
cost = 1625
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-rcs-375-1_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-rcs-375-1_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-rcs-375-1_tags
|
||||
bulkheadProfiles = size3, srf
|
||||
// Parameters
|
||||
mass = 1.125
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = MonoPropellant
|
||||
amount = 810
|
||||
maxAmount = 810
|
||||
}
|
||||
}
|
@ -0,0 +1,84 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875 to 1.25m flat adapter
|
||||
PART
|
||||
{
|
||||
name = restock-adapter-flat-1875-125-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Structural/restock-adapter-1875-125-flat-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 1.15017, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -1.1, 0.0, 0.0, -1.0, 0.0, 3
|
||||
// Tech
|
||||
TechRequired = nanolathing
|
||||
entryCost = 3050
|
||||
// Info
|
||||
cost = 1000
|
||||
category = Structural
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-adapter-flat-1875-125-1_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-adapter-flat-1875-125-1_description
|
||||
tags = #LOC_RestockPlus_restock-adapter-flat-1875-125-1_tags
|
||||
bulkheadProfiles = size1p5, size1
|
||||
// Parameters
|
||||
mass = 0.5
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = BlackAndWhite
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = BlackAndWhite
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Orange
|
||||
displayName = #autoLOC_8007123
|
||||
themeName = Orange
|
||||
primaryColor = #f49841
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,84 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875 to 2.5m flat adapter
|
||||
PART
|
||||
{
|
||||
name = restock-adapter-flat-1875-25-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Structural/restock-adapter-1875-25-flat-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 1.15017, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -1.1, 0.0, 0.0, -1.0, 0.0, 3
|
||||
// Tech
|
||||
TechRequired = nanolathing
|
||||
entryCost = 3050
|
||||
// Info
|
||||
cost = 1000
|
||||
category = Structural
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-adapter-flat-1875-25-1_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-adapter-flat-1875-25-1_description
|
||||
tags = #LOC_RestockPlus_restock-adapter-flat-1875-25-1_tags
|
||||
bulkheadProfiles = size1p5, size2
|
||||
// Parameters
|
||||
mass = 0.5
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = BlackAndWhite
|
||||
useMultipleDragCubes = false
|
||||
VARIANT
|
||||
{
|
||||
name = BlackAndWhite
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Orange
|
||||
displayName = #autoLOC_8007123
|
||||
themeName = Orange
|
||||
primaryColor = #f49841
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user