From 3050158f460f2ead23740664a25d69e9a771ac63 Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Fri, 10 Nov 2017 21:46:23 -0500 Subject: [PATCH] Updated Hardware: Drill (markdown) --- Hardware:-Drill.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hardware:-Drill.md b/Hardware:-Drill.md index da43131..1cbe998 100644 --- a/Hardware:-Drill.md +++ b/Hardware:-Drill.md @@ -10,7 +10,7 @@ Hardware ID: `0x0005` | Value of A | Action | Energy cost | Result | | --- | --- | --- | --- | | `1` | `POLL` | `0 kJ` | Get the status of the drill | -| `2` | `GATHER_SLOW` | `14,000 kJ` | Gather the resource located under the Cubot (4 tick) | -| `3` | `GATHER_FAST` | `20,000 kJ` | Gather the resource located under the Cubot (1 tick) | +| `2` | `GATHER_SLOW` | `1,400 kJ` | Gather the resource located under the Cubot (4 tick) | +| `3` | `GATHER_FAST` | `2,000 kJ` | Gather the resource located under the Cubot (1 tick) | The drill status is either `STATUS_OK` (`0x0000`) or `STATUS_BUSY` = (`0x0001`). When trying to activate the mining drill while it is busy, it will fail silently. \ No newline at end of file