Fix cargo computer boards (#11430)
This commit is contained in:
@@ -16,8 +16,9 @@
|
|||||||
prob: 0.7
|
prob: 0.7
|
||||||
- id: ClothingHeadHatQMsoft
|
- id: ClothingHeadHatQMsoft
|
||||||
prob: 0.8
|
prob: 0.8
|
||||||
- id: SupplyRequestComputerCircuitboard
|
- id: CargoRequestComputerCircuitboard
|
||||||
- id: SupplyComputerCircuitboard
|
- id: CargoShuttleComputerCircuitboard
|
||||||
|
- id: CargoShuttleConsoleCircuitboard
|
||||||
- id: CigPackGreen
|
- id: CigPackGreen
|
||||||
prob: 0.50
|
prob: 0.50
|
||||||
- id: DoorRemoteCargo
|
- id: DoorRemoteCargo
|
||||||
|
|||||||
@@ -58,9 +58,9 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseComputerCircuitboard
|
parent: BaseComputerCircuitboard
|
||||||
id: SupplyComputerCircuitboard
|
id: CargoRequestComputerCircuitboard
|
||||||
name: supply ordering computer board
|
name: cargo request computer board
|
||||||
description: A computer printed circuit board for a supply ordering console.
|
description: A computer printed circuit board for a cargo request computer.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: cpu_supply
|
state: cpu_supply
|
||||||
@@ -71,14 +71,23 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseComputerCircuitboard
|
parent: BaseComputerCircuitboard
|
||||||
id: SupplyRequestComputerCircuitboard
|
id: CargoShuttleComputerCircuitboard
|
||||||
name: supply request computer board
|
name: cargo shuttle computer board
|
||||||
description: A computer printed circuit board for a supply request console.
|
description: A computer printed circuit board for a cargo shuttle computer.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: cpu_supply
|
state: cpu_supply
|
||||||
- type: ComputerBoard
|
- type: ComputerBoard
|
||||||
prototype: ComputerCargoOrders
|
prototype: ComputerCargoShuttle
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseComputerCircuitboard
|
||||||
|
id: CargoShuttleConsoleCircuitboard
|
||||||
|
name: supply shuttle console board
|
||||||
|
description: A computer printed circuit board for a cargo shuttle console.
|
||||||
|
components:
|
||||||
|
- type: ComputerBoard
|
||||||
|
prototype: ComputerShuttleCargo
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseComputerCircuitboard
|
parent: BaseComputerCircuitboard
|
||||||
|
|||||||
@@ -115,6 +115,8 @@
|
|||||||
radius: 1.5
|
radius: 1.5
|
||||||
energy: 1.6
|
energy: 1.6
|
||||||
color: "#c94242"
|
color: "#c94242"
|
||||||
|
- type: Computer
|
||||||
|
board: CargoShuttleConsoleCircuitboard
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseComputer
|
parent: BaseComputer
|
||||||
@@ -548,7 +550,7 @@
|
|||||||
- key: enum.CargoConsoleUiKey.Shuttle
|
- key: enum.CargoConsoleUiKey.Shuttle
|
||||||
type: CargoShuttleConsoleBoundUserInterface
|
type: CargoShuttleConsoleBoundUserInterface
|
||||||
- type: Computer
|
- type: Computer
|
||||||
board: SupplyComputerCircuitboard
|
board: CargoShuttleComputerCircuitboard
|
||||||
- type: PointLight
|
- type: PointLight
|
||||||
radius: 1.5
|
radius: 1.5
|
||||||
energy: 1.6
|
energy: 1.6
|
||||||
@@ -576,7 +578,7 @@
|
|||||||
- key: enum.CargoConsoleUiKey.Orders
|
- key: enum.CargoConsoleUiKey.Orders
|
||||||
type: CargoOrderConsoleBoundUserInterface
|
type: CargoOrderConsoleBoundUserInterface
|
||||||
- type: Computer
|
- type: Computer
|
||||||
board: SupplyComputerCircuitboard
|
board: CargoRequestComputerCircuitboard
|
||||||
- type: PointLight
|
- type: PointLight
|
||||||
radius: 1.5
|
radius: 1.5
|
||||||
energy: 1.6
|
energy: 1.6
|
||||||
|
|||||||
@@ -170,7 +170,7 @@
|
|||||||
roleId: Quartermaster
|
roleId: Quartermaster
|
||||||
conditions:
|
conditions:
|
||||||
- !type:StealCondition
|
- !type:StealCondition
|
||||||
prototype: SupplyComputerCircuitboard
|
prototype: CargoRequestComputerCircuitboard
|
||||||
owner: job-name-qm
|
owner: job-name-qm
|
||||||
|
|
||||||
- type: objective
|
- type: objective
|
||||||
|
|||||||
Reference in New Issue
Block a user