Adds Sechud to lockers and sec techfab (#18907)

* Adds Sechud to lockers and sec techfab

* Add sechud to HOS lockers.
This commit is contained in:
Whisper
2023-08-10 02:04:42 -04:00
committed by GitHub
parent c6bfea6802
commit 9550a04a2c
6 changed files with 19 additions and 1 deletions

View File

@@ -36,7 +36,7 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: ClothingEyesGlassesSecurity - id: ClothingEyesHudSecurity
amount: 4 amount: 4
- type: Sprite - type: Sprite
layers: layers:

View File

@@ -270,6 +270,7 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: ClothingEyesHudSecurity
- id: WeaponDisabler - id: WeaponDisabler
- id: ClothingHeadHatBeretHoS - id: ClothingHeadHatBeretHoS
- id: ClothingHeadHatHoshat - id: ClothingHeadHatHoshat
@@ -301,6 +302,7 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: ClothingEyesHudSecurity
- id: WeaponDisabler - id: WeaponDisabler
- id: ClothingHeadHatBeretHoS - id: ClothingHeadHatBeretHoS
- id: ClothingHeadHatHoshat - id: ClothingHeadHatHoshat

View File

@@ -22,6 +22,7 @@
- id: DoorRemoteArmory - id: DoorRemoteArmory
- id: ClothingOuterHardsuitWarden - id: ClothingOuterHardsuitWarden
- id: HoloprojectorSecurity - id: HoloprojectorSecurity
- id: ClothingEyesHudSecurity
- type: entity - type: entity
id: LockerWardenFilled id: LockerWardenFilled
@@ -46,6 +47,7 @@
- id: RubberStampWarden - id: RubberStampWarden
- id: DoorRemoteArmory - id: DoorRemoteArmory
- id: HoloprojectorSecurity - id: HoloprojectorSecurity
- id: ClothingEyesHudSecurity
- type: entity - type: entity
id: LockerSecurityFilled id: LockerSecurityFilled
@@ -69,6 +71,7 @@
- id: ClothingShoesBootsJack - id: ClothingShoesBootsJack
- id: WeaponMeleeNeedle - id: WeaponMeleeNeedle
prob: 0.1 prob: 0.1
- id: ClothingEyesHudSecurity
- type: entity - type: entity
id: LockerBrigmedicFilled id: LockerBrigmedicFilled
@@ -77,6 +80,7 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: ClothingEyesHudSecurity
- id: WeaponDisabler - id: WeaponDisabler
- id: TrackingImplanter - id: TrackingImplanter
amount: 2 amount: 2
@@ -111,6 +115,8 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: ClothingEyesHudSecurity
prob: 0.3
- id: ClothingHeadHatFedoraBrown - id: ClothingHeadHatFedoraBrown
- id: ClothingNeckTieDet - id: ClothingNeckTieDet
- id: ClothingOuterVestDetective - id: ClothingOuterVestDetective

View File

@@ -6,6 +6,7 @@
Flash: 5 Flash: 5
FlashlightSeclite: 5 FlashlightSeclite: 5
ClothingEyesGlassesSunglasses: 2 ClothingEyesGlassesSunglasses: 2
ClothingEyesHudSecurity: 2
ClothingBeltSecurityWebbing: 5 ClothingBeltSecurityWebbing: 5
Zipties: 12 Zipties: 12
RiotShield: 2 RiotShield: 2

View File

@@ -444,6 +444,7 @@
idleState: icon idleState: icon
runningState: icon runningState: icon
staticRecipes: staticRecipes:
- ClothingEyesHudSecurity
- Flash - Flash
- Handcuffs - Handcuffs
- Zipties - Zipties

View File

@@ -89,6 +89,14 @@
materials: materials:
Steel: 300 Steel: 300
Glass: 200 Glass: 200
- type: latheRecipe
id: ClothingEyesHudSecurity
result: ClothingEyesHudSecurity
completetime: 2
materials:
Steel: 300
Glass: 200
- type: latheRecipe - type: latheRecipe
id: RiotShield id: RiotShield