mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add truss decoupler
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 4.0 MiB |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 4.0 MiB |
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -66,6 +66,8 @@
|
||||
- Making History parts replaced:
|
||||
- Aero
|
||||
- Protective Rocket Nosecone Mk5A (Nertea)
|
||||
- Coupling
|
||||
- Size 1.5 Decoupler (Nertea)
|
||||
- Engines
|
||||
- RV-1 'Cub' Vernier Engine (Nertea): now has Basic, Wide and Compact variants
|
||||
- RK-7 'Kodiak' Liquid Fueled Engine (Nertea): now has 1.875m, 1.875m (boattail), 1.25m, 1.25m (boattail) and Compact variants
|
||||
|
Reference in New Issue
Block a user