Node Scanner (#12889)
* node scanners + new tech * Sue me for making my shit copyright free
This commit is contained in:
@@ -484,6 +484,7 @@
|
||||
- MicroLaserStockPart
|
||||
- MicroManipulatorStockPart
|
||||
- ScanningModuleStockPart
|
||||
- NodeScanner
|
||||
|
||||
- type: technology
|
||||
name: technologies-robotics-technology
|
||||
|
||||
@@ -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
|
||||
@@ -228,6 +228,7 @@
|
||||
- PowerCellHigh
|
||||
- SynthesizerInstrument
|
||||
- RPED
|
||||
- NodeScanner
|
||||
- HolofanProjector
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user