Fixes and additions

This commit is contained in:
Chris Adderley
2019-02-24 20:39:56 -08:00
parent 822c07c147
commit 89341c5064
17 changed files with 62 additions and 10 deletions

View File

@ -56,3 +56,55 @@
%rescaleFactor = 1
}
// TD-70 Decoupler
@PART[radialDecoupler2] {
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/Coupling/restock-decoupler-radial-3
}
%rescaleFactor = 1
@MODULE[ModuleAnchoredDecoupler]
{
@anchor = LargeDecouplerBase
}
}
// TD-37 Decoupler
@PART[radialDecoupler] {
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/Coupling/restock-decoupler-radial-1
}
%rescaleFactor = 1
@MODULE[ModuleAnchoredDecoupler]
{
@anchor = SmallDecouplerBase
}
}
// HDM Decoupler
@PART[radialDecoupler1-2] {
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/Coupling/restock-decoupler-radial-2
}
%rescaleFactor = 1
@MODULE[ModuleAnchoredDecoupler]
{
@anchor = WeirdDecouplerBase
}
}