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: StationLimitedNetwork
- type: StaticPrice - type: StaticPrice
price: 500 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: tags:
- DiscreteHealthAnalyzer - 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 - type: entity
parent: HandheldHealthAnalyzer parent: HandheldHealthAnalyzer
id: HandheldHealthAnalyzerGigacancer id: HandheldHealthAnalyzerGigacancer

View File

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

View File

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

View File

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

View File

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