Customizable sec belt/webbing inventory (#5701)

* first

* fix

* spacing

Signed-off-by: Cepelinas1 <kakelis01@gmail.com>

* forgot ftl

---------

Signed-off-by: Cepelinas1 <kakelis01@gmail.com>
This commit is contained in:
Cepelinas1 2026-05-10 02:04:25 +03:00 committed by GitHub
parent c2fa015a84
commit 0400ffa8e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 90 additions and 2 deletions

View File

@ -140,6 +140,7 @@ loadout-group-all-gun = Security Sidearm
loadout-group-security-gun-ammo = Ammunition loadout-group-security-gun-ammo = Ammunition
loadout-group-revolver-ammo = Ammunition loadout-group-revolver-ammo = Ammunition
loadout-group-all-ammo = Ammunition loadout-group-all-ammo = Ammunition
security-utility = Utility
# Justice # Justice
loadout-group-chiefjustice-head = Chief Justice head loadout-group-chiefjustice-head = Chief Justice head

View File

@ -86,12 +86,12 @@
- type: loadout - type: loadout
id: SecurityBelt id: SecurityBelt
equipment: equipment:
belt: ClothingBeltSecurityFilled belt: ClothingBeltSecurityBeltCustom # DeltaV - loadouts
- type: loadout - type: loadout
id: SecurityWebbing id: SecurityWebbing
equipment: equipment:
belt: ClothingBeltSecurityWebbingFilled belt: ClothingBeltSecurityWebbingCustom # DeltaV - loadouts
# Outerclothing # Outerclothing
- type: loadout - type: loadout

View File

@ -413,6 +413,7 @@
- GroupSpeciesBreathToolSecurity - GroupSpeciesBreathToolSecurity
- SecurityAllFirearm # DeltaV - loadouts - SecurityAllFirearm # DeltaV - loadouts
- SecurityAllAmmo # DeltaV - loadouts - SecurityAllAmmo # DeltaV - loadouts
- SecurityUtility # DeltaV - loadouts
- type: roleLoadout - type: roleLoadout
id: JobWarden id: JobWarden
@ -432,6 +433,7 @@
- GroupSpeciesBreathToolSecurity - GroupSpeciesBreathToolSecurity
- SecurityAllFirearm # DeltaV - loadouts - SecurityAllFirearm # DeltaV - loadouts
- SecurityAllAmmo # DeltaV - loadouts - SecurityAllAmmo # DeltaV - loadouts
- SecurityUtility # DeltaV - loadouts
- type: roleLoadout - type: roleLoadout
id: JobSecurityOfficer id: JobSecurityOfficer
@ -452,6 +454,7 @@
- GroupSpeciesBreathToolSecurity - GroupSpeciesBreathToolSecurity
- SecurityFirearm # DeltaV - loadouts - SecurityFirearm # DeltaV - loadouts
- SecurityFirearmAmmo # DeltaV - loadouts - SecurityFirearmAmmo # DeltaV - loadouts
- SecurityUtility # DeltaV - loadouts
- type: roleLoadout - type: roleLoadout
id: JobDetective id: JobDetective

View File

@ -44,6 +44,7 @@
- GroupSpeciesBreathToolSecurity - GroupSpeciesBreathToolSecurity
- SecurityFirearm # DeltaV - loadouts - SecurityFirearm # DeltaV - loadouts
- SecurityFirearmAmmo # DeltaV - loadouts - SecurityFirearmAmmo # DeltaV - loadouts
- SecurityUtility
# Wildcards # Wildcards
- type: roleLoadout - type: roleLoadout

View File

@ -25,6 +25,30 @@
- id: SyringeEphedrine - id: SyringeEphedrine
- id: EmergencyMedipen - id: EmergencyMedipen
- type: entity
id: ClothingBeltSecurityBeltCustom
parent: ClothingBeltSecurity
suffix: Filled
components:
- type: EntityTableContainerFill
containers:
storagebase: !type:AllSelector
children:
- id: Stunbaton
- id: Handcuffs
- type: entity
id: ClothingBeltSecurityWebbingCustom
parent: ClothingBeltSecurityWebbing
suffix: Filled
components:
- type: EntityTableContainerFill
containers:
storagebase: !type:AllSelector
children:
- id: Stunbaton
- id: Handcuffs
- type: entity - type: entity
id: ClothingBeltFoamSheathFilled id: ClothingBeltFoamSheathFilled
parent: ClothingBeltFoamSheath parent: ClothingBeltFoamSheath

View File

@ -145,3 +145,47 @@
id: SecurityClothingHandsGlovesFingerless id: SecurityClothingHandsGlovesFingerless
equipment: equipment:
gloves: ClothingHandsGlovesFingerless gloves: ClothingHandsGlovesFingerless
# SecBelt utility
- type: loadout
id: FlashBangLoadout
storage:
belt:
- GrenadeFlashBang
- type: loadout
id: TearGasLoadout
storage:
belt:
- TearGasGrenade
- type: loadout
id: SecHoloProjectorLoadout
storage:
belt:
- HoloprojectorSecurity
- type: loadout
id: StingerGrenadeLoadout
storage:
belt:
- GrenadeStinger
- type: loadout
id: RadioHandheldSecurityLoadout
storage:
belt:
- RadioHandheldSecurity
- type: loadout
id: HandcuffsLoadout
storage:
belt:
- Handcuffs
- type: loadout
id: SecLiteLoadout
storage:
belt:
- FlashlightSeclite

View File

@ -414,6 +414,21 @@
- SecurityFirearmSpeedLoaderSpecialRubber - SecurityFirearmSpeedLoaderSpecialRubber
- SecurityFirearmSpeedLoaderSpecial - SecurityFirearmSpeedLoaderSpecial
## Security utility
- type: loadoutGroup
id: SecurityUtility
name: security-utility
minLimit: 0
maxLimit: 4
loadouts:
- FlashBangLoadout
- TearGasLoadout
- StingerGrenadeLoadout
- RadioHandheldSecurityLoadout
- SecHoloProjectorLoadout
- HandcuffsLoadout
- SecLiteLoadout
## Security Gloves ## Security Gloves
- type: loadoutGroup - type: loadoutGroup
id: SecurityGloves id: SecurityGloves