From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 14 May 2025 23:55:52 +0000 (-0500) Subject: Changes suffix for always powered handhelds for clarity (#37395) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8fab6556e26c9ca4705d0b3826c66a892dbc6640;p=space-station-14.git Changes suffix for always powered handhelds for clarity (#37395) * Changes suffix for always powered handhelds for clarity * null->full * Aha --------- Co-authored-by: Velcroboy --- diff --git a/Resources/Prototypes/Entities/Objects/Devices/station_map.yml b/Resources/Prototypes/Entities/Objects/Devices/station_map.yml index 54fc4a70c5..e440cec09a 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/station_map.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/station_map.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Objects/Fun/spectral_locator.yml b/Resources/Prototypes/Entities/Objects/Fun/spectral_locator.yml index e0ec2f9fd3..5bae35c4ac 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/spectral_locator.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/spectral_locator.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml index c2f7bef65b..83cbd86bdf 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml index 37bbb8a664..845e274490 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Objects/Specific/Research/anomaly.yml b/Resources/Prototypes/Entities/Objects/Specific/Research/anomaly.yml index 05ddb46165..21971dda32 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Research/anomaly.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Research/anomaly.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Objects/Specific/Salvage/scanner.yml b/Resources/Prototypes/Entities/Objects/Specific/Salvage/scanner.yml index d65c1e8bff..c9248553bc 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Salvage/scanner.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Salvage/scanner.yml @@ -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