mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add RoveMate
This commit is contained in:
parent
c0ba9815b3
commit
822c07c147
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -6,6 +6,7 @@
|
||||
// - Probodobodyne Stayputnik (probeCoreSphere_v2)
|
||||
// - Probodobodyne QBE (probeCoreCube)
|
||||
// - Probodobodyne HECS2 (HECS2_ProbeCore)
|
||||
// - Probodobodyne RoveMate (roverBody_v2)
|
||||
// - RC-L01 Remote Guidance Unit (probeStackLarge)
|
||||
// - RC-001S Remote Guidance Unit (probeStackSmall)
|
||||
|
||||
@ -271,7 +272,7 @@
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Bare
|
||||
VARIANT
|
||||
{
|
||||
@ -336,10 +337,11 @@
|
||||
MODEL {
|
||||
model = ReStock/Assets/Command/restock-probe-hecs2-1
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Gold
|
||||
VARIANT
|
||||
{
|
||||
@ -395,6 +397,90 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Rover
|
||||
@PART[roverBody_v2]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Command/restock-probe-rovemate-1
|
||||
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007116
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Rover_White = true
|
||||
Rover_Grey = false
|
||||
Rover_GoldFoil = false
|
||||
Rover_SilverFoil = false
|
||||
Rover_Common = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Gold
|
||||
displayName = #LOC_Restock_variant-probe-gold
|
||||
themeName = Gold
|
||||
primaryColor = #fccb0a
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Rover_White = false
|
||||
Rover_Grey = false
|
||||
Rover_GoldFoil = true
|
||||
Rover_SilverFoil = false
|
||||
Rover_Common = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Silver
|
||||
displayName = #LOC_Restock_variant-probe-silver
|
||||
themeName = Silver
|
||||
primaryColor = #cecece
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Rover_White = false
|
||||
Rover_Grey = false
|
||||
Rover_GoldFoil = false
|
||||
Rover_SilverFoil = true
|
||||
Rover_Common = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Bare
|
||||
displayName = #LOC_Restock_variant-probe-bare
|
||||
primaryColor = #999999
|
||||
secondaryColor = #999999
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Rover_White = false
|
||||
Rover_Grey = true
|
||||
Rover_GoldFoil = false
|
||||
Rover_SilverFoil = false
|
||||
Rover_Common = false
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// 1.25m Stack Core
|
||||
@PART[probeStackSmall]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user