Skip to content

Commit

Permalink
Mercenary web vest
Browse files Browse the repository at this point in the history
  • Loading branch information
Farrellka-dev committed Dec 15, 2024
1 parent 65a31e2 commit 332edb0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Resources/Prototypes/Entities/Clothing/OuterClothing/vests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

#Mercenary web vest
- type: entity
parent: ClothingOuterVestWeb #web vest so it should have some pockets for ammo
id: ClothingOuterVestWebMerc
name: merc web vest
parent: [ClothingOuterStorageBase, AllowSuitStorageClothing] #web vest so it should have some pockets for ammo # Frontier: ClothingOuterVestWeb<ClothingOuterStorageBase, BaseMinorContraband<BaseC1Contraband
id: ClothingOuterVestWebMercenary # Frontier - Merc to Mercenary
name: mercenary web vest # Frontier - merc to mercenary
description: A high-quality armored vest made from a hard synthetic material. It's surprisingly flexible and light, despite formidable armor plating.
components:
- type: Sprite
Expand All @@ -33,12 +33,13 @@
- type: Armor
modifiers:
coefficients:
Blunt: 0.7 #slightly better overall protection but slightly worse than bulletproof armor against bullets seems sensible
Slash: 0.7
Piercing: 0.5
Heat: 0.9
Blunt: 0.75
Slash: 0.75
Piercing: 0.75 #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.
Heat: 0.80
Caustic: 0.9
- type: ExplosionResistance
damageCoefficient: 0.9
damageCoefficient: 0.90

#Detective's vest
- type: entity
Expand Down

0 comments on commit 332edb0

Please sign in to comment.