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-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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue