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

18 lines
296 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-30 18:55:28 +00:00
@mass = 0.01125
@cost = 18
2019-01-25 17:48:12 +00:00
@RESOURCE[LiquidFuel]
{
2019-01-30 18:55:28 +00:00
@amount = 8.1
@maxAmount = 8.1
2019-01-25 17:48:12 +00:00
}
@RESOURCE[Oxidizer]
2019-01-25 17:48:12 +00:00
{
2019-01-30 18:55:28 +00:00
@amount = 9.9
@maxAmount = 9.9
2019-01-25 17:48:12 +00:00
}
}