mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Write descriptions, update balance
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
// 0.625m fuel tank, teeny version
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-0625-4
|
||||
name = restock-fuel-tank-0625-5
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
@ -24,10 +24,10 @@ PART
|
||||
cost = 9
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-0625-4_title
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-0625-5_title
|
||||
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-0625-4_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-0625-4_tags
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-0625-5_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-0625-5_tags
|
||||
bulkheadProfiles = size0, srf
|
||||
// Parameters
|
||||
mass = 0.005625
|
||||
|
@ -1,4 +1,4 @@
|
||||
// ReStock+ 0.1.0
|
||||
// ReStock+ 0.2.0
|
||||
// 0.625m probe style fuel tank
|
||||
PART
|
||||
{
|
||||
@ -18,8 +18,8 @@ PART
|
||||
node_stack_bottom = 0.0, -0.1741, 0, 0.0, -1.0, 0.0, 0
|
||||
node_attach = 0.0, 0.0, -0.199, 0.0, 0.0, 1.0, 0
|
||||
// Tech
|
||||
TechRequired = propulsionSystems
|
||||
entryCost = 6050
|
||||
TechRequired = precisionPropulsion
|
||||
entryCost = 2025
|
||||
// Info
|
||||
cost = 9
|
||||
category = FuelTank
|
||||
|
@ -1,5 +1,5 @@
|
||||
// ReStock+ 0.1.0
|
||||
// 0.625m probe style fuel tank short
|
||||
// ReStock+ 0.2.0
|
||||
// 0.625m probe style fuel tank - short
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-probe-2
|
||||
@ -18,10 +18,10 @@ PART
|
||||
node_stack_bottom = 0.0, -0.0881, 0, 0.0, -1.0, 0.0, 0
|
||||
node_attach = 0.0, 0.0, -0.199, 0.0, 0.0, 1.0, 0
|
||||
// Tech
|
||||
TechRequired = propulsionSystems
|
||||
entryCost = 6050
|
||||
TechRequired = precisionPropulsion
|
||||
entryCost = 1050
|
||||
// Info
|
||||
cost = 9
|
||||
cost = 5
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-probe-2_title
|
||||
@ -30,7 +30,7 @@ PART
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-probe-2_tags
|
||||
bulkheadProfiles = size0, srf
|
||||
// Parameters
|
||||
mass = 0.005625
|
||||
mass = 0.0028125
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
@ -43,13 +43,13 @@ PART
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 4.05
|
||||
maxAmount = 4.05
|
||||
amount = 2.025
|
||||
maxAmount = 2.025
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 4.95
|
||||
maxAmount = 4.95
|
||||
amount = 2.475
|
||||
maxAmount = 2.475
|
||||
}
|
||||
}
|
||||
|
@ -17,6 +17,10 @@ PART
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_top = 0.0, 0.425, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.425, 0.0, 0.0, -1.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
// Tech
|
||||
TechRequired = highPerformanceFuelSystems
|
||||
entryCost = 6000
|
||||
|
@ -1,3 +1,5 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Long
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-1
|
||||
@ -12,14 +14,18 @@ PART
|
||||
node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_attach = 0.9375, -1.0, 0.0, 1.0, 0.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = advFuelSystems
|
||||
entryCost = 7200
|
||||
cost = 1800
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title =
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-1_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-1_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 1.125
|
||||
dragModelType = default
|
||||
@ -32,8 +38,7 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags =
|
||||
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-1875-1_tags
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
@ -53,7 +58,7 @@ PART
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
|
||||
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
@ -97,4 +102,4 @@ PART
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,5 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Med
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-2
|
||||
@ -12,14 +14,18 @@ PART
|
||||
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_attach = 0.9375, 0.0, 0.0, 1.0, 0.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 4100
|
||||
cost = 900
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title =
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-2_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-2_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 0.5625
|
||||
dragModelType = default
|
||||
@ -32,8 +38,8 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags =
|
||||
|
||||
tags =
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
@ -94,4 +100,4 @@ PART
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Small
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-3
|
||||
@ -13,14 +14,18 @@ PART
|
||||
node_stack_top = 0.0, 0.46875, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.46875, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_attach = 0.9375, 0.0, 0.0, 1.0, 0.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 2500
|
||||
cost = 440
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title =
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-3_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-3_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 0.275
|
||||
dragModelType = default
|
||||
@ -33,8 +38,8 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags =
|
||||
|
||||
tags =
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
@ -61,7 +66,7 @@ PART
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Small =true
|
||||
Tank1875Small =true
|
||||
Tank1875SmallGrey = false
|
||||
Tank1875SmallOrange = false
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Tiny
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-4
|
||||
@ -13,14 +14,18 @@ PART
|
||||
node_stack_top = 0.0, 0.234375, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.234375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_attach = 0.9375, 0.0, 0.0, 1.0, 0.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = advRocketry
|
||||
entryCost = 1750
|
||||
cost = 220
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-1_title
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-4_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-1_description
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-4_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 0.1375
|
||||
dragModelType = default
|
||||
@ -33,8 +38,8 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags =
|
||||
|
||||
tags =
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
|
@ -1,3 +1,5 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Soyuz
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-soyuz-1
|
||||
@ -13,6 +15,9 @@ PART
|
||||
node_stack_bottom = 0.0, -3.75, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_attach = 0.0, -2, 0.9375, 0.0, 0.0, -1.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
CoMOffset = 0.0, -1.0, 0.2
|
||||
CoPOffset = 0.0, 0.5, 0.25
|
||||
|
||||
@ -21,9 +26,9 @@ PART
|
||||
cost = 1400
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title =
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 0.75
|
||||
dragModelType = default
|
||||
@ -36,7 +41,7 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags =
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_tags
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
@ -51,10 +56,9 @@ PART
|
||||
maxAmount = 660
|
||||
}
|
||||
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleEngines
|
||||
name = ModuleEnginesFX
|
||||
thrustVectorTransformName = thrustTransform
|
||||
throttleLocked = True
|
||||
exhaustDamage = True
|
||||
@ -79,22 +83,14 @@ PART
|
||||
key = 6 0.001
|
||||
}
|
||||
exhaustDamageMultiplier = 50
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = SolidFuel
|
||||
amount = 4
|
||||
maxAmount = 4
|
||||
}
|
||||
|
||||
stagingIcon = SOLID_BOOSTER
|
||||
fx_exhaustFlame_white_tiny = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, running
|
||||
sound_vent_medium = engage
|
||||
sound_rocket_mini = running
|
||||
sound_vent_soft = disengage
|
||||
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
|
@ -1,3 +1,5 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m to 0.625m adapter
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-adapter-1875-0625-1
|
||||
@ -12,6 +14,9 @@ PART
|
||||
node_stack_top = 0.0, 0.375, 0.0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -0.375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 1550
|
||||
cost = 160
|
||||
@ -19,7 +24,7 @@ PART
|
||||
subcategory = 0
|
||||
title =
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
description =
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.1
|
||||
dragModelType = default
|
||||
@ -32,7 +37,7 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size0, size1p5, srf
|
||||
tags =
|
||||
tags =
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
|
@ -1,3 +1,5 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m to 1.25m long adapter
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-adapter-1875-125-1
|
||||
@ -12,6 +14,9 @@ PART
|
||||
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 3100
|
||||
cost = 600
|
||||
@ -19,7 +24,7 @@ PART
|
||||
subcategory = 0
|
||||
title =
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
description =
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.375
|
||||
dragModelType = default
|
||||
@ -32,7 +37,7 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, size1, srf
|
||||
tags =
|
||||
tags =
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
|
@ -1,8 +1,10 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m to 1.25m short adapter
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-adapter-1875-125-1
|
||||
module = Part
|
||||
author = PJ
|
||||
author = Chris Adderley (Nertea)
|
||||
rescaleFactor = 1.0
|
||||
MODEL
|
||||
{
|
||||
@ -12,12 +14,15 @@ PART
|
||||
node_stack_top = 0.0, 0.234375, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.234375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = advRocketry
|
||||
entryCost = 1550
|
||||
cost = 160
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title =
|
||||
title =
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
attachRules = 1,0,1,1,0
|
||||
@ -32,7 +37,7 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1, size1p5, srf
|
||||
tags =
|
||||
tags =
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
@ -77,7 +82,7 @@ PART
|
||||
1875-125ShortGrey = true
|
||||
1875-125ShortOrange= false
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
@ -92,7 +97,7 @@ PART
|
||||
1875-125ShortGrey = false
|
||||
1875-125ShortOrange= true
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,5 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m to 2.5m adapter
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-adapter-25-1875-1
|
||||
@ -12,14 +14,17 @@ PART
|
||||
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 5100
|
||||
cost = 1200
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title =
|
||||
title =
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
description =
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.75
|
||||
dragModelType = default
|
||||
@ -32,7 +37,7 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, size2, srf
|
||||
tags =
|
||||
tags =
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
|
@ -22,7 +22,7 @@ PART
|
||||
TechRequired = highPerformanceFuelSystems
|
||||
entryCost = 12900
|
||||
// Info
|
||||
cost = 1625
|
||||
cost = 3960
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-rcs-375-1_title
|
||||
@ -31,7 +31,7 @@ PART
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-rcs-375-1_tags
|
||||
bulkheadProfiles = size3, srf
|
||||
// Parameters
|
||||
mass = 1.125
|
||||
mass = 0.88
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
@ -44,7 +44,7 @@ PART
|
||||
RESOURCE
|
||||
{
|
||||
name = MonoPropellant
|
||||
amount = 810
|
||||
maxAmount = 810
|
||||
amount = 1650
|
||||
maxAmount = 1650
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user