ReStocked/Distribution/RestockPlus/GameData/ReStockPlus/Patches/FuelTanks/restock-oscar-b-volume-fix.cfg

19 lines
298 B
INI
Raw Normal View History

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