mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
fix some stupids:
This commit is contained in:
parent
107f094784
commit
549594a14a
@ -25,6 +25,9 @@ PART
|
||||
//sound_vent_soft = disengage
|
||||
//sound_explosion_low = flameout
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = heavierRocketry
|
||||
entryCost = 9200
|
||||
cost = 2300
|
||||
|
@ -1,5 +1,5 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m vacuumn engine
|
||||
// 1.875m vacuum engine
|
||||
PART
|
||||
{
|
||||
name = restock-engine-schnauzer-1
|
||||
@ -22,6 +22,9 @@ PART
|
||||
//sound_vent_soft = disengage
|
||||
//sound_explosion_low = flameout
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = veryHeavyRocketry
|
||||
entryCost = 12000
|
||||
cost = 3000
|
||||
|
@ -23,6 +23,9 @@ PART
|
||||
//sound_vent_soft = disengage
|
||||
//sound_explosion_low = flameout
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = heavierRocketry
|
||||
entryCost = 4400
|
||||
cost = 1100
|
||||
|
@ -14,6 +14,9 @@ PART
|
||||
rescaleFactor = 1.0
|
||||
node_attach = 0.0, 0.0, -0.16, 0.0, 0.0, 1.0, 1
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = precisionPropulsion
|
||||
entryCost = 3200
|
||||
cost = 800
|
||||
@ -67,7 +70,45 @@ PART
|
||||
key = 7 0.001
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Basic
|
||||
VARIANT
|
||||
{
|
||||
name = Basic
|
||||
displayName =
|
||||
primaryColor = #cc0e0e
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Wide
|
||||
displayName =
|
||||
primaryColor = #cc0e0e
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Bare
|
||||
displayName =
|
||||
primaryColor = #cc0e0e
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleGimbal
|
||||
|
@ -24,7 +24,7 @@ v0.2.0
|
||||
- PRBE-9 Liquid Fuel Tank (Nertea): 0.625m exposed probe-style tank (long)
|
||||
- PRBE-4 Liquid Fuel Tank (Nertea): 0.625m exposed probe-style tank
|
||||
- New Engine parts
|
||||
- RK-1 'Trash Panda' Vernier Engine (Nertea): 1.875m radial vernier engine, with Basic, Wide and Bare variants
|
||||
- RK-1 'Trash Panda' Vernier Engine (Nertea): 1.875m radial soyuz-like vernier engine, with Basic, Wide and Bare variants
|
||||
- RK-107 'Ursa' Liquid Fueled Engine (Nertea): 1.875m booster engine, with 1.875m, 1.875m (boattail), 1.25m, 1.25m (boattail) and compact variants
|
||||
- RE-137 'Schnauzer' Liquid Fuel Engine AJ10 (Nertea): 1.875m vacuum engine, with 2.5m, 1.875m, 1.25m and compact variants
|
||||
- RE-I2 'Caravel' Liquid Fuel Engine (Nertea): 1.875m sustainer engine, with 2.5m, 1.875m, 1.25m and compact variants
|
||||
|
Loading…
Reference in New Issue
Block a user