mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix corgi
This commit is contained in:
@ -65,7 +65,6 @@ PART
|
||||
pitch = 1.0 0.95
|
||||
loop = true
|
||||
}
|
||||
|
||||
MODEL_MULTI_PARTICLE
|
||||
{
|
||||
name = core
|
||||
@ -90,14 +89,13 @@ PART
|
||||
speed = 0.0 0.35
|
||||
speed = 1.0 1.0
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// --- editor parameters ---
|
||||
TechRequired = veryHeavyRocketry
|
||||
entryCost = 26800
|
||||
cost = 15200
|
||||
entryCost = 13500
|
||||
cost = 4250
|
||||
category = Engine
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-engine-corgi_title
|
||||
@ -109,7 +107,7 @@ PART
|
||||
bulkheadProfiles = size3, size2
|
||||
|
||||
// --- standard part parameters ---
|
||||
mass = 3
|
||||
mass = 5.25
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
@ -131,7 +129,7 @@ PART
|
||||
runningEffectName = fx-corgi-running
|
||||
ignitionThreshold = 0.1
|
||||
minThrust = 0
|
||||
maxThrust = 1540
|
||||
maxThrust = 750
|
||||
heatProduction = 5
|
||||
fxOffset = 0, 0, 0
|
||||
EngineType = LiquidFuel
|
||||
@ -149,8 +147,8 @@ PART
|
||||
}
|
||||
atmosphereCurve
|
||||
{
|
||||
key = 0 328
|
||||
key = 1 309
|
||||
key = 0 355
|
||||
key = 1 95
|
||||
key = 12 0.001
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user