This commit is contained in:
Chris Adderley
2020-04-25 09:24:18 -07:00
166 changed files with 3463 additions and 4826 deletions

View File

@ -1,3 +1,5 @@
// ReStock+ 1.1.0
// Saturn V style mini fuel tank
PART
{
name = restock-fueltank-5-4
@ -22,14 +24,11 @@ PART
scale = 1,-1,1
rotation = 0, 0, 0
}
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0, 4
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0, 4
node_attach = 2.5, 0.0, 0.0, 1.0, 0.0, 0.0, 1
/// Flag to disable this part if MH is installed
MHReplacement = True
TechRequired = highPerformanceFuelSystems
entryCost = 19600
cost = 6400
@ -52,18 +51,17 @@ PART
bulkheadProfiles = size4, srf
tags = #LOC_RestockPlus_restock-fuel-tank-5-4_tags
RESOURCE
{
name = LiquidFuel
amount = 2880
maxAmount = 2880
}
RESOURCE
{
name = Oxidizer
amount = 3520
maxAmount = 3520
}
{
name = LiquidFuel
amount = 2880
maxAmount = 2880
}
RESOURCE
{
name = Oxidizer
amount = 3520
maxAmount = 3520
}
MODULE
{
name = ModulePartVariants
@ -77,10 +75,10 @@ PART
primaryColor = #ffffff
secondaryColor = #000000
GAMEOBJECTS
{
5mMiniBlackWhite = true
5mMiniOrange = false
}
{
5mMiniBlackWhite = true
5mMiniOrange = false
}
}
VARIANT
{
@ -90,10 +88,10 @@ PART
primaryColor = #f49841
secondaryColor = #4c4f47
GAMEOBJECTS
{
5mMiniBlackWhite = false
5mMiniOrange = true
}
{
5mMiniBlackWhite = false
5mMiniOrange = true
}
}
}
}