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:
parent
c2fa015a84
commit
0400ffa8e3
|
|
@ -140,6 +140,7 @@ loadout-group-all-gun = Security Sidearm
|
|||
loadout-group-security-gun-ammo = Ammunition
|
||||
loadout-group-revolver-ammo = Ammunition
|
||||
loadout-group-all-ammo = Ammunition
|
||||
security-utility = Utility
|
||||
|
||||
# Justice
|
||||
loadout-group-chiefjustice-head = Chief Justice head
|
||||
|
|
|
|||
|
|
@ -86,12 +86,12 @@
|
|||
- type: loadout
|
||||
id: SecurityBelt
|
||||
equipment:
|
||||
belt: ClothingBeltSecurityFilled
|
||||
belt: ClothingBeltSecurityBeltCustom # DeltaV - loadouts
|
||||
|
||||
- type: loadout
|
||||
id: SecurityWebbing
|
||||
equipment:
|
||||
belt: ClothingBeltSecurityWebbingFilled
|
||||
belt: ClothingBeltSecurityWebbingCustom # DeltaV - loadouts
|
||||
|
||||
# Outerclothing
|
||||
- type: loadout
|
||||
|
|
|
|||
|
|
@ -413,6 +413,7 @@
|
|||
- GroupSpeciesBreathToolSecurity
|
||||
- SecurityAllFirearm # DeltaV - loadouts
|
||||
- SecurityAllAmmo # DeltaV - loadouts
|
||||
- SecurityUtility # DeltaV - loadouts
|
||||
|
||||
- type: roleLoadout
|
||||
id: JobWarden
|
||||
|
|
@ -432,6 +433,7 @@
|
|||
- GroupSpeciesBreathToolSecurity
|
||||
- SecurityAllFirearm # DeltaV - loadouts
|
||||
- SecurityAllAmmo # DeltaV - loadouts
|
||||
- SecurityUtility # DeltaV - loadouts
|
||||
|
||||
- type: roleLoadout
|
||||
id: JobSecurityOfficer
|
||||
|
|
@ -452,6 +454,7 @@
|
|||
- GroupSpeciesBreathToolSecurity
|
||||
- SecurityFirearm # DeltaV - loadouts
|
||||
- SecurityFirearmAmmo # DeltaV - loadouts
|
||||
- SecurityUtility # DeltaV - loadouts
|
||||
|
||||
- type: roleLoadout
|
||||
id: JobDetective
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
- GroupSpeciesBreathToolSecurity
|
||||
- SecurityFirearm # DeltaV - loadouts
|
||||
- SecurityFirearmAmmo # DeltaV - loadouts
|
||||
- SecurityUtility
|
||||
|
||||
# Wildcards
|
||||
- type: roleLoadout
|
||||
|
|
|
|||
|
|
@ -25,6 +25,30 @@
|
|||
- id: SyringeEphedrine
|
||||
- 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
|
||||
id: ClothingBeltFoamSheathFilled
|
||||
parent: ClothingBeltFoamSheath
|
||||
|
|
|
|||
|
|
@ -145,3 +145,47 @@
|
|||
id: SecurityClothingHandsGlovesFingerless
|
||||
equipment:
|
||||
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
|
||||
|
|
|
|||
|
|
@ -414,6 +414,21 @@
|
|||
- SecurityFirearmSpeedLoaderSpecialRubber
|
||||
- SecurityFirearmSpeedLoaderSpecial
|
||||
|
||||
## Security utility
|
||||
- type: loadoutGroup
|
||||
id: SecurityUtility
|
||||
name: security-utility
|
||||
minLimit: 0
|
||||
maxLimit: 4
|
||||
loadouts:
|
||||
- FlashBangLoadout
|
||||
- TearGasLoadout
|
||||
- StingerGrenadeLoadout
|
||||
- RadioHandheldSecurityLoadout
|
||||
- SecHoloProjectorLoadout
|
||||
- HandcuffsLoadout
|
||||
- SecLiteLoadout
|
||||
|
||||
## Security Gloves
|
||||
- type: loadoutGroup
|
||||
id: SecurityGloves
|
||||
|
|
|
|||
Loading…
Reference in New Issue