diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Back/backpacks.yml index f54625b5a9..f04cb61fda 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Back/backpacks.yml @@ -69,6 +69,7 @@ - type: ClothingSpeedModifier walkModifier: 0.95 sprintModifier: 0.95 + - type: HeldSpeedModifier - type: entity parent: CP14ClothingBackBackpackT1 @@ -100,6 +101,7 @@ - type: ClothingSpeedModifier walkModifier: 0.80 sprintModifier: 0.80 + - type: HeldSpeedModifier - type: entity parent: CP14ClothingBackBackpackT2 @@ -132,6 +134,7 @@ - type: ClothingSpeedModifier walkModifier: 0.70 sprintModifier: 0.70 + - type: HeldSpeedModifier - type: Clothing equipDelay: 1.2 unequipDelay: 0.8 @@ -173,6 +176,7 @@ - type: ClothingSpeedModifier walkModifier: 0.82 sprintModifier: 0.82 + - type: HeldSpeedModifier - type: entity parent: CP14ClothingBackBackpackT2 @@ -198,4 +202,5 @@ # Cost: (96×1.2) + (96×0.4) + (12×2) = 115.2 + 38.4 + 24 = 177.6 copper coins - type: ClothingSpeedModifier walkModifier: 0.84 - sprintModifier: 0.84 \ No newline at end of file + sprintModifier: 0.84 + - type: HeldSpeedModifier diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Back/backpacks_satchels.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Back/backpacks_satchels.yml index 785e45aa0f..c9dfe2296c 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Back/backpacks_satchels.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Back/backpacks_satchels.yml @@ -81,6 +81,7 @@ # Cost: (60×1.2) + (60×0.4) + (8×2) = 72 + 24 + 16 = 112 copper coins - type: ClothingSpeedModifier sprintModifier: 0.97 + - type: HeldSpeedModifier - type: entity parent: CP14ClothingBackSatchelT1 @@ -115,6 +116,7 @@ Caustic: 0.96 - type: ClothingSpeedModifier sprintModifier: 0.85 + - type: HeldSpeedModifier - type: entity parent: CP14ClothingBackSatchelBase @@ -148,6 +150,7 @@ Caustic: 0.90 - type: ClothingSpeedModifier sprintModifier: 0.75 + - type: HeldSpeedModifier # ======================== # Special @@ -186,4 +189,5 @@ Piercing: 0.97 Heat: 0.98 - type: ClothingSpeedModifier - sprintModifier: 0.88 \ No newline at end of file + sprintModifier: 0.88 + - type: HeldSpeedModifier