[tweak] Add configuration capability back to multitool (#16289)
* Add configuration capability back to multitool * Remove configurator from toolbelts Add configurator to scientist lockers, yellow toolboxes and the YouTool * Remove configurator from electric toolbox
This commit is contained in:
@@ -33,7 +33,7 @@ network-configurator-tooltip-set = Sets targets device list
|
|||||||
network-configurator-tooltip-add = Adds to targets device list
|
network-configurator-tooltip-add = Adds to targets device list
|
||||||
network-configurator-tooltip-edit = Edit targets device list
|
network-configurator-tooltip-edit = Edit targets device list
|
||||||
network-configurator-tooltip-clear = Clear targets device list
|
network-configurator-tooltip-clear = Clear targets device list
|
||||||
network-configurator-tooltip-copy = Copy targets device list to multitool
|
network-configurator-tooltip-copy = Copy targets device list to held tool
|
||||||
network-configurator-tooltip-show = Show a holographic visualization of targets device list
|
network-configurator-tooltip-show = Show a holographic visualization of targets device list
|
||||||
|
|
||||||
# examine
|
# examine
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
- id: Wirecutter
|
- id: Wirecutter
|
||||||
- id: Welder
|
- id: Welder
|
||||||
- id: Multitool
|
- id: Multitool
|
||||||
- id: NetworkConfigurator
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ClothingBeltChiefEngineerFilled
|
id: ClothingBeltChiefEngineerFilled
|
||||||
@@ -25,7 +24,6 @@
|
|||||||
- id: WelderExperimental
|
- id: WelderExperimental
|
||||||
- id: Multitool
|
- id: Multitool
|
||||||
- id: CableApcStack
|
- id: CableApcStack
|
||||||
- id: NetworkConfigurator
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ClothingBeltSecurityFilled
|
id: ClothingBeltSecurityFilled
|
||||||
|
|||||||
@@ -11,3 +11,5 @@
|
|||||||
- id: ClothingOuterCoatRnd
|
- id: ClothingOuterCoatRnd
|
||||||
- id: AnomalyScanner
|
- id: AnomalyScanner
|
||||||
- id: NodeScanner
|
- id: NodeScanner
|
||||||
|
- id: NetworkConfigurator
|
||||||
|
prob: 0.5
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
Wrench: 5
|
Wrench: 5
|
||||||
Screwdriver: 5
|
Screwdriver: 5
|
||||||
trayScanner: 5
|
trayScanner: 5
|
||||||
|
NetworkConfigurator: 3
|
||||||
GasAnalyzer: 5
|
GasAnalyzer: 5
|
||||||
FlashlightLantern: 5
|
FlashlightLantern: 5
|
||||||
ClothingHandsGlovesColorYellowBudget: 5
|
ClothingHandsGlovesColorYellowBudget: 5
|
||||||
|
|||||||
@@ -196,6 +196,18 @@
|
|||||||
- type: Tool
|
- type: Tool
|
||||||
qualities:
|
qualities:
|
||||||
- Pulsing
|
- Pulsing
|
||||||
|
- type: NetworkConfigurator
|
||||||
|
- type: ActivatableUI
|
||||||
|
key: enum.NetworkConfiguratorUiKey.List
|
||||||
|
inHandsOnly: true
|
||||||
|
- type: UserInterface
|
||||||
|
interfaces:
|
||||||
|
- key: enum.NetworkConfiguratorUiKey.List
|
||||||
|
type: NetworkConfiguratorBoundUserInterface
|
||||||
|
- key: enum.NetworkConfiguratorUiKey.Configure
|
||||||
|
type: NetworkConfiguratorBoundUserInterface
|
||||||
|
- key: enum.NetworkConfiguratorUiKey.Link
|
||||||
|
type: NetworkConfiguratorBoundUserInterface
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Multitool
|
- Multitool
|
||||||
|
|||||||
Reference in New Issue
Block a user