Write descriptions, update balance

This commit is contained in:
ChrisAdderley
2019-05-24 10:32:45 -07:00
parent 437ae6de80
commit 0daced12a5
26 changed files with 378 additions and 191 deletions

View File

@ -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
}
}