2019-02-26 00:18:54 +00:00
|
|
|
// Patches applying art changes to Making History decouplers
|
|
|
|
// Contents:
|
2019-03-01 19:43:09 +00:00
|
|
|
- TD-18 Decoupler (Decoupler_1p5)
|
2019-05-21 23:09:51 +00:00
|
|
|
- Size 1.5 Decoupler (Size1p5_Strut_Decoupler)
|
2019-02-26 00:18:54 +00:00
|
|
|
|
|
|
|
// TD-18 Decoupler
|
2019-11-04 16:56:59 +00:00
|
|
|
@PART[Decoupler_1p5]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
2019-03-03 13:42:20 +00:00
|
|
|
{
|
|
|
|
@author = Chris Adderley (Nertea)
|
|
|
|
!mesh = DELETE
|
|
|
|
!MODEL {}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Coupling/restock-decoupler-1875-1
|
|
|
|
}
|
|
|
|
%rescaleFactor = 1
|
2019-09-23 18:24:43 +00:00
|
|
|
MODULE
|
2019-05-21 23:09:51 +00:00
|
|
|
{
|
2019-09-23 18:24:43 +00:00
|
|
|
name = ModulePartVariants
|
|
|
|
useMultipleDragCubes = false
|
|
|
|
baseVariant = BlackAndWhite
|
|
|
|
VARIANT
|
|
|
|
{
|
|
|
|
name = Metallic
|
|
|
|
displayName = #LOC_Restock_variant-surface_metal
|
|
|
|
themeName = Metal
|
|
|
|
primaryColor = #6f6e6d
|
|
|
|
secondaryColor = #6f6e6d
|
2019-11-01 18:42:48 +00:00
|
|
|
|
2019-09-23 18:24:43 +00:00
|
|
|
GAMEOBJECTS
|
|
|
|
{
|
|
|
|
Decoupler1875White = false
|
|
|
|
Decoupler1875Metal = true
|
|
|
|
Decoupler1875Orange = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
VARIANT
|
|
|
|
{
|
|
|
|
name = BlackAndWhite
|
|
|
|
displayName = #autoLOC_8007122
|
|
|
|
themeName = BlackAndWhite
|
|
|
|
primaryColor = #ffffff
|
|
|
|
secondaryColor = #000000
|
|
|
|
GAMEOBJECTS
|
|
|
|
{
|
|
|
|
Decoupler1875White = true
|
|
|
|
Decoupler1875Metal = false
|
|
|
|
Decoupler1875Orange = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
VARIANT
|
|
|
|
{
|
|
|
|
name = GrayAndOrange
|
|
|
|
displayName = #autoLOC_8007121
|
|
|
|
themeName = GrayAndOrange
|
|
|
|
primaryColor = #4c4f47
|
|
|
|
secondaryColor = #f49841
|
|
|
|
GAMEOBJECTS
|
|
|
|
{
|
|
|
|
Decoupler1875White = false
|
|
|
|
Decoupler1875Metal = false
|
|
|
|
Decoupler1875Orange = true
|
|
|
|
}
|
|
|
|
}
|
2019-05-21 23:09:51 +00:00
|
|
|
}
|
2019-10-30 04:48:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Truss Decoupler
|
2019-11-04 16:56:59 +00:00
|
|
|
@PART[Size1p5_Strut_Decoupler]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
2019-10-30 04:48:12 +00:00
|
|
|
{
|
|
|
|
@author = Chris Adderley (Nertea)
|
|
|
|
!mesh = DELETE
|
|
|
|
!MODEL {}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Coupling/restock-decoupler-1875-truss-1
|
|
|
|
}
|
|
|
|
%rescaleFactor = 1
|
|
|
|
|
|
|
|
!MODULE[ModulePartVariants] {}
|
|
|
|
MODULE
|
|
|
|
{
|
|
|
|
name = ModulePartVariants
|
|
|
|
|
|
|
|
useMultipleDragCubes = false
|
|
|
|
baseVariant = Gray
|
|
|
|
VARIANT
|
|
|
|
{
|
|
|
|
name = Gray
|
2019-11-04 23:57:33 +00:00
|
|
|
displayName = #LOC_Restock_variant-decoupler_metal
|
|
|
|
primaryColor = #999999
|
|
|
|
secondaryColor = #666666
|
2019-10-30 04:48:12 +00:00
|
|
|
themeName = Gray
|
|
|
|
GAMEOBJECTS
|
|
|
|
{
|
|
|
|
15DecouplerMetal = true
|
|
|
|
15DecouplerOrange = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
VARIANT
|
|
|
|
{
|
|
|
|
name = Orange
|
2019-11-04 23:57:33 +00:00
|
|
|
displayName = #LOC_Restock_variant-decoupler_grey-orange
|
|
|
|
primaryColor = #666666
|
|
|
|
secondaryColor = #f69449
|
2019-10-30 04:48:12 +00:00
|
|
|
themeName = Orange
|
|
|
|
GAMEOBJECTS
|
|
|
|
{
|
|
|
|
15DecouplerOrange = true
|
|
|
|
15DecouplerMetal = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-11-01 18:42:48 +00:00
|
|
|
}
|