Changes suffix for always powered handhelds for clarity (#37395)
* Changes suffix for always powered handhelds for clarity * null->full * Aha --------- Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
parent:
|
||||
- BaseHandheldStationMap
|
||||
- BaseHandheldComputer
|
||||
suffix: Handheld, Powered
|
||||
suffix: Handheld
|
||||
|
||||
- type: entity
|
||||
id: HandheldStationMapEmpty
|
||||
@@ -51,4 +51,4 @@
|
||||
- type: entity
|
||||
id: HandheldStationMapUnpowered
|
||||
parent: BaseHandheldStationMap
|
||||
suffix: Handheld, Unpowered
|
||||
suffix: Handheld, Always Powered
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
parent: BaseItem
|
||||
name: spectral locator
|
||||
description: Appears to be a modified anomaly locator. Seems very old.
|
||||
suffix: Unpowered
|
||||
suffix: Always Powered
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/spectrallocator.rsi
|
||||
@@ -39,7 +39,7 @@
|
||||
- type: entity
|
||||
id: SpectralLocator
|
||||
parent: [ SpectralLocatorUnpowered, PowerCellSlotSmallItem ]
|
||||
suffix: Powered
|
||||
suffix: ""
|
||||
components:
|
||||
- type: PowerCellDraw
|
||||
drawRate: 1
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
- type: entity
|
||||
id: DefibrillatorOneHandedUnpowered
|
||||
parent: BaseDefibrillator
|
||||
suffix: One-Handed, Unpowered
|
||||
suffix: One-Handed, Always Powered
|
||||
|
||||
- type: entity
|
||||
id: DefibrillatorCompact # This should be a research item at some point
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
id: HandheldHealthAnalyzerUnpowered
|
||||
parent: BaseItem
|
||||
name: health analyzer
|
||||
suffix: Always Powered
|
||||
description: A hand-held body scanner capable of distinguishing vital signs of the subject.
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -44,7 +45,7 @@
|
||||
- type: entity
|
||||
id: HandheldHealthAnalyzer
|
||||
parent: [ HandheldHealthAnalyzerUnpowered, PowerCellSlotSmallItem]
|
||||
suffix: Powered
|
||||
suffix: ""
|
||||
components:
|
||||
- type: PowerCellDraw
|
||||
drawRate: 1.2 #Calculated for 5 minutes on a small cell
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
parent: BaseItem
|
||||
name: anomaly locator
|
||||
description: A device designed to aid in the locating of anomalies. Did you check the gas miners?
|
||||
suffix: Unpowered
|
||||
suffix: Always Powered
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Research/anomalylocator.rsi
|
||||
@@ -63,7 +63,7 @@
|
||||
- type: entity
|
||||
id: AnomalyLocator
|
||||
parent: [ AnomalyLocatorUnpowered, PowerCellSlotSmallItem ]
|
||||
suffix: Powered
|
||||
suffix: ""
|
||||
components:
|
||||
- type: PowerCellDraw
|
||||
drawRate: 1
|
||||
@@ -85,7 +85,7 @@
|
||||
parent: AnomalyLocatorUnpowered
|
||||
name: wide-spectrum anomaly locator
|
||||
description: A device that looks for anomalies from an extended distance, but has no way to determine the distance to them.
|
||||
suffix: Unpowered
|
||||
suffix: Always Powered
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Research/anomalylocatorwide.rsi
|
||||
@@ -94,10 +94,11 @@
|
||||
maxBeepInterval: 0.5
|
||||
- type: ProximityDetector
|
||||
range: 40
|
||||
|
||||
- type: entity
|
||||
id: AnomalyLocatorWide
|
||||
parent: [ AnomalyLocatorWideUnpowered, PowerCellSlotSmallItem ]
|
||||
suffix: Powered
|
||||
suffix: ""
|
||||
components:
|
||||
- type: PowerCellDraw
|
||||
drawRate: 1
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
parent: BaseItem
|
||||
name: mineral scanner
|
||||
description: A scanner that checks surrounding rock for useful minerals. It must be in your hand or pocket to work.
|
||||
suffix: Unpowered
|
||||
suffix: Always Powered
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Mining/mineral_scanner.rsi
|
||||
@@ -36,7 +36,7 @@
|
||||
- type: entity
|
||||
id: MineralScanner
|
||||
parent: [ MineralScannerUnpowered, PowerCellSlotMediumItem ]
|
||||
suffix: Powered
|
||||
suffix: ""
|
||||
components:
|
||||
- type: ToggleCellDraw
|
||||
- type: PowerCellDraw
|
||||
@@ -58,7 +58,7 @@
|
||||
parent: MineralScannerUnpowered
|
||||
name: advanced mineral scanner
|
||||
description: A scanner that checks surrounding rock for useful minerals. It must be in your hand or pocket to work. This one has an extended range.
|
||||
suffix: Unpowered
|
||||
suffix: Always Powered
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -75,7 +75,7 @@
|
||||
- type: entity
|
||||
id: AdvancedMineralScanner
|
||||
parent: [ AdvancedMineralScannerUnpowered, PowerCellSlotMediumItem ]
|
||||
suffix: Powered
|
||||
suffix: ""
|
||||
components:
|
||||
- type: ToggleCellDraw
|
||||
- type: PowerCellDraw
|
||||
|
||||
Reference in New Issue
Block a user