From fdc2795d4d489e77a0052aa650fe96d8df854e7f Mon Sep 17 00:00:00 2001 From: TryPank Date: Sun, 4 May 2025 19:22:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D1=84=D1=84=20=D0=BA=D0=BE=D1=80?= =?UTF-8?q?=D0=BE=D0=BB=D1=8F=20=D0=BA=D1=80=D1=8B=D1=81=20(#2032)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tajikartem@yandex.ru --- Content.Shared/RatKing/RatKingComponent.cs | 2 +- Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Shared/RatKing/RatKingComponent.cs b/Content.Shared/RatKing/RatKingComponent.cs index e0b180b4aa..fbb320f07b 100644 --- a/Content.Shared/RatKing/RatKingComponent.cs +++ b/Content.Shared/RatKing/RatKingComponent.cs @@ -102,7 +102,7 @@ public sealed partial class RatKingComponent : Component // Sunrise-start [DataField] - public int MaxArmyCount = 12; + public int MaxArmyCount = 20; // Sunrise-end } diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml index 85c323cb8f..5a3c07af56 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml @@ -247,8 +247,8 @@ animation: WeaponArcClaw damage: types: - Slash: 5 - Piercing: 3 + Slash: 7 # Sunrise-Edit + Piercing: 3 # Sunrise-Edit - type: Body prototype: Rat requiredLegs: 1 # TODO: More than 1 leg