mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
31 lines
584 B
INI
31 lines
584 B
INI
// Patches applying art changes to Making History decouplers
|
|
// Contents:
|
|
- TD-18 Decoupler (Decoupler_1p5)
|
|
- Size 1.5 Decoupler (Size1p5_Strut_Decoupler)
|
|
|
|
// TD-18 Decoupler
|
|
@PART[Decoupler_1p5]
|
|
{
|
|
@author = Chris Adderley (Nertea)
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/Coupling/restock-decoupler-1875-1
|
|
}
|
|
%rescaleFactor = 1
|
|
}
|
|
|
|
// Size 1.5 decoupler
|
|
@PART[Size1p5_Strut_Decoupler]
|
|
{
|
|
@author = Chris Adderley (Nertea)
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/Coupling/restock-decoupler-1875-2
|
|
}
|
|
%rescaleFactor = 1
|
|
}
|