You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ReStocked/Distribution/RestockPlus/GameData/ReStockPlus/Patches/FuelTanks/restock-oscar-b-volume-fix.cfg

19 lines
298 B
INI

// Fixes the stock Oscar-B's fuel volume to be consistent with everything (it isn't)
@PART[miniFuelTank]:AFTER[ReStock]
{
@mass = 0.0075
@cost = 12
@RESOURCE[LiquidFuel]
{
@amount = 5.4
@maxAmount = 5.4
}
@RESOURCE[LiquidFuel]
{
@amount = 6.6
@maxAmount = 6.6
}
}