Add handheld map to autolathe (#25719)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -160,6 +160,7 @@
|
||||
- CellRechargerCircuitboard
|
||||
- BorgChargerCircuitboard
|
||||
- WeaponCapacitorRechargerCircuitboard
|
||||
- HandheldStationMap
|
||||
- type: EmagLatheRecipes
|
||||
emagStaticRecipes:
|
||||
- CartridgePistol
|
||||
|
||||
@@ -170,3 +170,11 @@
|
||||
completetime: 2
|
||||
materials:
|
||||
Steel: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: HandheldStationMap
|
||||
result: HandheldStationMapEmpty
|
||||
completetime: 2
|
||||
materials:
|
||||
Steel: 300
|
||||
Plastic: 100
|
||||
|
||||
Reference in New Issue
Block a user