History

Current version

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

Imported from wiki

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

Computer

## Kit (Computer)

:::infobox
| Property | Value |
|----------|-------|
| Stacks | 5 |
| Prefab Hash | 1990225489 |
| Prefab Name | ItemKitComputer |
| Slot Class | SlotClass.None |
| Sorting Class | SortingClass.Kits |
| Recipe Machine | Electronics Printer |
| Recipe Cost | 5g [Iron](/wiki/iron), 5g [Gold](/wiki/gold), 10g [Copper](/wiki/copper) |
| Constructs | [Computer](/wiki/computer) |

![Kit (Computer)](ItemKitComputer.png)
:::
## Computer

:::infobox
| Property | Value |
|----------|-------|
| Prefab Hash | -626563514 |
| Prefab Name | StructureComputer |
| Power Usage | 200W |
| Placed With | [Kit (Computer)](/wiki/kit-computer) |
| Placed On | Small Grid |

![Computer](StructureComputer.png)
:::

### Construction Steps

| Step | Tool | Item |
|---|---|---|
| 1 | [Screwdriver](/wiki/screwdriver) | - |

### Deconstruction Steps

| Step | Tool | Recovered Item |
|---|---|---|
| 1 | [Hand Drill](/wiki/hand-drill) | [Kit (Computer)](/wiki/kit-computer) |
| 2 | [Screwdriver](/wiki/screwdriver) | - |

> *"In some ways a relic, the 'Chonk R1' was designed by severely conflicted [Norsec](/wiki/norsec-faction) technicians, who needed a unit that could operate with a wide range of [motherboards](/wiki/categorycircuits), while also enduring the worst a new Cadet could throw at it. The result is a machine described by some as 'the only PC likely to survive our collision with a black hole', while other, less appreciative users regard it as sharing most of its technological DNA with a cheese grater. Compatible motherboards: - [Logic Motherboard](/wiki/motherboard-logic) - Manufacturing Motherboard - [Sorter Motherboard](/wiki/sorter-motherboard) - [Communications Motherboard](/wiki/motherboard-communications) - [IC Editor Motherboard](/wiki/motherboard-ic-editor)"*
> — Stationpedia

## Description

Uses different [Motherboard](/wiki/motherboard)s to perform various functions.

## Data Network

| Parameter | Type | Access | Description |
|---|---|---|---|
| Power | Boolean | Read | Can be read to return if the Computer is correctly powered or not, set via the power system, return 1 if powered and 0 if not |
| Open | Integer | Read/Write | 1 if device is open, otherwise 0 |
| Error | Boolean | Read | 1 if device is in error state, otherwise 0 |
| Lock | Boolean | Read/Write | Disable manual operation of the Computer. |
| On | Boolean | Read/Write | The current state of the Computer. |
| RequiredPower | Integer | Read | Idle operating power quantity, does not necessarily include extra demand power |
| PrefabHash | Integer | Read | The hash of the structure |
| ReferenceId | Integer | Read | Unique Reference Identifier for this object |
| NameHash | Integer | Read | Provides the hash value for the name of the object as a 32 bit integer. |