diff --git a/Resources/Locale/en-US/preferences/loadout-groups.ftl b/Resources/Locale/en-US/preferences/loadout-groups.ftl index ecbcbb3fe6..cdad0f72e6 100644 --- a/Resources/Locale/en-US/preferences/loadout-groups.ftl +++ b/Resources/Locale/en-US/preferences/loadout-groups.ftl @@ -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 diff --git a/Resources/Prototypes/Catalog/Fills/Items/belt.yml b/Resources/Prototypes/Catalog/Fills/Items/belt.yml index fdbe647e62..66f52b74eb 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/belt.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/belt.yml @@ -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 diff --git a/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml b/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml index 5f2ddbbe5e..b2b9e1e0c1 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml @@ -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 diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index ab8b1acfe5..aa521426fc 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -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 diff --git a/Resources/Prototypes/Loadouts/role_loadouts.yml b/Resources/Prototypes/Loadouts/role_loadouts.yml index 97a0733338..c5fb042d0c 100644 --- a/Resources/Prototypes/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/role_loadouts.yml @@ -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 @@ -334,7 +337,7 @@ - MedicalMask - ParamedicJumpsuit - MedicalGloves - - ParamedicBackpack + - ParamedicBackpack - ParamedicOuterClothing - ParamedicShoes - Trinkets diff --git a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml index fcdd357f9f..8646ca8ddd 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml @@ -46,5 +46,4 @@ id: HoSPDA gloves: ClothingHandsGlovesCombat ears: ClothingHeadsetAltSecurity - belt: ClothingBeltSecurityFilled - pocket1: WeaponPistolMk58 \ No newline at end of file + pocket1: WeaponPistolMk58 diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml index 878cc09fb5..edf16448d7 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml @@ -27,5 +27,4 @@ equipment: eyes: ClothingEyesGlassesSecurity ears: ClothingHeadsetSecurity - belt: ClothingBeltSecurityFilled pocket1: WeaponPistolMk58 diff --git a/Resources/Prototypes/Roles/Jobs/Security/warden.yml b/Resources/Prototypes/Roles/Jobs/Security/warden.yml index 4a767cbd80..5c1dc985d1 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/warden.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/warden.yml @@ -30,5 +30,4 @@ eyes: ClothingEyesGlassesSecurity id: WardenPDA ears: ClothingHeadsetSecurity - belt: ClothingBeltSecurityFilled - pocket1: WeaponPistolMk58 \ No newline at end of file + pocket1: WeaponPistolMk58