[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-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

View File

@@ -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
@@ -68,7 +66,7 @@
amount: 2 amount: 2
- id: Gauze - id: Gauze
- id: EmergencyMedipen #You never know what people are going to latejoin into - id: EmergencyMedipen #You never know what people are going to latejoin into
- type: entity - type: entity
id: ClothingBeltParamedicFilled id: ClothingBeltParamedicFilled
parent: ClothingBeltMedical parent: ClothingBeltMedical

View File

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

View File

@@ -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

View File

@@ -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