mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix typo.
This commit is contained in:
parent
7027c8e59e
commit
b713d3c88e
@ -40,7 +40,7 @@ PART
|
|||||||
fuelCrossFeed = True
|
fuelCrossFeed = True
|
||||||
stageOffset = 1
|
stageOffset = 1
|
||||||
childStageOffset = 1
|
childStageOffset = 1
|
||||||
bulkheadProfiles = size1
|
bulkheadProfiles = size2
|
||||||
breakingForce = 2500
|
breakingForce = 2500
|
||||||
breakingTorque= 2500
|
breakingTorque= 2500
|
||||||
fx_gasBurst_white = 0.0, -0.05, 0.0, 0.0, 1.0, 0.0, decouple
|
fx_gasBurst_white = 0.0, -0.05, 0.0, 0.0, 1.0, 0.0, decouple
|
||||||
|
@ -40,7 +40,7 @@ PART
|
|||||||
fuelCrossFeed = True
|
fuelCrossFeed = True
|
||||||
stageOffset = 1
|
stageOffset = 1
|
||||||
childStageOffset = 1
|
childStageOffset = 1
|
||||||
bulkheadProfiles = size1
|
bulkheadProfiles = size3
|
||||||
breakingForce = 2500
|
breakingForce = 2500
|
||||||
breakingTorque= 2500
|
breakingTorque= 2500
|
||||||
fx_gasBurst_white = 0.0, -0.05, 0.0, 0.0, 1.0, 0.0, decouple
|
fx_gasBurst_white = 0.0, -0.05, 0.0, 0.0, 1.0, 0.0, decouple
|
||||||
|
@ -40,7 +40,7 @@ PART
|
|||||||
fuelCrossFeed = True
|
fuelCrossFeed = True
|
||||||
stageOffset = 1
|
stageOffset = 1
|
||||||
childStageOffset = 1
|
childStageOffset = 1
|
||||||
bulkheadProfiles = size1
|
bulkheadProfiles = size4
|
||||||
breakingForce = 2500
|
breakingForce = 2500
|
||||||
breakingTorque= 2500
|
breakingTorque= 2500
|
||||||
fx_gasBurst_white = 0.0, -0.05, 0.0, 0.0, 1.0, 0.0, decouple
|
fx_gasBurst_white = 0.0, -0.05, 0.0, 0.0, 1.0, 0.0, decouple
|
||||||
|
@ -26,7 +26,7 @@ PART
|
|||||||
// After playing with a children's pinwheel toy and asking themselves "how could this become more awesome", one engineer tried pointing a small rocket engine at it. The engineering team immediately got to work using it to generate electricity, and the Monopropellant APU was born
|
// After playing with a children's pinwheel toy and asking themselves "how could this become more awesome", one engineer tried pointing a small rocket engine at it. The engineering team immediately got to work using it to generate electricity, and the Monopropellant APU was born
|
||||||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
|
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
|
||||||
attachRules = 0,1,0,0,0
|
attachRules = 0,1,0,0,0
|
||||||
bulkheadProfiles = surf
|
bulkheadProfiles = srf
|
||||||
// --- standard part parameters ---
|
// --- standard part parameters ---
|
||||||
mass = 0.075
|
mass = 0.075
|
||||||
dragModelType = default
|
dragModelType = default
|
||||||
|
@ -98,7 +98,7 @@ PART
|
|||||||
breakingForce = 200
|
breakingForce = 200
|
||||||
breakingTorque = 200
|
breakingTorque = 200
|
||||||
maxTemp = 2000 // = 3600
|
maxTemp = 2000 // = 3600
|
||||||
bulkheadProfiles = size2, size 1p5, size1, srf
|
bulkheadProfiles = size2, size1p5, size1, srf
|
||||||
tags = #LOC_RestockPlus_restock-engine-schnauzer_tags
|
tags = #LOC_RestockPlus_restock-engine-schnauzer_tags
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
childStageOffset = 1
|
childStageOffset = 1
|
||||||
|
|
||||||
fuelCrossFeed = True
|
fuelCrossFeed = True
|
||||||
bulkheadProfiles = size1 size0
|
bulkheadProfiles = size1, size0
|
||||||
|
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user