Add handheld map to autolathe (#25719)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -160,6 +160,7 @@
|
|||||||
- CellRechargerCircuitboard
|
- CellRechargerCircuitboard
|
||||||
- BorgChargerCircuitboard
|
- BorgChargerCircuitboard
|
||||||
- WeaponCapacitorRechargerCircuitboard
|
- WeaponCapacitorRechargerCircuitboard
|
||||||
|
- HandheldStationMap
|
||||||
- type: EmagLatheRecipes
|
- type: EmagLatheRecipes
|
||||||
emagStaticRecipes:
|
emagStaticRecipes:
|
||||||
- CartridgePistol
|
- CartridgePistol
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user