Skip to content

Commit

Permalink
mass scaner nerf (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leander-0 authored Mar 25, 2024
1 parent 4d880ce commit b770c3a
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Resources/Maps/_NF/Shuttles/anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4480,8 +4480,6 @@ entities:
- type: Transform
pos: -2.5,7.5
parent: 1
- type: RadarConsole
maxRange: 768
- proto: ComputerSalvageExpedition
entities:
- uid: 669
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,18 @@
- type: ComputerTabletopBoard # Frontier
prototype: ComputerTabletopRadar # Frontier

- type: entity
parent: BaseComputerCircuitboard
id: AdvancedRadarConsoleCircuitboard # Frontier
name: advanced radar console computer board
components:
- type: Sprite
state: cpu_security
- type: ComputerBoard
prototype: ComputerAdvancedRadar
- type: ComputerTabletopBoard # Frontier
prototype: ComputerTabletopAdvancedRadar # Frontier

- type: entity
parent: BaseComputerCircuitboard
id: SolarControlComputerCircuitboard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@
- map: ["computerLayerKeys"]
state: generic_keys
- type: RadarConsole
maxRange: 512
maxRange: 256 # Frontier
- type: ActivatableUI
key: enum.RadarConsoleUiKey.Key
- type: UserInterface
Expand All @@ -672,6 +672,27 @@
energy: 1.6
color: "#e6e227"

- type: entity
parent: ComputerRadar
id: ComputerAdvancedRadar # Frontier
name: radar computer
description: Better CPU and components gives this radar the technological and tactical advantage on detection of far away objects.
components:
- type: Computer
board: AdvancedRadarConsoleCircuitboard
- type: RadarConsole
maxRange: 768
- type: Sprite
layers:
- map: ["computerLayerBody"]
state: computer
- map: ["computerLayerKeyboard"]
state: generic_keyboard
- map: ["computerLayerScreen"]
state: eris_control
- map: ["computerLayerKeys"]
state: generic_keys

- type: entity
id: ComputerCargoShuttle
parent: BaseComputer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,26 @@
sprite: Structures/Machines/computers.rsi
state: generic_keys

- type: entity
parent: [BaseStructureComputerTabletop, ComputerAdvancedRadar]
id: ComputerTabletopAdvancedRadar
components:
- type: Sprite
drawdepth: SmallObjects
layers:
- map: ["computerLayerBody"]
sprite: _NF/Structures/Machines/computer_tabletop.rsi
state: computer_tabletop
- map: ["computerLayerKeyboard"]
sprite: _NF/Structures/Machines/computer_tabletop.rsi
state: generic_keyboard_tabletop
- map: ["computerLayerScreen"]
sprite: Structures/Machines/computers.rsi
state: eris_control
- map: ["computerLayerKeys"]
sprite: Structures/Machines/computers.rsi
state: generic_keys

- type: entity
parent: [BaseStructureComputerTabletop, ComputerCargoShuttle]
id: ComputerTabletopCargoShuttle
Expand Down Expand Up @@ -790,7 +810,7 @@
- map: ["computerLayerKeys"]
sprite: Structures/Machines/computers.rsi
state: tech_key

- type: entity
parent: [BaseStructureComputerTabletop, ComputerPalletConsoleNFVeryLowMarket]
id: ComputerTabletopPalletConsoleNFVeryLowMarket
Expand All @@ -811,7 +831,7 @@
- map: ["computerLayerKeys"]
sprite: Structures/Machines/computers.rsi
state: tech_key

- type: entity
parent: [BaseStructureComputerTabletop, StationAdminBankATM]
id: ComputerTabletopStationAdminBankATM
Expand Down

0 comments on commit b770c3a

Please sign in to comment.