mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
- Beautifying all RS+ configs for 2-space indentation.
This commit is contained in:
@ -2,89 +2,83 @@
|
||||
// 0.625m fuel tank, longest version
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-0625-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-0625-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
|
||||
name = restock-fuel-tank-0625-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-0625-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_top = 0.0, 1.3941896, 0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -1.3941896, 0, 0.0, -1.0, 0.0, 0
|
||||
node_attach = 0.0, 0.0, -0.3125, 0.0, 0.0, 1.0, 0
|
||||
|
||||
node_stack_top = 0.0, 1.3941896, 0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -1.3941896, 0, 0.0, -1.0, 0.0, 0
|
||||
node_attach = 0.0, 0.0, -0.3125, 0.0, 0.0, 1.0, 0
|
||||
// Tech
|
||||
TechRequired = precisionPropulsion
|
||||
entryCost = 9500
|
||||
|
||||
TechRequired = precisionPropulsion
|
||||
entryCost = 9500
|
||||
// Info
|
||||
cost = 144
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-0625-1_title
|
||||
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-0625-1_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-0625-1_tags
|
||||
cost = 144
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-0625-1_title
|
||||
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-0625-1_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-0625-1_tags
|
||||
bulkheadProfiles = size0, srf
|
||||
|
||||
// Parameters
|
||||
mass = 0.09
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
|
||||
MODULE
|
||||
mass = 0.09
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Metal
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
themeName = Metal
|
||||
primaryColor = #6f6e6d
|
||||
secondaryColor = #6f6e6d
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1
|
||||
}
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
themeName = Metal
|
||||
primaryColor = #6f6e6d
|
||||
secondaryColor = #6f6e6d
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1-white
|
||||
}
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1-white
|
||||
}
|
||||
}
|
||||
}
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 64.8
|
||||
maxAmount = 64.8
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 79.2
|
||||
maxAmount = 79.2
|
||||
}
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 64.8
|
||||
maxAmount = 64.8
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 79.2
|
||||
maxAmount = 79.2
|
||||
}
|
||||
}
|
||||
|
@ -2,91 +2,83 @@
|
||||
// 0.625m fuel tank, medium version
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-0625-2
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-0625-2
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
|
||||
name = restock-fuel-tank-0625-2
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-0625-2
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_top = 0.0, 0.6970948, 0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -0.6970948, 0, 0.0, -1.0, 0.0, 0
|
||||
node_attach = 0.0, 0.0, -0.3125, 0.0, 0.0, 1.0, 0
|
||||
|
||||
node_stack_top = 0.0, 0.6970948, 0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -0.6970948, 0, 0.0, -1.0, 0.0, 0
|
||||
node_attach = 0.0, 0.0, -0.3125, 0.0, 0.0, 1.0, 0
|
||||
// Tech
|
||||
TechRequired = precisionPropulsion
|
||||
entryCost = 7200
|
||||
|
||||
TechRequired = precisionPropulsion
|
||||
entryCost = 7200
|
||||
// Info
|
||||
cost = 72
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-0625-2_title
|
||||
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-0625-2_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-0625-2_tags
|
||||
cost = 72
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-0625-2_title
|
||||
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-0625-2_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-0625-2_tags
|
||||
bulkheadProfiles = size0, srf
|
||||
|
||||
// Parameters
|
||||
mass = 0.045
|
||||
|
||||
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
|
||||
MODULE
|
||||
mass = 0.045
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Metal
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
themeName = Metal
|
||||
primaryColor = #6f6e6d
|
||||
secondaryColor = #6f6e6d
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1
|
||||
}
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
themeName = Metal
|
||||
primaryColor = #6f6e6d
|
||||
secondaryColor = #6f6e6d
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1-white
|
||||
}
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1-white
|
||||
}
|
||||
}
|
||||
}
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 32.4
|
||||
maxAmount = 32.4
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 39.6
|
||||
maxAmount = 39.6
|
||||
}
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 32.4
|
||||
maxAmount = 32.4
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 39.6
|
||||
maxAmount = 39.6
|
||||
}
|
||||
}
|
||||
|
@ -2,89 +2,83 @@
|
||||
// 0.625m fuel tank, small version
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-0625-3
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-0625-3
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
|
||||
name = restock-fuel-tank-0625-3
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-0625-3
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_top = 0.0, 0.3485474, 0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -0.3485474, 0, 0.0, -1.0, 0.0, 0
|
||||
node_attach = 0.0, 0.0, -0.3125, 0.0, 0.0, 1.0, 0
|
||||
|
||||
node_stack_top = 0.0, 0.3485474, 0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -0.3485474, 0, 0.0, -1.0, 0.0, 0
|
||||
node_attach = 0.0, 0.0, -0.3125, 0.0, 0.0, 1.0, 0
|
||||
// Tech
|
||||
TechRequired = propulsionSystems
|
||||
entryCost = 6050
|
||||
|
||||
TechRequired = propulsionSystems
|
||||
entryCost = 6050
|
||||
// Info
|
||||
cost = 36
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-0625-3_title
|
||||
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-0625-3_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-0625-3_tags
|
||||
cost = 36
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-0625-3_title
|
||||
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-0625-3_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-0625-3_tags
|
||||
bulkheadProfiles = size0, srf
|
||||
|
||||
// Parameters
|
||||
mass = 0.0225
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
|
||||
MODULE
|
||||
mass = 0.0225
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Metal
|
||||
VARIANT
|
||||
{
|
||||
name = Metal
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
themeName = Metal
|
||||
primaryColor = #6f6e6d
|
||||
secondaryColor = #6f6e6d
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1
|
||||
}
|
||||
displayName = #LOC_Restock_variant-surface_metal
|
||||
themeName = Metal
|
||||
primaryColor = #6f6e6d
|
||||
secondaryColor = #6f6e6d
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1-white
|
||||
}
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-fueltank-0625-1-white
|
||||
}
|
||||
}
|
||||
}
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 16.2
|
||||
maxAmount = 16.2
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 19.8
|
||||
maxAmount = 19.8
|
||||
}
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 16.2
|
||||
maxAmount = 16.2
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 19.8
|
||||
maxAmount = 19.8
|
||||
}
|
||||
}
|
||||
|
@ -1,78 +1,70 @@
|
||||
// ReStock+ 0.1.0
|
||||
// 3.75m compact fuel tank
|
||||
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-375-4
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-375-4
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
|
||||
scale = 1.0, 1.0, 1.0
|
||||
position = 0.0, 0.48, 0.0
|
||||
}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
|
||||
scale = 1.0, -1.0, 1.0
|
||||
position = 0.0, -0.48, 0.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
|
||||
name = restock-fuel-tank-375-4
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-375-4
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
|
||||
scale = 1.0, 1.0, 1.0
|
||||
position = 0.0, 0.48, 0.0
|
||||
}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
|
||||
scale = 1.0, -1.0, 1.0
|
||||
position = 0.0, -0.48, 0.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_top = 0.0, 0.48, 0, 0.0, 1.0, 0.0, 3
|
||||
node_stack_bottom = 0.0, -0.48, 0, 0.0, -1.0, 0.0, 3
|
||||
node_attach = 0.0, 0.0, -1.875, 0.0, 0.0, 1.0, 3
|
||||
|
||||
node_stack_top = 0.0, 0.48, 0, 0.0, 1.0, 0.0, 3
|
||||
node_stack_bottom = 0.0, -0.48, 0, 0.0, -1.0, 0.0, 3
|
||||
node_attach = 0.0, 0.0, -1.875, 0.0, 0.0, 1.0, 3
|
||||
// Tech
|
||||
TechRequired = highPerformanceFuelSystems
|
||||
entryCost = 12900
|
||||
|
||||
TechRequired = highPerformanceFuelSystems
|
||||
entryCost = 12900
|
||||
// Info
|
||||
cost = 1625
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-375-4_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-375-4_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-375-4_tags
|
||||
cost = 1625
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-375-4_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-375-4_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-375-4_tags
|
||||
bulkheadProfiles = size3, srf
|
||||
|
||||
// Parameters
|
||||
mass = 1.125
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
|
||||
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 810
|
||||
maxAmount = 810
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 990
|
||||
maxAmount = 990
|
||||
}
|
||||
MODULE
|
||||
mass = 1.125
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 810
|
||||
maxAmount = 810
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 990
|
||||
maxAmount = 990
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = BlackAndWhite
|
||||
|
@ -1,71 +1,63 @@
|
||||
// ReStock+ 0.1.0
|
||||
// 3.75m fuelled nosecone
|
||||
|
||||
PART
|
||||
{
|
||||
name = restock-nosecone-375-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-nosecone-375-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
|
||||
scale = 1.0, -1.0, 1.0
|
||||
position = 0.0, -1.5494, 0.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
|
||||
name = restock-nosecone-375-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-nosecone-375-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
|
||||
scale = 1.0, -1.0, 1.0
|
||||
position = 0.0, -1.5494, 0.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_bottom = 0.0, -1.5494, 0, 0.0, -1.0, 0.0, 3
|
||||
node_attach = 0.0, 0.0, -1.5494, 0.0, 0.0, 1.0, 3
|
||||
|
||||
node_stack_bottom = 0.0, -1.5494, 0, 0.0, -1.0, 0.0, 3
|
||||
node_attach = 0.0, 0.0, -1.5494, 0.0, 0.0, 1.0, 3
|
||||
// Tech
|
||||
TechRequired = highPerformanceFuelSystems
|
||||
entryCost = 18500
|
||||
|
||||
TechRequired = highPerformanceFuelSystems
|
||||
entryCost = 18500
|
||||
// Info
|
||||
cost = 3450
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-nosecone-375-1_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-nosecone-375-1_description
|
||||
tags = #LOC_RestockPlus_restock-nosecone-375-1_tags
|
||||
cost = 3450
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-nosecone-375-1_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-nosecone-375-1_description
|
||||
tags = #LOC_RestockPlus_restock-nosecone-375-1_tags
|
||||
bulkheadProfiles = size3, srf
|
||||
|
||||
// Parameters
|
||||
mass = 2.25
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
|
||||
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 1620
|
||||
maxAmount = 1620
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 1980
|
||||
maxAmount = 1980
|
||||
}
|
||||
MODULE
|
||||
mass = 2.25
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 1620
|
||||
maxAmount = 1620
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 1980
|
||||
maxAmount = 1980
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = BlackAndWhite
|
||||
|
@ -2,56 +2,48 @@
|
||||
// Super tiny radial RCS tank
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-rcs-radial-tiny-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fuel-tank-rcs-radial-tiny-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
|
||||
name = restock-fuel-tank-rcs-radial-tiny-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fuel-tank-rcs-radial-tiny-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
// Attachment
|
||||
attachRules = 0,1,0,0,0
|
||||
node_attach = 0.18, 0.0, 0.0, 1.0, 0.0, 0.0, 0
|
||||
|
||||
node_attach = 0.18, 0.0, 0.0, 1.0, 0.0, 0.0, 0
|
||||
// Tech
|
||||
TechRequired = propulsionSystems
|
||||
entryCost = 200
|
||||
|
||||
TechRequired = propulsionSystems
|
||||
entryCost = 200
|
||||
// Info
|
||||
cost = 30
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-rcs-radial-tiny-1_title
|
||||
manufacturer = #autoLOC_6004000
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-rcs-radial-tiny-1_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-rcs-radial-tiny-1_tags
|
||||
cost = 30
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-rcs-radial-tiny-1_title
|
||||
manufacturer = #autoLOC_6004000
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-rcs-radial-tiny-1_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-rcs-radial-tiny-1_tags
|
||||
bulkheadProfiles = srf
|
||||
|
||||
// Parameters
|
||||
mass = 0.01
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 50
|
||||
breakingTorque = 50
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
mass = 0.01
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 50
|
||||
breakingTorque = 50
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = MonoPropellant
|
||||
amount = 7.5
|
||||
maxAmount = 7.5
|
||||
}
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = MonoPropellant
|
||||
amount = 7.5
|
||||
maxAmount = 7.5
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user