From 58373ccc18f67e96ddccc2c0d3328380d87b61f0 Mon Sep 17 00:00:00 2001 From: Nairod <110078045+Nairodian@users.noreply.github.com> Date: Thu, 14 Sep 2023 18:34:43 -0500 Subject: [PATCH] Add HoloBarrier To SecFab (#20128) --- .../Entities/Objects/Devices/holoprojectors.yml | 10 ++++++++++ .../Prototypes/Entities/Structures/Machines/lathe.yml | 1 + Resources/Prototypes/Recipes/Lathes/security.yml | 9 +++++++++ Resources/Prototypes/Research/arsenal.yml | 1 + 4 files changed, 21 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml b/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml index 67b0047103..e1137d7b8c 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml @@ -61,3 +61,13 @@ - HolofanProjector - type: StaticPrice price: 80 + +- type: entity + parent: HoloprojectorSecurity + id: HoloprojectorSecurityEmpty + suffix: Empty + components: + - type: ItemSlots + slots: + cell_slot: + name: power-cell-slot-component-slot-name-default diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 2384160403..900ec9272c 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -559,6 +559,7 @@ - TimerTrigger - Truncheon - TelescopicShield + - HoloprojectorSecurity - FlashPayload - ExplosivePayload - WeaponLaserCarbine diff --git a/Resources/Prototypes/Recipes/Lathes/security.yml b/Resources/Prototypes/Recipes/Lathes/security.yml index c8260dc33f..09853c0537 100644 --- a/Resources/Prototypes/Recipes/Lathes/security.yml +++ b/Resources/Prototypes/Recipes/Lathes/security.yml @@ -98,6 +98,15 @@ Steel: 300 Glass: 200 +- type: latheRecipe + id: HoloprojectorSecurity + result: HoloprojectorSecurityEmpty + completetime: 2 + materials: + Steel: 300 + Glass: 50 + Plastic: 50 + - type: latheRecipe id: RiotShield result: RiotShield diff --git a/Resources/Prototypes/Research/arsenal.yml b/Resources/Prototypes/Research/arsenal.yml index ea073954a3..5d0d2cef84 100644 --- a/Resources/Prototypes/Research/arsenal.yml +++ b/Resources/Prototypes/Research/arsenal.yml @@ -122,6 +122,7 @@ recipeUnlocks: - Truncheon - TelescopicShield + - HoloprojectorSecurity # Tier 3 -- 2.51.2