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
- 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
id: HandheldStationMapUnpowered
parent: BaseHandheldStationMap

View File

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

View File

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