Skip to content

Commit

Permalink
le greatcoat
Browse files Browse the repository at this point in the history
Greatcoats now have the same value as plate carriers (minus explosion resistance).
  • Loading branch information
SixplyDev authored Jan 13, 2025
1 parent 49b76ca commit 7062ec8
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
parent: ClothingOuterStorageBase
id: ClothingOuterCoatGreatcoat
name: greatcoat
description: A drab and rugged greatcoat, padded for protection against the elements.
description: A drab and rugged greatcoat, padded for protection against the elements. This one seems to have ballistic plates sewn into the fabric.
components:
- type: Sprite
sprite: DeltaV/Clothing/OuterClothing/Coats/greatcoat.rsi
Expand All @@ -68,10 +68,13 @@
- type: Armor # MAKE SURE THE STATS ALIGN WITH SEC WINTER COAT!!!
modifiers:
coefficients:
Blunt: 0.85
Slash: 0.85
Piercing: 0.85
Blunt: 0.80
Slash: 0.80
Piercing: 0.50
Heat: 0.75
- type: ClothingSpeedModifier
walkModifier: 0.90
sprintModifier: 0.90

- type: entity
parent: ClothingOuterStorageBase
Expand Down

0 comments on commit 7062ec8

Please sign in to comment.