Shared stuff on lathes (#3530)
* Added powercells * Added SimpleElectronics and added it to lathes * fix
This commit is contained in:
parent
91e9159abe
commit
13d3be86e3
|
|
@ -502,6 +502,7 @@
|
|||
- EmptyMedkitsStatic
|
||||
- SurgeryStatic
|
||||
- ReportingStatic # DeltaV
|
||||
- PowerCellsStatic # DeltaV
|
||||
dynamicPacks:
|
||||
- Chemistry
|
||||
- CyberneticsMedical # Shitmed change
|
||||
|
|
|
|||
|
|
@ -97,9 +97,11 @@
|
|||
staticPacks:
|
||||
- ToolsStatic
|
||||
- PartsStatic
|
||||
- PowerCellsStatic
|
||||
- LVCablesStatic
|
||||
- CargoStatic
|
||||
- ReportingStatic
|
||||
- SimpleElectronicsStatic
|
||||
dynamicPacks:
|
||||
- Equipment
|
||||
- Mining
|
||||
|
|
@ -132,9 +134,11 @@
|
|||
- RingsStatic
|
||||
- ReportingStatic
|
||||
- LVCablesStatic
|
||||
- PowerCellsStatic
|
||||
- LightsStatic
|
||||
- ServiceStatic
|
||||
- PartsStaticDeltaV # Add Beaker and Hand Labeler to the service techfab
|
||||
- SimpleElectronicsStatic
|
||||
dynamicPacks:
|
||||
- Janitor
|
||||
- Instruments
|
||||
|
|
@ -172,6 +176,7 @@
|
|||
- ChemistryStatic
|
||||
- PowerCellsStatic
|
||||
- ReportingStatic
|
||||
- SimpleElectronicsStatic
|
||||
dynamicPacks:
|
||||
- ScienceEquipment
|
||||
- ScienceClothing
|
||||
|
|
|
|||
|
|
@ -24,3 +24,14 @@
|
|||
recipes:
|
||||
- CassetteTape
|
||||
- TapeRecorder
|
||||
|
||||
- type: latheRecipePack
|
||||
id: SimpleElectronicsStatic
|
||||
recipes:
|
||||
- DoorElectronics
|
||||
- StationMapElectronics
|
||||
- MailingUnitElectronics
|
||||
- APCElectronics
|
||||
- CellRechargerCircuitboard
|
||||
- WeaponCapacitorRechargerCircuitboard
|
||||
- FreezerElectronics
|
||||
|
|
|
|||
Loading…
Reference in New Issue