printed health analyzers and crew monitors no longer have batteries (#15699)
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user