mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
66 lines
1.4 KiB
INI
66 lines
1.4 KiB
INI
// Patches applying art changes to Making History separators
|
|
// Contents:
|
|
- TS-18 Separator (Separator_1p5)
|
|
|
|
// TS-18 Separator
|
|
@PART[Separator_1p5]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
|
{
|
|
@author = Chris Adderley (Nertea)
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/Coupling/restock-separator-1875-1
|
|
}
|
|
%rescaleFactor = 1
|
|
MODULE
|
|
{
|
|
name = ModulePartVariants
|
|
useMultipleDragCubes = false
|
|
baseVariant = BlackAndWhite
|
|
VARIANT
|
|
{
|
|
name = Metallic
|
|
displayName = #LOC_Restock_variant-surface_metal
|
|
themeName = Metal
|
|
primaryColor = #6f6e6d
|
|
secondaryColor = #6f6e6d
|
|
|
|
GAMEOBJECTS
|
|
{
|
|
Separator1875White = false
|
|
Separator1875Metal = true
|
|
Separator1875Orange = false
|
|
}
|
|
}
|
|
VARIANT
|
|
{
|
|
name = BlackAndWhite
|
|
displayName = #autoLOC_8007122
|
|
themeName = BlackAndWhite
|
|
primaryColor = #ffffff
|
|
secondaryColor = #000000
|
|
GAMEOBJECTS
|
|
{
|
|
Separator1875White = true
|
|
Separator1875Metal = false
|
|
Separator1875Orange = false
|
|
}
|
|
}
|
|
VARIANT
|
|
{
|
|
name = GrayAndOrange
|
|
displayName = #autoLOC_8007121
|
|
themeName = GrayAndOrange
|
|
primaryColor = #4c4f47
|
|
secondaryColor = #f49841
|
|
GAMEOBJECTS
|
|
{
|
|
Separator1875White = false
|
|
Separator1875Metal = false
|
|
Separator1875Orange = true
|
|
}
|
|
}
|
|
}
|
|
}
|