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

@@ -484,6 +484,7 @@
- MicroLaserStockPart
- MicroManipulatorStockPart
- ScanningModuleStockPart
- NodeScanner
- type: technology
name: technologies-robotics-technology

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

View File

@@ -85,3 +85,14 @@
Steel: 300
Plastic: 300
Glass: 100
- type: latheRecipe
id: NodeScanner
icon:
sprite: Objects/Specific/Xenoarchaeology/node_scanner.rsi
state: icon
result: NodeScanner
completetime: 2
materials:
Steel: 100
Plastic: 50