History

Current version

3/8/2026, 10:06:27 PM

Imported from wiki

by tmascroft · 3/8/2026, 9:31:46 PM

Kit (Automated Rocket Automation)

# Kit (Automated Rocket Automation)


> **Deprecated:** This item has been deprecated.


## Kit (Automated Rocket Automation Module)

:::infobox
| Property | Value |
|----------|-------|
| Created With | Electronics Printer **Mk2** |
| Cost | 10g Gold, 40g Copper, 25g Steel, 30g Electrum, 30g Invar, 15g Solder, 25g Stellite, 10g Inconel |

:::
## Automated Rocket Automation Module

:::infobox
| Property | Value |
|----------|-------|
| Placed With | Kit (Automated Rocket Automation) |
| Placed On | Large Grid |

:::
### Deconstruction Steps

| Step | Tool | Recovered Item |
|---|---|---|
| 1 | - | Kit (Automated Rocket Automation) |
| 2 | - | 25 x Steel Sheets |
| 3 | - | 25 x Plastic Sheets |
| 4 | - | 20 x Electronic Parts |


The automation module completes the rocket. It passes logic to its respective components.

## Data Network


| Parameter Name | Data Type | Description |
|---|---|---|
| ClearMemory | Boolean | Resets internal counters, such as ExportCount, to zero when set to 1. |
| Activate | Integer | Set the desired mode of the rocket.
**Note: Setting Activate to the same value multiple times will not register a change beyond the initial set point.
To remedy this, set Activate to a 'safe' value such as 0 or 1 first if encountering strange triggering behaviour.**
 |
| Setting | Float | Unknown |
| Open | Boolean | Unknown |


| Output Name | Data Type | Description |
|---|---|---|
| Mode | Integer | The current mode of the rocket.
 |
| Maximum | Integer | Unknown |
| ImportCount | Integer | Unknown |
| Fuel | Float | The quantity of onboard fuel, in moles. |
| ExportCount | Integer | Unknown |
| CollectableGoods | Boolean | Whether the rocket can currently harvest ice, ore, or salvage. If 0, then the rocket must be moved to a new area by setting Mode to 2. |
| Setting | Integer | Unknown |
| ReturnFuelCost | Integer | The amount of fuel needed, in moles, for the rocket to safely return to the launch pad. The rocket does not actually consume this much fuel to return. |
| Ratio | Float | Unknown |
| PrefabHash | Integer | Unknown |
| Open | Boolean | Unknown. Possibly commands all silo modules to open or close. |