mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix RS+ configs for spherical pods
This commit is contained in:
@ -2,12 +2,12 @@
|
||||
// Spherical command pod
|
||||
PART
|
||||
{
|
||||
name = restock-sphere-pod-1
|
||||
name = restock-pod-sphere-1
|
||||
module = Part
|
||||
author = Well
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Command/restock-sphere-pod-1
|
||||
model = ReStock/Assets/Command/restock-pod-sphere-1
|
||||
position = 0.0, 0.0, 0.0
|
||||
rotation = 0.0, 0.0, 0.0
|
||||
scale = 1.0, 1.0, 1.0
|
||||
@ -16,8 +16,12 @@ PART
|
||||
CrewCapacity = 1
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 1.225, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.475, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_top = 0.0, 0.825, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.875, 0.0, 0.0, -1.0, 0.0, 1
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = start
|
||||
entryCost = 0
|
||||
cost = 1000
|
||||
|
@ -2,12 +2,12 @@
|
||||
// Spherical command pod
|
||||
PART
|
||||
{
|
||||
name = restock-sphere-pod-2
|
||||
name = restock-pod-sphere-2
|
||||
module = Part
|
||||
author = Well
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Command/restock-sphere-pod-2
|
||||
model = ReStock/Assets/Command/restock-pod-sphere-2
|
||||
position = 0.0, 0.0, 0.0
|
||||
rotation = 0.0, 0.0, 0.0
|
||||
scale = 1.0, 1.0, 1.0
|
||||
@ -16,8 +16,12 @@ PART
|
||||
CrewCapacity = 2
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 1.225, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.475, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_top = 0.0, 0.825, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.875, 0.0, 0.0, -1.0, 0.0, 1
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = start
|
||||
entryCost = 0
|
||||
cost = 1500
|
||||
|
@ -2,12 +2,12 @@
|
||||
// Spherical command pod
|
||||
PART
|
||||
{
|
||||
name = restock-sphere-pod-3
|
||||
name = restock-pod-sphere-3
|
||||
module = Part
|
||||
author = Well
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Command/restock-sphere-pod-3
|
||||
model = ReStock/Assets/Command/restock-pod-sphere-3
|
||||
position = 0.0, 0.0, 0.0
|
||||
rotation = 0.0, 0.0, 0.0
|
||||
scale = 1.0, 1.0, 1.0
|
||||
@ -16,8 +16,12 @@ PART
|
||||
CrewCapacity = 3
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 1.225, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.475, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_top = 0.0, 0.825, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.875, 0.0, 0.0, -1.0, 0.0, 1
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = start
|
||||
entryCost = 0
|
||||
cost = 2000
|
||||
@ -26,7 +30,7 @@ PART
|
||||
title = #LOC_RestockPlus_restock-pod-sphere-3_title // SP-3 'Mandarin' Reentry Module
|
||||
manufacturer = #autoLOC_501678 //#autoLOC_501678 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-pod-sphere-3_description
|
||||
// We hired a shady interior designer to fit three seats into the same space as two. The occupants are no longer able to move their arms to access the controls, but at least they'll probably survive.
|
||||
// We hired a shady interior decorator to fit three seats into the same space as one. The occupants are no longer able to move their arms to access the controls, but at least they'll probably survive.
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 2
|
||||
dragModelType = default
|
||||
|
Reference in New Issue
Block a user