diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml index b0eb9547ce..cf72dccccf 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml @@ -86,11 +86,12 @@ - type: Armor modifiers: coefficients: - Blunt: 0.65 - Slash: 0.65 - Piercing: 0.7 - Heat: 0.7 - Caustic: 0.9 +#Begin DeltaV modifications + Blunt: 0.70 # Was 0.65 + Slash: 0.70 # Was 0.65 + Piercing: 0.70 # Was 0.7 + Heat: 0.80 # Was 0.7 +#End DeltaV modifications - type: ExplosionResistance damageCoefficient: 0.9 diff --git a/Resources/Prototypes/Loadouts/Jobs/Security/head_of_security.yml b/Resources/Prototypes/Loadouts/Jobs/Security/head_of_security.yml index 952cb86da8..c815a5b197 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Security/head_of_security.yml @@ -75,5 +75,13 @@ - type: loadout id: HeadofSecurityWinterCoat + #Begin DeltaV additions + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:RoleTimeRequirement + role: JobHeadOfSecurity + time: 72000 # 20hr + #End DeltaV additions equipment: outerClothing: ClothingOuterWinterHoS diff --git a/Resources/Prototypes/Loadouts/Jobs/Security/warden.yml b/Resources/Prototypes/Loadouts/Jobs/Security/warden.yml index 9c270e6d6f..e15120a8a8 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Security/warden.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Security/warden.yml @@ -28,5 +28,12 @@ - type: loadout id: WardenArmoredWinterCoat + #Begin DeltaV Additions + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:RoleTimeRequirement + role: JobWarden + time: 72000 # 20hr equipment: outerClothing: ClothingOuterWinterWarden diff --git a/Resources/Prototypes/_DV/Loadouts/loadout_groups.yml b/Resources/Prototypes/_DV/Loadouts/loadout_groups.yml index 28bc7a6cea..6f9b5f5ed9 100644 --- a/Resources/Prototypes/_DV/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/_DV/Loadouts/loadout_groups.yml @@ -470,6 +470,7 @@ - WardenLongcoat - StasecWinterCoatWarden - ArmorVestSlim + - WardenArmoredWinterCoat ## Head of Security - type: loadoutGroup @@ -482,6 +483,7 @@ - StasecWinterCoatHoS - HeadOfSecurityTrenchcoat - ArmorVestSlim + - HeadofSecurityWinterCoat ## Detective - type: loadoutGroup