From f978959a3f890f4236a6e407c6febfc4b4c85112 Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Tue, 19 Dec 2023 19:02:20 -0700 Subject: [PATCH] Make airlocks able to be broken down (still strong) and modify a damage container to make more sense (#22764) airlog and damage modifier set --- Resources/Prototypes/Damage/modifier_sets.yml | 2 +- .../Structures/Doors/Airlocks/base_structureairlocks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Damage/modifier_sets.yml b/Resources/Prototypes/Damage/modifier_sets.yml index 16e23b306d..b316469721 100644 --- a/Resources/Prototypes/Damage/modifier_sets.yml +++ b/Resources/Prototypes/Damage/modifier_sets.yml @@ -90,7 +90,7 @@ Shock: 0 flatReductions: Blunt: 5 - Slash: 7 + Slash: 5 Piercing: 5 Heat: 5 Structural: 12.5 diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml index 5247abd997..d6dc74efd0 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml @@ -108,7 +108,7 @@ - type: Occluder - type: Damageable damageContainer: StructuralInorganic - damageModifierSet: StructuralMetallic + damageModifierSet: StrongMetallic - type: Destructible thresholds: - trigger: -- 2.51.2