ReStocked/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-ion-0625.cfg

60 lines
1.1 KiB
INI
Raw Normal View History

2018-11-24 22:28:21 +00:00
// Patches applying art changes to ion engines
// Contents:
// - IX-6315 "Dawn" Electric Propulsion System (ionEngine)
2018-11-24 22:28:21 +00:00
// IX-6315 "Dawn" Electric Propulsion System
2020-05-29 04:13:30 +00:00
@PART[ionEngine]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
2018-11-24 22:28:21 +00:00
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
2018-11-24 22:28:21 +00:00
model = ReStock/Assets/Engine/restock-engine-dawn-1
}
@MODULE[ModuleEnginesFX]
{
@runningEffectName = fx-ant-running
2018-11-24 22:28:21 +00:00
@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
}
}
}