Anomaly Locator (#15677)

This commit is contained in:
Nemanja
2023-04-23 01:39:33 -04:00
committed by GitHub
parent 8b9436f111
commit fadee354db
14 changed files with 321 additions and 0 deletions

View File

@@ -521,6 +521,7 @@
- ScanningModuleStockPart
- NodeScanner
- AnomalyScanner
- AnomalyLocator
- type: technology
name: technologies-anomaly-technology

View File

@@ -20,3 +20,46 @@
- type: GuideHelp
guides:
- ScannersAndVessels
- type: entity
id: AnomalyLocator
parent: [ BaseItem, PowerCellSlotSmallItem ]
name: anomaly locator
description: A device designed to aid in the locating of anomalies. Did you check the gas miners?
components:
- type: Sprite
sprite: Objects/Specific/Research/anomalylocator.rsi
netsync: false
layers:
- state: icon
- state: screen
shader: unshaded
visible: false
map: ["enum.PowerDeviceVisualLayers.Powered"]
- type: Appearance
- type: GenericVisualizer
visuals:
enum.ProximityBeeperVisuals.Enabled:
enum.PowerDeviceVisualLayers.Powered:
True: { visible: true }
False: { visible: false }
- type: PowerCellDraw
drawRate: 10
useRate: 0
- type: ProximityBeeper
component: Anomaly
beepSound:
path: "/Audio/Items/locator_beep.ogg"
params:
maxdistance: 1
volume: -8
- type: entity
id: AnomalyLocatorNoBattery
parent: AnomalyLocator
suffix: No Battery
components:
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default

View File

@@ -170,6 +170,7 @@
- ConveyorBeltAssembly
- AppraisalTool
- AnomalyScanner
- AnomalyLocator
- RCD
- RCDAmmo
- HydroponicsToolScythe

View File

@@ -49,6 +49,14 @@
Plastic: 200
Glass: 100
- type: latheRecipe
id: AnomalyLocator
result: AnomalyLocatorNoBattery
completetime: 3
materials:
Steel: 400
Glass: 100
- type: latheRecipe
id: AnomalyScanner
result: AnomalyScanner