Add handheld map to autolathe (#25719)

This commit is contained in:
lzk
2024-02-29 23:34:11 +01:00
committed by GitHub
parent 7b9346d2a8
commit df271f5ead
3 changed files with 19 additions and 0 deletions

View File

@@ -43,6 +43,16 @@
useRate: 20 useRate: 20
- type: ActivatableUIRequiresPowerCell - type: ActivatableUIRequiresPowerCell
- type: entity
id: HandheldStationMapEmpty
parent: HandheldStationMap
suffix: Handheld, Empty
components:
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default
- type: entity - type: entity
id: HandheldStationMapUnpowered id: HandheldStationMapUnpowered
parent: BaseHandheldStationMap parent: BaseHandheldStationMap

View File

@@ -160,6 +160,7 @@
- CellRechargerCircuitboard - CellRechargerCircuitboard
- BorgChargerCircuitboard - BorgChargerCircuitboard
- WeaponCapacitorRechargerCircuitboard - WeaponCapacitorRechargerCircuitboard
- HandheldStationMap
- type: EmagLatheRecipes - type: EmagLatheRecipes
emagStaticRecipes: emagStaticRecipes:
- CartridgePistol - CartridgePistol

View File

@@ -170,3 +170,11 @@
completetime: 2 completetime: 2
materials: materials:
Steel: 100 Steel: 100
- type: latheRecipe
id: HandheldStationMap
result: HandheldStationMapEmpty
completetime: 2
materials:
Steel: 300
Plastic: 100