ReStocked/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-les-125.cfg

58 lines
1.1 KiB
INI

// Patches applying art changes to the Launch Escape System
// Contents:
// - Launch Escape System (LaunchEscapeSystem)
// Launch Escape System
@PART[LaunchEscapeSystem]
{
@author = Andrew Cassidy
!mesh = DELETE
MODEL
{
model = ReStock/Assets/Engine/restock-engine-les-1
}
MODULE
{
name = ModulePartVariants
baseVariant = Shielded
VARIANT
{
name = Shielded
displayName = #LOC_Restock_variant-telescope_shielded
themeName = White
primaryColor = #ffffff
secondaryColor = #202020
GAMEOBJECTS
{
lower_long_COLLIDER = true
lower_short_COLLIDER = false
}
NODES
{
node_stack_bottom = 0.0, -1.372544, 0.0, 0.0, -1.0, 0.0, 1
}
}
VARIANT
{
name = Bare
displayName = #LOC_Restock_variant-telescope_bare
themeName = White
primaryColor = #707070
secondaryColor = #202020
GAMEOBJECTS
{
lower_long_COLLIDER = false
lower_short_COLLIDER = true
}
NODES
{
node_stack_bottom = 0.0, -1.1476, 0.0, 0.0, -1.0, 0.0, 1
}
}
}
}