mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Added Dark RCS Tank Variants
This commit is contained in:
@ -46,4 +46,31 @@ PART
|
||||
amount = 400
|
||||
maxAmount = 400
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = BlackAndWhite
|
||||
VARIANT
|
||||
{
|
||||
name = BlackAndWhite
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName = #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #4c4f47
|
||||
TEXTURE
|
||||
{
|
||||
shader = KSP/Bumped Specular
|
||||
_MainTex = ReStock/Assets/FuelTank/restock-rcs-tank-3-dark
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -45,4 +45,31 @@ PART
|
||||
amount = 1650
|
||||
maxAmount = 1650
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = BlackAndWhite
|
||||
VARIANT
|
||||
{
|
||||
name = BlackAndWhite
|
||||
displayName = #autoLOC_8007122
|
||||
themeName = BlackAndWhite
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Dark
|
||||
displayName = #autoLOC_8007117
|
||||
themeName = Dark
|
||||
primaryColor = #4c4f47
|
||||
secondaryColor = #4c4f47
|
||||
TEXTURE
|
||||
{
|
||||
shader = KSP/Bumped Specular
|
||||
_MainTex = ReStock/Assets/FuelTank/restock-rcs-tank-3-dark
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user