printed health analyzers and crew monitors no longer have batteries (#15699)
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -55,9 +55,9 @@
|
||||
volume: -8
|
||||
|
||||
- type: entity
|
||||
id: AnomalyLocatorNoBattery
|
||||
id: AnomalyLocatorEmpty
|
||||
parent: AnomalyLocator
|
||||
suffix: No Battery
|
||||
suffix: Empty
|
||||
components:
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
- type: latheRecipe
|
||||
id: AnomalyLocator
|
||||
result: AnomalyLocatorNoBattery
|
||||
result: AnomalyLocatorEmpty
|
||||
completetime: 3
|
||||
materials:
|
||||
Steel: 400
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user