From a7db20df41b4f45cc05a2b179ebe6704205de0cc Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:20:09 +0200 Subject: [PATCH] Increase uranium window health (#38040) init --- .../Prototypes/Entities/Structures/Windows/ruranium.yml | 8 ++++---- .../Prototypes/Entities/Structures/Windows/uranium.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Windows/ruranium.yml b/Resources/Prototypes/Entities/Structures/Windows/ruranium.yml index d627db4c71..b1ab547f48 100644 --- a/Resources/Prototypes/Entities/Structures/Windows/ruranium.yml +++ b/Resources/Prototypes/Entities/Structures/Windows/ruranium.yml @@ -15,13 +15,13 @@ thresholds: - trigger: !type:DamageTrigger - damage: 300 + damage: 450 behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] - trigger: !type:DamageTrigger - damage: 150 + damage: 225 behaviors: - !type:PlaySoundBehavior sound: @@ -85,13 +85,13 @@ thresholds: - trigger: !type:DamageTrigger - damage: 150 + damage: 225 behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] - trigger: !type:DamageTrigger - damage: 75 + damage: 113 behaviors: - !type:PlaySoundBehavior sound: diff --git a/Resources/Prototypes/Entities/Structures/Windows/uranium.yml b/Resources/Prototypes/Entities/Structures/Windows/uranium.yml index 5d006a367f..82905f90a1 100644 --- a/Resources/Prototypes/Entities/Structures/Windows/uranium.yml +++ b/Resources/Prototypes/Entities/Structures/Windows/uranium.yml @@ -16,13 +16,13 @@ thresholds: - trigger: !type:DamageTrigger - damage: 150 + damage: 200 behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] - trigger: !type:DamageTrigger - damage: 75 + damage: 100 behaviors: - !type:PlaySoundBehavior sound: @@ -81,13 +81,13 @@ thresholds: - trigger: !type:DamageTrigger - damage: 75 + damage: 100 behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] - trigger: !type:DamageTrigger - damage: 37 + damage: 50 behaviors: - !type:PlaySoundBehavior sound: -- 2.51.2