stack core configs

This commit is contained in:
Chris Adderley 2018-12-12 23:03:48 -08:00
parent 100e2ba777
commit 7ba4983dde

View File

@ -6,8 +6,10 @@
// - Probodobodyne Stayputnik (probeCoreSphere_v2)
// - Probodobodyne QBE (probeCoreCube)
// - Probodobodyne HECS2 (HECS2_ProbeCore)
// - RC-L01 Remote Guidance Unit (probeStackLarge)
// - RC-001S Remote Guidance Unit (probeStackSmall)
// QUBE
// QBE
@PART[probeCoreCube]
{
@author = Chris Adderley (Nertea)
@ -261,3 +263,27 @@
}
}
}
// 1.25m Stack Core
@PART[probeStackSmall]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/Command/restock-drone-core-125-1
}
}
// 2.5m Stack Core
@PART[probeStackLarge]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/Command/restock-drone-core-25-1
}
}