Anomaly Locator (#15677)
This commit is contained in:
@@ -521,6 +521,7 @@
|
||||
- ScanningModuleStockPart
|
||||
- NodeScanner
|
||||
- AnomalyScanner
|
||||
- AnomalyLocator
|
||||
|
||||
- type: technology
|
||||
name: technologies-anomaly-technology
|
||||
|
||||
@@ -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
|
||||
@@ -170,6 +170,7 @@
|
||||
- ConveyorBeltAssembly
|
||||
- AppraisalTool
|
||||
- AnomalyScanner
|
||||
- AnomalyLocator
|
||||
- RCD
|
||||
- RCDAmmo
|
||||
- HydroponicsToolScythe
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user