mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
stack core configs
This commit is contained in:
parent
100e2ba777
commit
7ba4983dde
@ -6,8 +6,10 @@
|
|||||||
// - Probodobodyne Stayputnik (probeCoreSphere_v2)
|
// - Probodobodyne Stayputnik (probeCoreSphere_v2)
|
||||||
// - Probodobodyne QBE (probeCoreCube)
|
// - Probodobodyne QBE (probeCoreCube)
|
||||||
// - Probodobodyne HECS2 (HECS2_ProbeCore)
|
// - Probodobodyne HECS2 (HECS2_ProbeCore)
|
||||||
|
// - RC-L01 Remote Guidance Unit (probeStackLarge)
|
||||||
|
// - RC-001S Remote Guidance Unit (probeStackSmall)
|
||||||
|
|
||||||
// QUBE
|
// QBE
|
||||||
@PART[probeCoreCube]
|
@PART[probeCoreCube]
|
||||||
{
|
{
|
||||||
@author = Chris Adderley (Nertea)
|
@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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user