[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:
Julian Giebel
2023-05-17 22:28:30 +02:00
committed by GitHub
parent 1cb0de11f6
commit 5da40f0d88
5 changed files with 17 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ network-configurator-tooltip-set = Sets targets device list
network-configurator-tooltip-add = Adds to targets device list
network-configurator-tooltip-edit = Edit 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
# examine

View File

@@ -11,7 +11,6 @@
- id: Wirecutter
- id: Welder
- id: Multitool
- id: NetworkConfigurator
- type: entity
id: ClothingBeltChiefEngineerFilled
@@ -25,7 +24,6 @@
- id: WelderExperimental
- id: Multitool
- id: CableApcStack
- id: NetworkConfigurator
- type: entity
id: ClothingBeltSecurityFilled
@@ -68,7 +66,7 @@
amount: 2
- id: Gauze
- id: EmergencyMedipen #You never know what people are going to latejoin into
- type: entity
id: ClothingBeltParamedicFilled
parent: ClothingBeltMedical

View File

@@ -11,3 +11,5 @@
- id: ClothingOuterCoatRnd
- id: AnomalyScanner
- id: NodeScanner
- id: NetworkConfigurator
prob: 0.5

View File

@@ -8,6 +8,7 @@
Wrench: 5
Screwdriver: 5
trayScanner: 5
NetworkConfigurator: 3
GasAnalyzer: 5
FlashlightLantern: 5
ClothingHandsGlovesColorYellowBudget: 5

View File

@@ -196,6 +196,18 @@
- type: Tool
qualities:
- 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
tags:
- Multitool