Fix corgi

This commit is contained in:
ChrisAdderley
2019-01-25 09:18:32 -08:00
parent 7d7f6b371a
commit 1c505b29a9

View File

@ -65,7 +65,6 @@ PART
pitch = 1.0 0.95 pitch = 1.0 0.95
loop = true loop = true
} }
MODEL_MULTI_PARTICLE MODEL_MULTI_PARTICLE
{ {
name = core name = core
@ -90,14 +89,13 @@ PART
speed = 0.0 0.35 speed = 0.0 0.35
speed = 1.0 1.0 speed = 1.0 1.0
} }
} }
} }
// --- editor parameters --- // --- editor parameters ---
TechRequired = veryHeavyRocketry TechRequired = veryHeavyRocketry
entryCost = 26800 entryCost = 13500
cost = 15200 cost = 4250
category = Engine category = Engine
subcategory = 0 subcategory = 0
title = #LOC_RestockPlus_restock-engine-corgi_title title = #LOC_RestockPlus_restock-engine-corgi_title
@ -109,7 +107,7 @@ PART
bulkheadProfiles = size3, size2 bulkheadProfiles = size3, size2
// --- standard part parameters --- // --- standard part parameters ---
mass = 3 mass = 5.25
dragModelType = default dragModelType = default
maximum_drag = 0.2 maximum_drag = 0.2
minimum_drag = 0.2 minimum_drag = 0.2
@ -131,7 +129,7 @@ PART
runningEffectName = fx-corgi-running runningEffectName = fx-corgi-running
ignitionThreshold = 0.1 ignitionThreshold = 0.1
minThrust = 0 minThrust = 0
maxThrust = 1540 maxThrust = 750
heatProduction = 5 heatProduction = 5
fxOffset = 0, 0, 0 fxOffset = 0, 0, 0
EngineType = LiquidFuel EngineType = LiquidFuel
@ -149,8 +147,8 @@ PART
} }
atmosphereCurve atmosphereCurve
{ {
key = 0 328 key = 0 355
key = 1 309 key = 1 95
key = 12 0.001 key = 12 0.001
} }
} }