Cargo Pallet Sale Console (#14422)
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user