mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add truss decoupler
This commit is contained in:
@ -63,4 +63,52 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Truss Decoupler
|
||||
@PART[Size1p5_Strut_Decoupler]
|
||||
{
|
||||
@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
|
||||
displayName = #autoLOC_8007101
|
||||
primaryColor = #212121
|
||||
secondaryColor = #212121
|
||||
themeName = Gray
|
||||
GAMEOBJECTS
|
||||
{
|
||||
15DecouplerMetal = true
|
||||
15DecouplerOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Orange
|
||||
displayName = #autoLOC_8007100 // autoLOC_8007100 = Orange
|
||||
primaryColor = #dc5a28
|
||||
secondaryColor = #dc5a28
|
||||
themeName = Orange
|
||||
GAMEOBJECTS
|
||||
{
|
||||
15DecouplerOrange = true
|
||||
15DecouplerMetal = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user