From 10d72bcdaa55427f9702debe4782a6d4a88aebbc Mon Sep 17 00:00:00 2001 From: john Date: Mon, 20 Jul 2026 22:10:25 +0200 Subject: [PATCH 1/3] ARCS slowdown 15% explosion resist 40% --- .../_DV/Entities/Clothing/OuterClothing/armor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml index e3e59f6a5f5..95426483219 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml @@ -75,10 +75,10 @@ - type: StaminaResistance damageCoefficient: 0.5 - type: ClothingSpeedModifier - walkModifier: 0.75 - sprintModifier: 0.75 + walkModifier: 0.85 + sprintModifier: 0.85 - type: ExplosionResistance # Almost as good as a plate carrier! Still not going to save you from most bombs though. - damageCoefficient: 0.80 + damageCoefficient: 0.60 - type: GroupExamine - type: AllowSuitStorage - type: Tag From 6bdbe255ea1349621f7d7f05d54ddcc2c2822aa3 Mon Sep 17 00:00:00 2001 From: john Date: Mon, 20 Jul 2026 22:27:37 +0200 Subject: [PATCH 2/3] Comment on the explosion resistance of the ARCS --- .../Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml index 95426483219..c5671a99332 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml @@ -77,7 +77,7 @@ - type: ClothingSpeedModifier walkModifier: 0.85 sprintModifier: 0.85 - - type: ExplosionResistance # Almost as good as a plate carrier! Still not going to save you from most bombs though. + - type: ExplosionResistance # Same protection as the Advanced Plate Carrier. damageCoefficient: 0.60 - type: GroupExamine - type: AllowSuitStorage From fd86ac55035fe01cb6bc9b9095f3469ac61b4660 Mon Sep 17 00:00:00 2001 From: john Date: Sun, 2 Aug 2026 20:25:36 +0200 Subject: [PATCH 3/3] Replaces the ARCS with the upstream riot suit, riot suit now has 40% explosion resist --- Resources/Prototypes/Catalog/Fills/Crates/armory.yml | 2 +- .../Prototypes/Entities/Clothing/OuterClothing/armor.yml | 2 +- .../_DV/Entities/Clothing/OuterClothing/armor.yml | 8 +++----- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Crates/armory.yml b/Resources/Prototypes/Catalog/Fills/Crates/armory.yml index 9e01feb50e4..dbc7c9bb490 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/armory.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/armory.yml @@ -89,7 +89,7 @@ containers: entity_storage: !type:AllSelector children: - - id: ClothingOuterArmorARC # DeltaV - ClothingOuterArmorRiot replaced in favour of ARC suit + - id: ClothingOuterArmorRiot # DeltaV - Reverted back to the riot suit amount: 2 - id: ClothingHeadHelmetRiot amount: 2 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml index 007871b7269..6342f3540c9 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml @@ -334,7 +334,7 @@ Heat: 0.9 Caustic: 0.9 - type: ExplosionResistance - damageCoefficient: 0.9 + damageCoefficient: 0.6 # DeltaV - Changed from 10% explosion resist to 40% - type: GroupExamine - type: entity diff --git a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml index c5671a99332..860e4adb9d9 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/armor.yml @@ -71,12 +71,10 @@ Blunt: 0.40 Slash: 0.40 Piercing: 0.70 - Heat: 0.70 - - type: StaminaResistance - damageCoefficient: 0.5 + Heat: 0.90 + Caustic: 0.90 - type: ClothingSpeedModifier - walkModifier: 0.85 - sprintModifier: 0.85 + sprintModifier: 0.90 - type: ExplosionResistance # Same protection as the Advanced Plate Carrier. damageCoefficient: 0.60 - type: GroupExamine