mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
fix some stupids:
This commit is contained in:
@ -14,6 +14,9 @@ PART
|
||||
rescaleFactor = 1.0
|
||||
node_attach = 0.0, 0.0, -0.16, 0.0, 0.0, 1.0, 1
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = precisionPropulsion
|
||||
entryCost = 3200
|
||||
cost = 800
|
||||
@ -67,7 +70,45 @@ PART
|
||||
key = 7 0.001
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Basic
|
||||
VARIANT
|
||||
{
|
||||
name = Basic
|
||||
displayName =
|
||||
primaryColor = #cc0e0e
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Wide
|
||||
displayName =
|
||||
primaryColor = #cc0e0e
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Bare
|
||||
displayName =
|
||||
primaryColor = #cc0e0e
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleGimbal
|
||||
|
Reference in New Issue
Block a user