Create sale console computer board (#28425)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
contents:
|
||||
- id: BoxFolderQmClipboard
|
||||
- id: CargoRequestComputerCircuitboard
|
||||
- id: CargoSaleComputerCircuitboard
|
||||
- id: CargoShuttleComputerCircuitboard
|
||||
- id: CargoShuttleConsoleCircuitboard
|
||||
- id: SalvageShuttleConsoleCircuitboard
|
||||
|
||||
@@ -84,6 +84,17 @@
|
||||
- type: StaticPrice
|
||||
price: 750
|
||||
|
||||
- type: entity
|
||||
parent: BaseComputerCircuitboard
|
||||
id: CargoSaleComputerCircuitboard
|
||||
name: cargo sale computer board
|
||||
description: A computer printed circuit board for a cargo sale computer.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: cpu_supply
|
||||
- type: ComputerBoard
|
||||
prototype: ComputerPalletConsole
|
||||
|
||||
- type: entity
|
||||
id: CargoBountyComputerCircuitboard
|
||||
parent: BaseComputerCircuitboard
|
||||
@@ -394,4 +405,4 @@
|
||||
- type: Sprite
|
||||
state: cpu_science
|
||||
- type: ComputerBoard
|
||||
prototype: ComputerRoboticsControl
|
||||
prototype: ComputerRoboticsControl
|
||||
@@ -993,7 +993,7 @@
|
||||
enum.CargoPalletConsoleUiKey.Sale:
|
||||
type: CargoPalletConsoleBoundUserInterface
|
||||
- type: Computer
|
||||
board: CargoRequestComputerCircuitboard
|
||||
board: CargoSaleComputerCircuitboard
|
||||
- type: PointLight
|
||||
radius: 1.5
|
||||
energy: 1.6
|
||||
@@ -1114,4 +1114,4 @@
|
||||
- type: AccessReader # only used for dangerous things
|
||||
access: [["ResearchDirector"]]
|
||||
- type: Lock
|
||||
unlockOnClick: false
|
||||
unlockOnClick: false
|
||||
Reference in New Issue
Block a user