Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@
- type: entity
id: StationComputerCargoOrders
parent: [BaseStructureDisableToolUse, BaseStructureIndestructible, BaseComputerAiAccess] # Frontier: add BaseStructureDisableToolUse, BaseStructureIndestructible
name: cargo request computer
name: station logistics request computer
description: Used to purchase supplies in from colonial command. # Frontier
components:
- type: Sprite
Expand Down Expand Up @@ -1176,26 +1176,31 @@
energy: 1.6
color: "#b89f25"
- type: AccessReader
#access: [["Cargo"]] # Frontier
access: [["Cargo"]] # Frontier
- type: DeviceNetwork
deviceNetId: Wireless
receiveFrequencyId: BasicDevice
- type: ActiveRadio
channels:
- Cargo
# - type: WirelessNetworkConnection # Frontier
# range: 200 # Frontier
- type: DeviceLinkSource
range: 200
ports:
- OrderSender
- type: NFCargoOrderConsole # Frontier: use NF component
# PurchaseAccount: Cargo
- type: CargoOrderConsole # Frontier: use NF component
account: Cargo
announcementChannel: Cargo
removeLimitAccess: [ "Quartermaster" ]
- type: CargoOrderConsole
account: Cargo


# Request console variants.
- type: entity
id: ComputerCargoOrdersEngineering
parent: ComputerCargoOrders
parent: StationComputerCargoOrders
name: engineering request computer
description: Used by the engineering department to order supplies.
# categories: [HideSpawnMenu] # Frontier
Expand Down Expand Up @@ -1228,7 +1233,7 @@

- type: entity
id: ComputerCargoOrdersMedical
parent: ComputerCargoOrders
parent: StationComputerCargoOrders
name: medical request computer
description: Used by the medical department to order supplies.
# categories: [HideSpawnMenu] # Frontier
Expand Down Expand Up @@ -1261,7 +1266,7 @@

- type: entity
id: ComputerCargoOrdersScience
parent: ComputerCargoOrders
parent: StationComputerCargoOrders
name: science request computer
description: Used by the science department to order supplies.
# categories: [HideSpawnMenu] # Frontier
Expand Down Expand Up @@ -1294,7 +1299,7 @@

- type: entity
id: ComputerCargoOrdersSecurity
parent: ComputerCargoOrders
parent: StationComputerCargoOrders
name: security request computer
description: Used by the security department to order supplies.
# categories: [HideSpawnMenu] # Frontier
Expand Down Expand Up @@ -1327,7 +1332,7 @@

- type: entity
id: ComputerCargoOrdersService
parent: ComputerCargoOrders
parent: StationComputerCargoOrders
name: service request computer
description: Used by the service department to order supplies.
# categories: [HideSpawnMenu] # Frontier
Expand Down Expand Up @@ -1921,4 +1926,4 @@
enum.StationAiFixerConsoleUiKey.Key:
type: StationAiFixerConsoleBoundUserInterface
enum.WiresUiKey.Key:
type: WiresBoundUserInterface
type: WiresBoundUserInterface
Loading