Stellar Anchor: Difference between revisions
From Stationeers Wiki
More actions
mNo edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
{{Structurebox | {{Structurebox | ||
| name = Stellar Anchor | | name = Stellar Anchor | ||
| image = | | image = [[File:Stellar Anchor.png|thumb]] | ||
| power_usage = | | power_usage = 500W | ||
| placed_with_item = [[Kit (Stellar Anchor)]] | | placed_with_item = [[Kit (Stellar Anchor)]] | ||
| placed_on_grid = Large Grid | | placed_on_grid = Large Grid | ||
| Line 16: | Line 16: | ||
The Stellar Anchor is used to fix the possition of the Mothership in space. | The Stellar Anchor is used to fix the possition of the Mothership in space. | ||
{{Data Outputs}} | |||
{| class="wikitable" | |||
|- | |||
! Output Name !! Data Type !! Description | |||
|- | |||
| Error || Boolean || Returns whether the Stellar Anchor is flashing an error. (0 for no, 1 for yes) | |||
|- | |||
| Activate || Boolean || | |||
|- | |||
| RequiredPower || Integer || Returns the current amount of power needed for the Stellar Anchor. | |||
|- | |||
| Prefab Hash || Integer || (Assumption) Returns (-411792553) a unique type identifier for the Stellar Anchor. | |||
|- | |||
| Power || Boolean || Returns whether the Stellar Anchor is receiving power and is turned on. (0 for no, 1 for yes) | |||
|- | |||
| Power || Boolean || Returns whether the Stellar Anchor is turned on and receives power. (0 for no, 1 for yes) | |||
|- | |||
| On || Boolean || Returns whether the Stellar Anchor is set to on. (0 for no, 1 for yes) | |||
|} | |||
Revision as of 19:31, 18 June 2020
![]() | |
| Recipe | |
|---|---|
| Created With | Fabricator |
| Cost | 50g Steel, 30g Electrum, 50g Invar, 10g Solder |
|
| |
| Operation | |
|---|---|
| Power Usage | 500W |
| Construction | |
| Placed with | Kit (Stellar Anchor) |
| Placed on | Large Grid |
| Stage 1 | |
| Deconstruction | |
| Deconstructed with | Hand Drill |
| Item received | Kit (Stellar Anchor) |
The Stellar Anchor is used to fix the possition of the Mothership in space.
Data Outputs
These are all parameters, that can be read with a Logic Reader or a Slot Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
| Output Name | Data Type | Description |
|---|---|---|
| Error | Boolean | Returns whether the Stellar Anchor is flashing an error. (0 for no, 1 for yes) |
| Activate | Boolean | |
| RequiredPower | Integer | Returns the current amount of power needed for the Stellar Anchor. |
| Prefab Hash | Integer | (Assumption) Returns (-411792553) a unique type identifier for the Stellar Anchor. |
| Power | Boolean | Returns whether the Stellar Anchor is receiving power and is turned on. (0 for no, 1 for yes) |
| Power | Boolean | Returns whether the Stellar Anchor is turned on and receives power. (0 for no, 1 for yes) |
| On | Boolean | Returns whether the Stellar Anchor is set to on. (0 for no, 1 for yes) |

