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:
- 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
id: UniformPrinterMachineCircuitboard
parent: BaseMachineCircuitboard

View File

@@ -1,12 +1,15 @@
- type: entity
id: ResearchAndDevelopmentServer
parent: BaseMachinePowered
parent: [ BaseMachinePowered, ConstructibleMachine ]
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?
components:
- type: Sprite
sprite: Structures/Machines/server.rsi
state: server
layers:
- state: server
- state: server_o
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: ResearchServer
- type: TechnologyDatabase
supportedDisciplines:
@@ -18,6 +21,12 @@
powerLoad: 200
priority: Low
- type: ExtensionCableReceiver
- type: WiresPanel
- type: Wires
LayoutId: rndserver
- type: WiresVisuals
- type: Machine
board: ResearchAndDevelopmentServerMachineCircuitboard
- type: Destructible
thresholds:
- trigger:
@@ -40,6 +49,7 @@
SheetSteel1:
min: 1
max: 2
- type: Appearance
- type: AmbientSound
volume: -9
range: 5

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 B

After

Width:  |  Height:  |  Size: 273 B