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

18 lines
287 B
INI

// Fixes the stock Oscar-B's fuel volume to be consistent with everything (it isn't)
@PART[miniFuelTank]:FIRST
{
@mass = 0.01125
@cost = 18
@RESOURCE[LiquidFuel]
{
@amount = 8.1
@maxAmount = 8.1
}
@RESOURCE[Oxidizer]
{
@amount = 9.9
@maxAmount = 9.9
}
}