printed health analyzers and crew monitors no longer have batteries (#15699)

This commit is contained in:
Nemanja
2023-04-23 20:07:41 -04:00
committed by GitHub
parent 1dd4ebcec2
commit 15b0423777
6 changed files with 25 additions and 7 deletions

View File

@@ -29,3 +29,13 @@
- type: StationLimitedNetwork
- type: StaticPrice
price: 500
- type: entity
id: HandheldCrewMonitorEmpty
parent: HandheldCrewMonitor
suffix: Empty
components:
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default

View File

@@ -28,6 +28,16 @@
tags:
- DiscreteHealthAnalyzer
- type: entity
id: HandheldHealthAnalyzerEmpty
parent: HandheldHealthAnalyzer
suffix: Empty
components:
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default
- type: entity
parent: HandheldHealthAnalyzer
id: HandheldHealthAnalyzerGigacancer

View File

@@ -55,9 +55,9 @@
volume: -8
- type: entity
id: AnomalyLocatorNoBattery
id: AnomalyLocatorEmpty
parent: AnomalyLocator
suffix: No Battery
suffix: Empty
components:
- type: ItemSlots
slots:

View File

@@ -64,7 +64,6 @@
# PowerCellSlot parents
- type: entity
name: a
id: PowerCellSlotSmallItem
abstract: true
components:
@@ -80,7 +79,6 @@
startingItem: PowerCellSmall
- type: entity
name: a
id: PowerCellSlotMediumItem
abstract: true
components:

View File

@@ -51,7 +51,7 @@
- type: latheRecipe
id: AnomalyLocator
result: AnomalyLocatorNoBattery
result: AnomalyLocatorEmpty
completetime: 3
materials:
Steel: 400

View File

@@ -50,7 +50,7 @@
- type: latheRecipe
id: HandheldCrewMonitor
result: HandheldCrewMonitor
result: HandheldCrewMonitorEmpty
completetime: 2
materials:
Glass: 1200
@@ -59,7 +59,7 @@
- type: latheRecipe
id: HandheldHealthAnalyzer
result: HandheldHealthAnalyzer
result: HandheldHealthAnalyzerEmpty
completetime: 4
materials:
Glass: 500