Difference between revisions of "Stellar Anchor"
From Unofficial Stationeers Wiki
(Created page with "A Stellar Anchor is made in the Fabricator. It costs 50 Steel, 30 Electrum, 50 Invar, 10 Solder.") |
(Put 'deprecated' banner above, as it's no longer showing up in the in-game search in the Stationpedia) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{deprecated|?}} | |
+ | <languages /> | ||
+ | <translate> | ||
+ | <!--T:1--> | ||
+ | {{itembox | ||
+ | | name = Kit (Stellar Anchor) | ||
+ | | image = [[File:Kit Stelar Anchor.png|thumb]] | ||
+ | | createdwith = [[Fabricator]] | ||
+ | | cost = 50g [[Steel]], 30g [[Electrum]], 50g [[Invar]], 10g [[Solder]] | ||
+ | }} | ||
+ | {{Structurebox | ||
+ | | name = Stellar Anchor | ||
+ | | image = [[File:Stellar Anchor.png|thumb]] | ||
+ | | power_usage = 500W | ||
+ | | placed_with_item = [[Kit (Stellar Anchor)]] | ||
+ | | placed_on_grid = Large Grid | ||
+ | | decon_with_tool1 = [[Hand Drill]] | ||
+ | | item_rec1 = [[Kit (Stellar Anchor)]] | ||
+ | }} | ||
+ | |||
+ | =Stellar Anchor= | ||
+ | ==Description== | ||
+ | |||
+ | The Stellar Anchor is used to fix the possition of the Mothership in space. | ||
+ | |||
+ | |||
+ | {{Data Parameters}} | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Parameter Name !! Data Type !! Description | ||
+ | |- | ||
+ | | On || Boolean || Turns the Stellar Anchor on, when set to 1. Turns it off, when set to 0. | ||
+ | |- | ||
+ | | Activate || Boolean || | ||
+ | |} | ||
+ | |||
+ | |||
+ | {{Data Network Header}} | ||
+ | |||
+ | {{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) | ||
+ | |} | ||
+ | </translate> |
Latest revision as of 23:44, 4 November 2023
Warning: | This item is deprecated as of ?. As such this wiki page is only used as an archive. |
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) |
Contents
Stellar Anchor[edit]
Description[edit]
The Stellar Anchor is used to fix the possition of the Mothership in space.
Data Parameters[edit]
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
Parameter Name | Data Type | Description |
---|---|---|
On | Boolean | Turns the Stellar Anchor on, when set to 1. Turns it off, when set to 0. |
Activate | Boolean |
Data Network Properties[edit]
These are all Data Network properties of this device.
Data Outputs[edit]
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) |