mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Oscar volume changes
This commit is contained in:
parent
5ac26fa5ea
commit
19a0cafb85
@ -25,7 +25,7 @@ PART
|
||||
entryCost = 9500
|
||||
|
||||
// Info
|
||||
cost = 96
|
||||
cost = 144
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-0625-1_title
|
||||
@ -35,7 +35,7 @@ PART
|
||||
bulkheadProfiles = size0, srf
|
||||
|
||||
// Parameters
|
||||
mass = 0.06
|
||||
mass = 0.09
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
@ -78,13 +78,13 @@ PART
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 43.2
|
||||
maxAmount = 43.2
|
||||
amount = 64.8
|
||||
maxAmount = 64.8
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 52.8
|
||||
maxAmount = 52.8
|
||||
amount = 79.2
|
||||
maxAmount = 79.2
|
||||
}
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ PART
|
||||
entryCost = 7200
|
||||
|
||||
// Info
|
||||
cost = 48
|
||||
cost = 72
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-0625-2_title
|
||||
@ -35,7 +35,8 @@ PART
|
||||
bulkheadProfiles = size0, srf
|
||||
|
||||
// Parameters
|
||||
mass = 0.03
|
||||
mass = 0.045
|
||||
|
||||
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
@ -79,13 +80,13 @@ PART
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 21.6
|
||||
maxAmount = 21.6
|
||||
amount = 32.4
|
||||
maxAmount = 32.4
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 26.4
|
||||
maxAmount = 26.4
|
||||
amount = 39.6
|
||||
maxAmount = 39.6
|
||||
}
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ PART
|
||||
entryCost = 6050
|
||||
|
||||
// Info
|
||||
cost = 24
|
||||
cost = 36
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-0625-3_title
|
||||
@ -35,7 +35,7 @@ PART
|
||||
bulkheadProfiles = size0, srf
|
||||
|
||||
// Parameters
|
||||
mass = 0.015
|
||||
mass = 0.0225
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
@ -78,13 +78,13 @@ PART
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 10.8
|
||||
maxAmount = 10.8
|
||||
amount = 16.2
|
||||
maxAmount = 16.2
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 13.2
|
||||
maxAmount = 13.2
|
||||
amount = 19.8
|
||||
maxAmount = 19.8
|
||||
}
|
||||
}
|
||||
|
@ -2,17 +2,17 @@
|
||||
|
||||
@PART[miniFuelTank]:AFTER[ReStock]
|
||||
{
|
||||
@mass = 0.0075
|
||||
@cost = 12
|
||||
@mass = 0.01125
|
||||
@cost = 18
|
||||
|
||||
@RESOURCE[LiquidFuel]
|
||||
{
|
||||
@amount = 5.4
|
||||
@maxAmount = 5.4
|
||||
@amount = 8.1
|
||||
@maxAmount = 8.1
|
||||
}
|
||||
@RESOURCE[Oxidizer]
|
||||
{
|
||||
@amount = 6.6
|
||||
@maxAmount = 6.6
|
||||
@amount = 9.9
|
||||
@maxAmount = 9.9
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user