mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix/updates
This commit is contained in:
@ -140,7 +140,8 @@
|
||||
model = ReStock/Assets/Coupling/restock-decoupler-5-1
|
||||
}
|
||||
%rescaleFactor = 1
|
||||
MODULE
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
@ -156,6 +157,7 @@
|
||||
{
|
||||
5mDecoupler = true
|
||||
5mDecouplerOrange = false
|
||||
5mDecouplerClassic = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -169,6 +171,20 @@
|
||||
{
|
||||
5mDecoupler = false
|
||||
5mDecouplerOrange = true
|
||||
5mDecouplerClassic = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = YellowAndWhite
|
||||
displayName = #LOC_Restock_variant-mounting_classic
|
||||
primaryColor = #4b6787
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
5mDecoupler = false
|
||||
5mDecouplerOrange = false
|
||||
5mDecouplerClassic = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -93,6 +93,7 @@
|
||||
model = ReStock/Assets/Coupling/restock-separator-5-1
|
||||
}
|
||||
%rescaleFactor = 1
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
@ -109,6 +110,7 @@
|
||||
{
|
||||
5mSeparator = true
|
||||
5mSeparatorOrange = false
|
||||
5mSeparatorClassic = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -122,7 +124,22 @@
|
||||
{
|
||||
5mSeparator = false
|
||||
5mSeparatorOrange = true
|
||||
5mSeparatorClassic = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = YellowAndWhite
|
||||
displayName = #LOC_Restock_variant-mounting_classic
|
||||
primaryColor = #4b6787
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
5mSeparator = false
|
||||
5mSeparatorOrange = false
|
||||
5mSeparatorClassic = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user