Skip to content

Commit

Permalink
Adds SuitStorageComponent to DeltaV Armor (DeltaV-Station#1520)
Browse files Browse the repository at this point in the history
# Description

It was missing for some reason and made using them absolutely horrible.

---

# Changelog

:cl:
- tweak: Tweaked DeltaV armors
  • Loading branch information
BlueHNT authored Jan 12, 2025
1 parent c64e878 commit 54ac894
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Basic armor vest replacement
- type: entity
parent: ClothingOuterBaseMedium
parent: [ClothingOuterBaseMedium, AllowSuitStorageClothing]
id: ClothingOuterArmorPlateCarrier
name: plate carrier
description: A large and bulky carrier featuring steel plates that offer decent protection against gunfire.
Expand All @@ -24,7 +24,7 @@

#Alternate / slim basic armor vest replacement
- type: entity
parent: ClothingOuterBaseMedium
parent: [ClothingOuterBaseMedium, AllowSuitStorageClothing]
id: ClothingOuterArmorDuraVest
name: durathread vest
description: A tight-fitting and sturdy armor vest, reinforced with durathread weave to protect against sharp objects and blunt force trauma.
Expand All @@ -44,7 +44,7 @@
damageCoefficient: 0.90

- type: entity
parent: ClothingOuterBaseLarge
parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing]
id: ClothingOuterArmorARC
name: ARCS
description: The Advanced Riot Control Suit, or ARCS for short, is generally regarded as far too bulky and overly hot for any practical use - but when the riots are raging, most officers invariably take great comfort from the thick and claustrophobic padding.
Expand Down

0 comments on commit 54ac894

Please sign in to comment.