refuel ship preparations

This commit is contained in:
Felix Baumkötter 2023-11-11 21:20:36 +01:00
parent 7001086a79
commit 99c3ce01d1

View File

@ -3072,6 +3072,11 @@
"description": "The amount of fuel to fill in the ship's tanks. When not specified, the ship will be refueled to its maximum fuel capacity. If the amount specified is greater than the ship's remaining capacity, the ship will only be refueled to its maximum fuel capacity. The amount specified is not in market units but in ship fuel units.", "description": "The amount of fuel to fill in the ship's tanks. When not specified, the ship will be refueled to its maximum fuel capacity. If the amount specified is greater than the ship's remaining capacity, the ship will only be refueled to its maximum fuel capacity. The amount specified is not in market units but in ship fuel units.",
"example": "100", "example": "100",
"minimum": 1 "minimum": 1
},
"fromCargo": {
"type": "boolean",
"description": "Wether to use the FUEL thats in your cargo or not. Default: false",
"example": false
} }
} }
} }