Port the Mass Scanner from OR14 (#6172)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
mirrorcult
2022-01-30 22:38:11 -07:00
committed by GitHub
parent 70e5dd9cc0
commit a055ec3514
9 changed files with 278 additions and 0 deletions

View File

@@ -0,0 +1 @@
radar-window-title = Mass Scanner Console

View File

@@ -67,6 +67,14 @@
- type: ComputerBoard
prototype: ComputerComms
- type: entity
parent: BaseComputerCircuitboard
id: RadarConsoleCircuitboard
name: radar console computer board
components:
- type: ComputerBoard
prototype: ComputerRadar
- type: entity
parent: BaseComputerCircuitboard
id: SolarControlComputerCircuitboard

View File

@@ -272,6 +272,32 @@
energy: 1.6
color: "#e6e227"
- type: entity
parent: ComputerBase
id: ComputerRadar
name: mass scanner computer
description: A computer for detecting nearby bodies, displaying them by position and mass.
components:
- type: Appearance
visuals:
- type: ComputerVisualizer
key: generic_key
screen: solar_screen
- type: RadarConsole
- type: ActivatableUI
key: enum.RadarConsoleUiKey.Key
- type: ActivatableUIRequiresPower
- type: UserInterface
interfaces:
- key: enum.RadarConsoleUiKey.Key
type: RadarConsoleBoundUserInterface
- type: Computer
board: RadarConsoleCircuitboard
- type: PointLight
radius: 1.5
energy: 1.6
color: "#e6e227"
- type: entity
id: ComputerSupplyOrdering
parent: ComputerBase