From a4c9fd3385b6663c2205aabe2cbdb2152c909534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Baumk=C3=B6tter?= Date: Sat, 11 Nov 2023 21:20:36 +0100 Subject: [PATCH] refuel ship preparations --- reference/SpaceTraders.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference/SpaceTraders.json b/reference/SpaceTraders.json index 53f6a08..aabdbdb 100644 --- a/reference/SpaceTraders.json +++ b/reference/SpaceTraders.json @@ -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.", "example": "100", "minimum": 1 + }, + "fromCargo": { + "type": "boolean", + "description": "Wether to use the FUEL thats in your cargo or not. Default: false", + "example": false } } }