mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Probe alternate gold models
This commit is contained in:
parent
ff3be8d01e
commit
100e2ba777
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -34,5 +34,7 @@ Localization
|
||||
|
||||
#LOC_Restock_variant-stayputnik-pod = Mounted
|
||||
#LOC_Restock_variant-stayputnik-bare = Unmounted
|
||||
#LOC_Restock_variant-probe-gold = Gold
|
||||
#LOC_Restock_variant-probe-bare = Basic
|
||||
}
|
||||
}
|
||||
|
@ -17,6 +17,37 @@
|
||||
MODEL {
|
||||
model = ReStock/Assets/Command/restock-probe-qube-1
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Bare
|
||||
VARIANT
|
||||
{
|
||||
name = Bare
|
||||
displayName = #LOC_Restock_variant-probe-bare
|
||||
primaryColor = #999999
|
||||
secondaryColor = #999999
|
||||
GAMEOBJECTS
|
||||
{
|
||||
QUBE = true
|
||||
QUBE_Foil = false
|
||||
QUBE_Common = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Gold
|
||||
displayName = #LOC_Restock_variant-probe-gold
|
||||
themeName = Gold
|
||||
primaryColor = #fccb0a
|
||||
GAMEOBJECTS
|
||||
{
|
||||
QUBE = false
|
||||
QUBE_Foil = true
|
||||
QUBE_Common = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Stayputnik
|
||||
@ -71,6 +102,37 @@
|
||||
MODEL {
|
||||
model = ReStock/Assets/Command/restock-probe-hecs-1
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Bare
|
||||
VARIANT
|
||||
{
|
||||
name = Bare
|
||||
displayName = #LOC_Restock_variant-probe-bare
|
||||
primaryColor = #999999
|
||||
secondaryColor = #999999
|
||||
GAMEOBJECTS
|
||||
{
|
||||
HECS = true
|
||||
HECS_Foil = false
|
||||
HECS_Common = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Gold
|
||||
displayName = #LOC_Restock_variant-probe-gold
|
||||
themeName = Gold
|
||||
primaryColor = #fccb0a
|
||||
GAMEOBJECTS
|
||||
{
|
||||
HECS = false
|
||||
HECS_Foil = true
|
||||
HECS_Common = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// OKTO
|
||||
@ -83,6 +145,37 @@
|
||||
MODEL {
|
||||
model = ReStock/Assets/Command/restock-probe-okto-1
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Bare
|
||||
VARIANT
|
||||
{
|
||||
name = Bare
|
||||
displayName = #LOC_Restock_variant-probe-bare
|
||||
primaryColor = #999999
|
||||
secondaryColor = #999999
|
||||
GAMEOBJECTS
|
||||
{
|
||||
OKTO = true
|
||||
OKTO_Foil = false
|
||||
OKTO_Common = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Gold
|
||||
displayName = #LOC_Restock_variant-probe-gold
|
||||
themeName = Gold
|
||||
primaryColor = #fccb0a
|
||||
GAMEOBJECTS
|
||||
{
|
||||
OKTO = false
|
||||
OKTO_Foil = true
|
||||
OKTO_Common = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// OKTO2
|
||||
@PART[probeCoreOcto2_v2]
|
||||
@ -94,6 +187,37 @@
|
||||
MODEL {
|
||||
model = ReStock/Assets/Command/restock-probe-okto2-1
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Bare
|
||||
VARIANT
|
||||
{
|
||||
name = Bare
|
||||
displayName = #LOC_Restock_variant-probe-bare
|
||||
primaryColor = #999999
|
||||
secondaryColor = #999999
|
||||
GAMEOBJECTS
|
||||
{
|
||||
OKTO2 = true
|
||||
OKTO2_Foil = false
|
||||
OKTO2_Common = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Gold
|
||||
displayName = #LOC_Restock_variant-probe-gold
|
||||
themeName = Gold
|
||||
primaryColor = #fccb0a
|
||||
GAMEOBJECTS
|
||||
{
|
||||
OKTO2 = false
|
||||
OKTO2_Foil = true
|
||||
OKTO2_Common = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// HECS2
|
||||
@PART[HECS2_ProbeCore]
|
||||
@ -105,4 +229,35 @@
|
||||
MODEL {
|
||||
model = ReStock/Assets/Command/restock-probe-hecs2-1
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Bare
|
||||
VARIANT
|
||||
{
|
||||
name = Bare
|
||||
displayName = #LOC_Restock_variant-probe-bare
|
||||
primaryColor = #999999
|
||||
secondaryColor = #999999
|
||||
GAMEOBJECTS
|
||||
{
|
||||
HECS2 = true
|
||||
HECS2_Foil = false
|
||||
HECS2_Common = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Gold
|
||||
displayName = #LOC_Restock_variant-probe-gold
|
||||
themeName = Gold
|
||||
primaryColor = #fccb0a
|
||||
GAMEOBJECTS
|
||||
{
|
||||
HECS2 = false
|
||||
HECS2_Foil = true
|
||||
HECS2_Common = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user