mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
60 lines
1.0 KiB
INI
60 lines
1.0 KiB
INI
// Patches applying art changes to ion engines
|
|
// Contents:
|
|
// - IX-6315 "Dawn" Electric Propulsion System (ionEngine)
|
|
|
|
// Dawn
|
|
@PART[ionEngine]
|
|
{
|
|
@author = Chris Adderley (Nertea)
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/Engine/restock-engine-dawn-1
|
|
}
|
|
@MODULE[ModuleEnginesFX]
|
|
{
|
|
@runningEffectName = fx-ant-running
|
|
@fxOffset = 0, 0, 0
|
|
}
|
|
!MODULE[FXModuleAnimateThrottle] {}
|
|
MODULE
|
|
{
|
|
name = FXModuleThrottleEffects
|
|
fxModuleNames = throttleColor
|
|
responseSpeed = 1.0
|
|
dependOnEngineState = True
|
|
dependOnThrottle = True
|
|
}
|
|
MODULE
|
|
{
|
|
name = ModuleColorChanger
|
|
moduleID = throttleColor
|
|
animRate = 1
|
|
shaderProperty = _EmissiveColor
|
|
includedRenderer = IonEngine
|
|
toggleInEditor = false
|
|
toggleInFlight = false
|
|
redCurve
|
|
{
|
|
key = 0 1
|
|
key = 1 1
|
|
}
|
|
greenCurve
|
|
{
|
|
key = 0 1
|
|
key = 1 1
|
|
}
|
|
blueCurve
|
|
{
|
|
key = 0 1
|
|
key = 1 1
|
|
}
|
|
alphaCurve
|
|
{
|
|
key = 0 0
|
|
key = 1 1
|
|
}
|
|
}
|
|
}
|