|
|
| Line 1: |
Line 1: |
| {{Itembox
| | #REDIRECT [[Kit_(Landing_Pad)]] |
| | name = Kit (Landing Pad)
| |
| | createdwith = [[Electronics Printer]]
| |
| | cost = 5g [[Gold]], 10g [[Copper]], 40g [[Steel]]
| |
| | constructs = [[Landing Pad]]
| |
| }}
| |
| {{Structurebox
| |
| | image =
| |
| | name = Landing Pad
| |
| | power_usage = 100W
| |
| | placed_with_item = [[Kit (Landing Pad)]]
| |
| | placed_on_grid = Large Grid
| |
| | decon_with_tool1 = [[Drill]]
| |
| | item_rec1 = [[Kit (Landing Pad)]]
| |
| | |
| }}
| |
| <!--T:1-->
| |
| ==Purpose==
| |
| The landing pad provides a place for trader shuttles to land. It can be placed on terrain or on structures and must be outside.
| |
| | |
| {{Data Parameters}}
| |
| <!--T:2-->
| |
| {| class="wikitable"
| |
| |-
| |
| ! Parameter Name !! Data Type !! Description
| |
| |-
| |
| | Activate || Boolean || Activates the Landing Pad when set to 1.
| |
| |-
| |
| | On || Boolean || Turns the Landing Pad on when set to 1. Turns the Landing Pad off when set to 0.
| |
| |}
| |
| | |
| {{Data Outputs}}
| |
| <!--T:3-->
| |
| {| class="wikitable"
| |
| |-
| |
| ! Output Name !! Data Type !! Description
| |
| |-
| |
| | Power || Boolean || Returns whether the Landing Pad is turned on and receiving power. (0 for no, 1 for yes)
| |
| |-
| |
| | On || Boolean || Returns whether the Landing Pad is turned on. (0 for no, 1 for yes)
| |
| |-
| |
| | RequiredPower || Integer || Returns the current watts of power required by the Landing Pad.
| |
| |-
| |
| | Error || Boolean || Returns whether the Landing Pad is currently flashing an error.
| |
| |}
| |