Port the Mass Scanner from OR14 (#6172)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
1
Resources/Locale/en-US/misc-computers.ftl
Normal file
1
Resources/Locale/en-US/misc-computers.ftl
Normal file
@@ -0,0 +1 @@
|
||||
radar-window-title = Mass Scanner Console
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user