Initial configs for new 0.625m parts

This commit is contained in:
ChrisAdderley
2019-01-25 09:48:12 -08:00
parent 1c505b29a9
commit 9b3d479b94
9 changed files with 748 additions and 12 deletions

View File

@ -1,3 +1,6 @@
// ReStock+ 0.1.0
// Small 0625m SRB
PART
{
name = restock-srb-mallet-1
@ -19,8 +22,8 @@ PART
cost = 200
category = Engine
subcategory = 0
title =
description =
title =
description =
attachRules = 1,1,1,1,0
mass = 0.45
heatConductivity = 0.06 // 1/2 default
@ -49,12 +52,12 @@ PART
engineAccelerationSpeed = 10.0
allowShutdown = False
fxOffset = 0, 0, 0.12
// Possible EngineType values:
// Generic, SolidBooster, LiquidFuel, Piston, Turbine, ScramJet, Electric, Nuclear, MonoProp
EngineType = SolidBooster
exhaustDamageDistanceOffset = 0.6
PROPELLANT
{
name = SolidFuel
@ -280,7 +283,7 @@ PART
falloff = 2
thrustTransformName = thrustTransform
}
MODULE
{
name = ModuleJettison
@ -291,5 +294,5 @@ PART
jettisonForce = 5
jettisonDirection = 0 0 1
useMultipleDragCubes = false
}
}
}