From d6e998272fbc22a3b23b89fa807ac63c34a1dee0 Mon Sep 17 00:00:00 2001 From: LaCumbiaDelCoronavirus <90893484+LaCumbiaDelCoronavirus@users.noreply.github.com> Date: Thu, 15 May 2025 03:49:57 +0800 Subject: [PATCH] Change balancing of atmos gas tank bombs (#36780) * i will put functionality in salt later * la * to 10 --- Content.Shared/Atmos/Components/GasTankComponent.cs | 2 +- Resources/ConfigPresets/WizardsDen/wizardsDen.toml | 2 +- Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Shared/Atmos/Components/GasTankComponent.cs b/Content.Shared/Atmos/Components/GasTankComponent.cs index 4214913f38..805874af33 100644 --- a/Content.Shared/Atmos/Components/GasTankComponent.cs +++ b/Content.Shared/Atmos/Components/GasTankComponent.cs @@ -91,7 +91,7 @@ public sealed partial class GasTankComponent : Component, IGasMixtureHolder /// Increases explosion for each scale kPa above threshold. /// [DataField] - public float TankFragmentScale = 2 * Atmospherics.OneAtmosphere; + public float TankFragmentScale = 2.25f * Atmospherics.OneAtmosphere; [DataField] public EntProtoId ToggleAction = "ActionToggleInternals"; diff --git a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml index 2e4c8a7531..bf34b51808 100644 --- a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml +++ b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml @@ -52,7 +52,7 @@ alert.min_players_sharing_connection = 2 allow_multi_server_play = false [atmos] -max_explosion_range = 5 +max_explosion_range = 10 [status] privacy_policy_link = "https://spacestation14.com/about/privacy/#game-server-privacy-policy" diff --git a/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml b/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml index 0dd7db2432..dd9ac8232d 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml @@ -36,7 +36,7 @@ temperature: 293.15 tankLowPressure: 30.0 - type: Explosive - explosionType: Default + explosionType: MicroBomb maxIntensity: 20 - type: MeleeWeapon wideAnimationRotation: 45 -- 2.51.2