Cargo Pallet Sale Console (#14422)

This commit is contained in:
Checkraze
2023-03-13 16:36:35 -04:00
committed by GitHub
parent a7f9b2881b
commit b329abc9ee
11 changed files with 335 additions and 22 deletions

View File

@@ -791,3 +791,33 @@
interfaces:
- key: enum.SurveillanceCameraMonitorUiKey.Key
type: SurveillanceCameraMonitorBoundUserInterface
- type: entity
id: ComputerPalletConsole
parent: BaseComputer
name: cargo sale computer
description: Used to sell goods loaded onto cargo pallets
components:
- type: Sprite
layers:
- map: ["computerLayerBody"]
state: computer
- map: ["computerLayerKeyboard"]
state: generic_keyboard
- map: ["computerLayerScreen"]
state: request
- map: ["computerLayerKeys"]
state: tech_key
- type: CargoPalletConsole
- type: ActivatableUI
key: enum.CargoPalletConsoleUiKey.Sale
- type: UserInterface
interfaces:
- key: enum.CargoPalletConsoleUiKey.Sale
type: CargoPalletConsoleBoundUserInterface
- type: Computer
board: CargoRequestComputerCircuitboard
- type: PointLight
radius: 1.5
energy: 1.6
color: "#b89f25"