Node Scanner (#12889)

* node scanners + new tech

* Sue me for making my shit copyright free
This commit is contained in:
Nemanja
2022-12-19 22:53:54 -05:00
committed by GitHub
parent 0d18cec6b5
commit 3b48051e33
12 changed files with 98 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
- type: entity
parent: BaseItem
id: NodeScanner
name: node scanner
description: The archeologist's friend, able to identify the node of an artifact with only a single scan.
components:
- type: Sprite
sprite: Objects/Specific/Xenoarchaeology/node_scanner.rsi
state: icon
netsync: false
- type: Item
sprite: Objects/Specific/Xenoarchaeology/node_scanner.rsi
- type: NodeScanner
- type: UseDelay
delay: 3

View File

@@ -228,6 +228,7 @@
- PowerCellHigh
- SynthesizerInstrument
- RPED
- NodeScanner
- HolofanProjector
- type: entity