Base patches for next wave of parts

This commit is contained in:
cadderley
2018-07-05 11:41:36 -07:00
parent 52b5752b27
commit fbdd18509a
10 changed files with 589 additions and 5 deletions

View File

@ -2,6 +2,31 @@
// Contents:
// - LV-N "Nerv" Atomic Rocket Motor (nuclearEngine)
// - S3 KS-25 "Vector" Liquid Fuel Engine (SSME)
// LV-N
@PART[nuclearEngine]
{
@author = Chris Adderley
!mesh = DELETE
!MODEL = {}
MODEL {
model = ReStock/Assets/Engine/restock-engine-vector-1
}
@MODULE[FXModuleAnimateThrottle]
{
@animationName = restock-vector-heat-1
%layer = 1
}
MODULE
{
name = FXModuleAnimateThrottle
animationName = restock-vector-throttle-1
layer = 2
responseSpeed = 1.0
dependOnEngineState = True
dependOnThrottle = True
}
}
// Vector
@PART[SSME]
@ -127,7 +152,7 @@
jettisonDirection = 0 0 1
useMultipleDragCubes= false
}
@MODULE[ModuleGimbal]
{
@gimbalTransformName = B_Gimbal
@ -192,5 +217,5 @@
dependOnEngineState = True
dependOnThrottle = True
}
}