mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix attachment rules
This commit is contained in:
parent
fcd24b7c5c
commit
e1d3780d91
@ -15,6 +15,7 @@ PART
|
|||||||
|
|
||||||
// Attachment
|
// Attachment
|
||||||
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
|
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
|
||||||
|
attachRules = 1,1,1,1,0
|
||||||
|
|
||||||
// Tech
|
// Tech
|
||||||
TechRequired = landing
|
TechRequired = landing
|
||||||
@ -122,7 +123,7 @@ PART
|
|||||||
throttleLocked = True
|
throttleLocked = True
|
||||||
ignitionThreshold = 0.1
|
ignitionThreshold = 0.1
|
||||||
minThrust = 0
|
minThrust = 0
|
||||||
maxThrust = 500
|
maxThrust = 200
|
||||||
heatProduction = 300
|
heatProduction = 300
|
||||||
fxOffset = 0, 0, 0.25
|
fxOffset = 0, 0, 0.25
|
||||||
EngineType = SolidBooster
|
EngineType = SolidBooster
|
||||||
|
Loading…
Reference in New Issue
Block a user