ConstructionGL2 Part 2: Better guided steps and recipes. (#5103)
This commit is contained in:
committed by
GitHub
parent
5be8271907
commit
5a5006e4cf
@@ -1,3 +1,5 @@
|
||||
# AirlockBolted
|
||||
construction-condition-airlock-bolt = First, bolt the {$entityName}.
|
||||
construction-condition-airlock-unbolt = First, unbolt the {$entityName}.
|
||||
construction-examine-condition-airlock-bolt = First, bolt the {$entityName}.
|
||||
construction-examine-condition-airlock-unbolt = First, unbolt the {$entityName}.
|
||||
construction-step-condition-airlock-bolt = It must be bolted.
|
||||
construction-step-condition-airlock-unbolt = It must be unbolted.
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
construction-examine-condition-all-wires-cut = All of its wires must be cut.
|
||||
construction-examine-condition-all-wires-intact = All of its wires must be intact.
|
||||
construction-guide-condition-all-wires-cut = All of its wires must be cut.
|
||||
construction-guide-condition-all-wires-intact = All of its wires must be intact.
|
||||
@@ -0,0 +1,2 @@
|
||||
construction-examine-condition-any-conditions = Any of these conditions must be true:
|
||||
construction-guide-condition-any-conditions = Any of the conditions below must be true
|
||||
@@ -1,3 +1,5 @@
|
||||
# DoorWelded
|
||||
construction-condition-door-weld = First, weld the {$entityName}.
|
||||
construction-condition-door-unweld = First, unweld the {$entityName}.
|
||||
construction-examine-condition-door-weld = First, weld the {$entityName}.
|
||||
construction-examine-condition-door-unweld = First, unweld the {$entityName}.
|
||||
construction-guide-condition-door-weld = Make sure it is welded.
|
||||
construction-guide-condition-door-unweld = Make sure it is not welded.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
construction-guide-condition-empty-or-window-valid-in-tile = You must place this on a valid tile.
|
||||
@@ -0,0 +1,4 @@
|
||||
construction-examine-condition-entity-anchored = First, anchor it.
|
||||
construction-examine-condition-entity-unanchored = First, unanchor it.
|
||||
construction-step-condition-entity-anchored = It must be anchored.
|
||||
construction-step-condition-entity-unanchored = It must be unanchored.
|
||||
@@ -1,4 +1,6 @@
|
||||
# MachineFrameComplete
|
||||
construction-condition-machine-frame-requirement-label = Requires:
|
||||
construction-condition-machine-frame-insert-circuit-board-message = Insert [color=cyan]any machine circuit board[/color].
|
||||
construction-condition-machine-frame-required-element-entry = [color=yellow]{$amount}x[/color] [color=green]{$elementName}[/color]
|
||||
construction-condition-machine-frame-required-element-entry = [color=yellow]{$amount}x[/color] [color=green]{$elementName}[/color]
|
||||
construction-step-condition-machine-frame-board = You will need to insert a machine board.
|
||||
construction-step-condition-machine-frame-parts = Afterwards, insert all required parts.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
construction-step-condition-no-windows-in-tile = There can be no windows in that tile.
|
||||
@@ -0,0 +1 @@
|
||||
construction-step-condition-tile-not-blocked = The tile must not be obstructed.
|
||||
@@ -1,2 +1,3 @@
|
||||
# ToiletLidClosed
|
||||
construction-condition-toilet-lid-closed = Use a [color=yellow]crowbar[/color] to close the lid.
|
||||
construction-examine-condition-toilet-lid-closed = Use a [color=yellow]crowbar[/color] to close the lid.
|
||||
construction-step-condition-toilet-lid-closed = Make sure the toilet lid is closed.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
construction-step-condition-wallmount = You must build it on a wall.
|
||||
@@ -1,3 +1,5 @@
|
||||
# WirePanel
|
||||
construction-condition-wire-panel-open = First, open the maintenance panel.
|
||||
construction-condition-wire-panel-close = First, close the maintenance panel.
|
||||
construction-examine-condition-wire-panel-open = First, open the maintenance panel.
|
||||
construction-examine-condition-wire-panel-close = First, close the maintenance panel.
|
||||
construction-step-condition-wire-panel-open = The maintenance panel must be open.
|
||||
construction-step-condition-wire-panel-close = The maintenance panel must be closed.
|
||||
|
||||
Reference in New Issue
Block a user