diff --git a/Resources/Prototypes/Catalog/Research/technologies.yml b/Resources/Prototypes/Catalog/Research/technologies.yml index 5ac605b3dc..e3c2410f31 100644 --- a/Resources/Prototypes/Catalog/Research/technologies.yml +++ b/Resources/Prototypes/Catalog/Research/technologies.yml @@ -239,6 +239,7 @@ - ComputerTelevisionCircuitboard - AirAlarmElectronics - FireAlarmElectronics + - HolofanProjector - type: technology name: technologies-material-sheet-printing diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index e5d00f1e2e..d040a404dd 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -199,6 +199,7 @@ - ProximitySensor - LeftArmBorg - RightArmBorg + - HolofanProjector - type: ActivatableUI key: enum.LatheUiKey.Key #Yes only having 1 of them here doesn't break anything - type: ActivatableUIRequiresPower diff --git a/Resources/Prototypes/Recipes/Lathes/tools.yml b/Resources/Prototypes/Recipes/Lathes/tools.yml index 05cf2401de..6bd6b312fb 100644 --- a/Resources/Prototypes/Recipes/Lathes/tools.yml +++ b/Resources/Prototypes/Recipes/Lathes/tools.yml @@ -149,3 +149,16 @@ materials: Steel: 300 Plastic: 100 + +- type: latheRecipe + id: HolofanProjector + icon: + sprite: Objects/Devices/Holoprojectors/atmos.rsi + state: icon + result: HolofanProjector + completetime: 8 + materials: # Inherited materials and time from PowerCellMedium recipe + Steel: 600 + Glass: 350 + Plastic: 150 + Gold: 10 \ No newline at end of file