super mild computer yaml cleanup (#13137)

This commit is contained in:
Nemanja
2022-12-21 21:43:46 -05:00
committed by GitHub
parent 62db8277e3
commit 9bfc2b477c
2 changed files with 1 additions and 20 deletions

View File

@@ -18,6 +18,7 @@
- type: ApcPowerReceiver - type: ApcPowerReceiver
powerLoad: 200 powerLoad: 200
- type: ExtensionCableReceiver - type: ExtensionCableReceiver
- type: ActivatableUIRequiresPower
- type: Sprite - type: Sprite
sprite: Structures/Machines/computers.rsi sprite: Structures/Machines/computers.rsi
netsync: false netsync: false

View File

@@ -25,12 +25,10 @@
- type: EmergencyShuttleConsole - type: EmergencyShuttleConsole
- type: ActivatableUI - type: ActivatableUI
key: enum.EmergencyConsoleUiKey.Key key: enum.EmergencyConsoleUiKey.Key
- type: ActivatableUIRequiresPower
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.EmergencyConsoleUiKey.Key - key: enum.EmergencyConsoleUiKey.Key
type: EmergencyConsoleBoundUserInterface type: EmergencyConsoleBoundUserInterface
- type: ExtensionCableReceiver
- type: PointLight - type: PointLight
radius: 1.5 radius: 1.5
energy: 1.6 energy: 1.6
@@ -264,7 +262,6 @@
type: GeneralStationRecordConsoleBoundUserInterface type: GeneralStationRecordConsoleBoundUserInterface
- type: ActivatableUI - type: ActivatableUI
key: enum.GeneralStationRecordConsoleKey.Key key: enum.GeneralStationRecordConsoleKey.Key
- type: ActivatableUIRequiresPower
- type: PointLight - type: PointLight
radius: 1.5 radius: 1.5
energy: 1.6 energy: 1.6
@@ -291,7 +288,6 @@
board: CrewMonitoringComputerCircuitboard board: CrewMonitoringComputerCircuitboard
- type: ActivatableUI - type: ActivatableUI
key: enum.CrewMonitoringUIKey.Key key: enum.CrewMonitoringUIKey.Key
- type: ActivatableUIRequiresPower
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.CrewMonitoringUIKey.Key - key: enum.CrewMonitoringUIKey.Key
@@ -319,7 +315,6 @@
- type: TechnologyDatabase - type: TechnologyDatabase
- type: ActivatableUI - type: ActivatableUI
key: enum.ResearchConsoleUiKey.Key key: enum.ResearchConsoleUiKey.Key
- type: ActivatableUIRequiresPower
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.ResearchConsoleUiKey.Key - key: enum.ResearchConsoleUiKey.Key
@@ -329,7 +324,6 @@
- type: ApcPowerReceiver - type: ApcPowerReceiver
powerLoad: 1000 powerLoad: 1000
priority: Low priority: Low
- type: ExtensionCableReceiver
- type: Computer - type: Computer
board: ResearchComputerCircuitboard board: ResearchComputerCircuitboard
- type: PointLight - type: PointLight
@@ -359,7 +353,6 @@
ArtifactAnalyzerSender: [] ArtifactAnalyzerSender: []
- type: ActivatableUI - type: ActivatableUI
key: enum.ArtifactAnalzyerUiKey.Key key: enum.ArtifactAnalzyerUiKey.Key
- type: ActivatableUIRequiresPower
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.ArtifactAnalzyerUiKey.Key - key: enum.ArtifactAnalzyerUiKey.Key
@@ -369,7 +362,6 @@
- type: ApcPowerReceiver - type: ApcPowerReceiver
powerLoad: 1000 powerLoad: 1000
priority: Low priority: Low
- type: ExtensionCableReceiver
- type: Computer - type: Computer
board: AnalysisComputerCircuitboard board: AnalysisComputerCircuitboard
- type: PointLight - type: PointLight
@@ -406,7 +398,6 @@
- IdCard - IdCard
- type: ActivatableUI - type: ActivatableUI
key: enum.IdCardConsoleUiKey.Key key: enum.IdCardConsoleUiKey.Key
- type: ActivatableUIRequiresPower
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.IdCardConsoleUiKey.Key - key: enum.IdCardConsoleUiKey.Key
@@ -442,7 +433,6 @@
- type: BodyScanner - type: BodyScanner
- type: ActivatableUI - type: ActivatableUI
key: enum.BodyScannerUiKey.Key key: enum.BodyScannerUiKey.Key
- type: ActivatableUIRequiresPower
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.BodyScannerUiKey.Key - key: enum.BodyScannerUiKey.Key
@@ -478,7 +468,6 @@
title: comms-console-announcement-title-station title: comms-console-announcement-title-station
- type: ActivatableUI - type: ActivatableUI
key: enum.CommunicationsConsoleUiKey.Key key: enum.CommunicationsConsoleUiKey.Key
- type: ActivatableUIRequiresPower
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.CommunicationsConsoleUiKey.Key - key: enum.CommunicationsConsoleUiKey.Key
@@ -530,7 +519,6 @@
- type: SolarControlConsole - type: SolarControlConsole
- type: ActivatableUI - type: ActivatableUI
key: enum.SolarControlConsoleUiKey.Key key: enum.SolarControlConsoleUiKey.Key
- type: ActivatableUIRequiresPower
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.SolarControlConsoleUiKey.Key - key: enum.SolarControlConsoleUiKey.Key
@@ -560,7 +548,6 @@
- type: RadarConsole - type: RadarConsole
- type: ActivatableUI - type: ActivatableUI
key: enum.RadarConsoleUiKey.Key key: enum.RadarConsoleUiKey.Key
- type: ActivatableUIRequiresPower
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.RadarConsoleUiKey.Key - key: enum.RadarConsoleUiKey.Key
@@ -586,7 +573,6 @@
- type: CargoShuttleConsole - type: CargoShuttleConsole
- type: ActivatableUI - type: ActivatableUI
key: enum.CargoConsoleUiKey.Shuttle key: enum.CargoConsoleUiKey.Shuttle
- type: ActivatableUIRequiresPower
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.CargoConsoleUiKey.Shuttle - key: enum.CargoConsoleUiKey.Shuttle
@@ -614,7 +600,6 @@
- type: CargoOrderConsole - type: CargoOrderConsole
- type: ActivatableUI - type: ActivatableUI
key: enum.CargoConsoleUiKey.Orders key: enum.CargoConsoleUiKey.Orders
- type: ActivatableUIRequiresPower
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.CargoConsoleUiKey.Orders - key: enum.CargoConsoleUiKey.Orders
@@ -658,7 +643,6 @@
CloningPodSender: [] CloningPodSender: []
- type: ActivatableUI - type: ActivatableUI
key: enum.CloningConsoleUiKey.Key key: enum.CloningConsoleUiKey.Key
- type: ActivatableUIRequiresPower
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.CloningConsoleUiKey.Key - key: enum.CloningConsoleUiKey.Key
@@ -688,7 +672,6 @@
- type: SurveillanceCameraMonitor - type: SurveillanceCameraMonitor
- type: ActivatableUI - type: ActivatableUI
key: enum.SurveillanceCameraMonitorUiKey.Key key: enum.SurveillanceCameraMonitorUiKey.Key
- type: ActivatableUIRequiresPower
- type: ActivatableUIRequiresVision - type: ActivatableUIRequiresVision
- type: Transform - type: Transform
anchored: true anchored: true
@@ -723,10 +706,7 @@
speechEnabled: true speechEnabled: true
- type: ActivatableUI - type: ActivatableUI
key: enum.SurveillanceCameraMonitorUiKey.Key key: enum.SurveillanceCameraMonitorUiKey.Key
- type: ActivatableUIRequiresPower
- type: ActivatableUIRequiresVision - type: ActivatableUIRequiresVision
- type: Transform
anchored: true
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.SurveillanceCameraMonitorUiKey.Key - key: enum.SurveillanceCameraMonitorUiKey.Key