From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Fri, 8 Dec 2023 18:46:28 +0000 (-0500) Subject: Rat king fixes + buffs (#22247) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8fa47b87fb7f27983c1e73e6c6975d5873c0505f;p=space-station-14.git Rat king fixes + buffs (#22247) * fix minor typo * add doafter range * increase miasma release --- diff --git a/Content.Shared/RatKing/RatKingComponent.cs b/Content.Shared/RatKing/RatKingComponent.cs index 43c2858de8..f2b06344c1 100644 --- a/Content.Shared/RatKing/RatKingComponent.cs +++ b/Content.Shared/RatKing/RatKingComponent.cs @@ -49,7 +49,7 @@ public sealed partial class RatKingComponent : Component /// How many moles of Miasma are released after one us of Domain /// [DataField("molesMiasmaPerDomain"), ViewVariables(VVAccess.ReadWrite)] - public float MolesMiasmaPerDomain = 100f; + public float MolesMiasmaPerDomain = 200f; /// /// The current order that the Rat King assigned. diff --git a/Content.Shared/RatKing/SharedRatKingSystem.cs b/Content.Shared/RatKing/SharedRatKingSystem.cs index 5ae01ebb98..d7a8ee5460 100644 --- a/Content.Shared/RatKing/SharedRatKingSystem.cs +++ b/Content.Shared/RatKing/SharedRatKingSystem.cs @@ -119,7 +119,8 @@ public abstract class SharedRatKingSystem : EntitySystem { BlockDuplicate = true, BreakOnDamage = true, - BreakOnUserMove = true + BreakOnUserMove = true, + DistanceThreshold = 2f }); } }); diff --git a/Resources/Prototypes/Reagents/gases.yml b/Resources/Prototypes/Reagents/gases.yml index 50e744a8ac..7f765f6d23 100644 --- a/Resources/Prototypes/Reagents/gases.yml +++ b/Resources/Prototypes/Reagents/gases.yml @@ -240,7 +240,7 @@ scaleByQuantity: true ignoreResistances: true damage: - Groups: + groups: Brute: -5 Burn: -5