From 1a3ff3f6ae9259095c6e49a6ea201fa59b2455e8 Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Wed, 8 Nov 2017 21:21:02 -0500 Subject: [PATCH] Updated Hardware: Drill (markdown) --- Hardware:-Drill.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Hardware:-Drill.md b/Hardware:-Drill.md index 4d94406..fd92457 100644 --- a/Hardware:-Drill.md +++ b/Hardware:-Drill.md @@ -1 +1,16 @@ -todo \ No newline at end of file +Apachicorp's _APH13 Mining drill_ is an all-in-one solution for all your excavation needs! Its electric motor can operate at two different speeds. + +### Specifications +Manifacturer: Apachicorp +Version: 1.0B +Default address: `0x0005` +Hardware id: `0x0005` + +### Interrupt Behavor +| 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) | + +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