Adds security webbing and security belts to Security Officer loadout (#27189)

* added filled security webbing

* moved sec belt to loadout

* added webbing for head of security and warden

(cherry picked from commit b6d751eb70c632bcc7424cdad3b69dc7f83887b0)
Signed-off-by: NullWanderer <56081759+NullWanderer@users.noreply.github.com>
This commit is contained in:
SpeltIncorrectyl 2024-04-21 08:19:20 +02:00 committed by NullWanderer
parent fb24e469de
commit 3fdd7e2231
No known key found for this signature in database
GPG Key ID: 212F05528FD678BE
8 changed files with 43 additions and 3 deletions

View File

@ -140,6 +140,7 @@ loadout-group-warden-outerclothing = Warden outer clothing
loadout-group-security-head = Security head
loadout-group-security-jumpsuit = Security jumpsuit
loadout-group-security-backpack = Security backpack
loadout-group-security-belt = Security Belt
loadout-group-security-outerclothing = Security outer clothing
loadout-group-security-shoes = Security shoes
loadout-group-security-id = Security ID

View File

@ -54,6 +54,19 @@
- id: Handcuffs
- id: Handcuffs
- type: entity
id: ClothingBeltSecurityWebbingFilled
parent: ClothingBeltSecurityWebbing
suffix: Filled
components:
- type: StorageFill
contents:
- id: GrenadeFlashBang
- id: TearGasGrenade
- id: Stunbaton
- id: Handcuffs
- id: Handcuffs
- type: entity
id: ClothingBeltJanitorFilled
parent: ClothingBeltJanitor

View File

@ -130,6 +130,25 @@
equipment:
back: ClothingBackpackDuffelSecurityFilled
# Belt
- type: loadout
id: SecurityBelt
equipment: SecurityBelt
- type: startingGear
id: SecurityBelt
equipment:
belt: ClothingBeltSecurityFilled
- type: loadout
id: SecurityWebbing
equipment: SecurityWebbing
- type: startingGear
id: SecurityWebbing
equipment:
belt: ClothingBeltSecurityWebbingFilled
# Outerclothing
- type: loadout
id: ArmorVest

View File

@ -885,6 +885,13 @@
- SecuritySatchel
- SecurityDuffel
- type: loadoutGroup
id: SecurityBelt
name: loadout-group-security-belt
loadouts:
- SecurityBelt
- SecurityWebbing
- type: loadoutGroup
id: SecurityOuterClothing
name: loadout-group-security-outerclothing

View File

@ -239,6 +239,7 @@
- HeadofSecurityNeck
- HeadofSecurityJumpsuit
- SecurityBackpack
- SecurityBelt
- HeadofSecurityOuterClothing
- SecurityShoes
- Trinkets
@ -249,6 +250,7 @@
- WardenHead
- WardenJumpsuit
- SecurityBackpack
- SecurityBelt
- WardenOuterClothing
- SecurityShoes
- Trinkets
@ -262,6 +264,7 @@
- SecurityOuterClothing
- SecurityShoes
- SecurityPDA
- SecurityBelt
- Trinkets
- type: roleLoadout

View File

@ -52,5 +52,4 @@
id: HoSPDA
gloves: ClothingHandsGlovesCombat
ears: ClothingHeadsetAltSecurity
belt: ClothingBeltSecurityFilled
pocket1: WeaponPistolMk58Nonlethal

View File

@ -27,5 +27,4 @@
equipment:
eyes: ClothingEyesGlassesSecurity
ears: ClothingHeadsetSecurity
belt: ClothingBeltSecurityFilled
pocket1: WeaponPistolMk58Nonlethal

View File

@ -34,5 +34,4 @@
eyes: ClothingEyesGlassesSecurity
id: WardenPDA
ears: ClothingHeadsetSecurity
belt: ClothingBeltSecurityFilled
pocket1: WeaponPistolMk58Nonlethal