Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clothing Updates #54

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
Expand Up @@ -435,10 +435,13 @@
- type: Armor
modifiers:
coefficients:
Blunt: 0.85
Slash: 0.85
Piercing: 0.85 #Can save you, but bullets will still hurt. Will take about 10 shots from a Viper before critting, as opposed to 7 while unarmored and 16~ with a bulletproof vest.
Blunt: 0.80
Slash: 0.80
Piercing: 0.50
Heat: 0.75
- type: ClothingSpeedModifier
walkModifier: 0.90
sprintModifier: 0.90

- type: entity
parent: ClothingOuterWinterCoatToggleable
Expand Down
Loading