Add HoloBarrier To SecFab (#20128)

This commit is contained in:
Nairod
2023-09-14 18:34:43 -05:00
committed by GitHub
parent 2b8aa6f4ac
commit 58373ccc18
4 changed files with 21 additions and 0 deletions

View File

@@ -61,3 +61,13 @@
- HolofanProjector - HolofanProjector
- type: StaticPrice - type: StaticPrice
price: 80 price: 80
- type: entity
parent: HoloprojectorSecurity
id: HoloprojectorSecurityEmpty
suffix: Empty
components:
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default

View File

@@ -559,6 +559,7 @@
- TimerTrigger - TimerTrigger
- Truncheon - Truncheon
- TelescopicShield - TelescopicShield
- HoloprojectorSecurity
- FlashPayload - FlashPayload
- ExplosivePayload - ExplosivePayload
- WeaponLaserCarbine - WeaponLaserCarbine

View File

@@ -98,6 +98,15 @@
Steel: 300 Steel: 300
Glass: 200 Glass: 200
- type: latheRecipe
id: HoloprojectorSecurity
result: HoloprojectorSecurityEmpty
completetime: 2
materials:
Steel: 300
Glass: 50
Plastic: 50
- type: latheRecipe - type: latheRecipe
id: RiotShield id: RiotShield
result: RiotShield result: RiotShield

View File

@@ -122,6 +122,7 @@
recipeUnlocks: recipeUnlocks:
- Truncheon - Truncheon
- TelescopicShield - TelescopicShield
- HoloprojectorSecurity
# Tier 3 # Tier 3