RND server boards (#17057)

This commit is contained in:
Nemanja
2023-06-08 03:39:29 -04:00
committed by GitHub
parent 19558c0add
commit 4bee773925
3 changed files with 26 additions and 2 deletions

View File

@@ -103,6 +103,20 @@
guides: guides:
- Robotics - Robotics
# yes i know this prototype name is long i'm just following conventions
- type: entity
id: ResearchAndDevelopmentServerMachineCircuitboard
parent: BaseMachineCircuitboard
name: R&D server machine board
description: A machine printed circuit board for the R&D server.
components:
- type: Sprite
state: science
- type: MachineBoard
prototype: ResearchAndDevelopmentServer
materialRequirements:
Plasma: 5
- type: entity - type: entity
id: UniformPrinterMachineCircuitboard id: UniformPrinterMachineCircuitboard
parent: BaseMachineCircuitboard parent: BaseMachineCircuitboard

View File

@@ -1,12 +1,15 @@
- type: entity - type: entity
id: ResearchAndDevelopmentServer id: ResearchAndDevelopmentServer
parent: BaseMachinePowered parent: [ BaseMachinePowered, ConstructibleMachine ]
name: R&D server name: R&D server
description: Contains the collective knowledge of the station's scientists. Destroying it would send them back to the stone age. You don't want that do you? description: Contains the collective knowledge of the station's scientists. Destroying it would send them back to the stone age. You don't want that do you?
components: components:
- type: Sprite - type: Sprite
sprite: Structures/Machines/server.rsi sprite: Structures/Machines/server.rsi
state: server layers:
- state: server
- state: server_o
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: ResearchServer - type: ResearchServer
- type: TechnologyDatabase - type: TechnologyDatabase
supportedDisciplines: supportedDisciplines:
@@ -18,6 +21,12 @@
powerLoad: 200 powerLoad: 200
priority: Low priority: Low
- type: ExtensionCableReceiver - type: ExtensionCableReceiver
- type: WiresPanel
- type: Wires
LayoutId: rndserver
- type: WiresVisuals
- type: Machine
board: ResearchAndDevelopmentServerMachineCircuitboard
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -40,6 +49,7 @@
SheetSteel1: SheetSteel1:
min: 1 min: 1
max: 2 max: 2
- type: Appearance
- type: AmbientSound - type: AmbientSound
volume: -9 volume: -9
range: 5 range: 5

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 B

After

Width:  |  Height:  |  Size: 273 B