From 87feb538f905f92f0207be0c067fe0d11736758a Mon Sep 17 00:00:00 2001 From: pxc1984 Date: Tue, 26 Nov 2024 23:36:29 +0300 Subject: [PATCH 1/3] ratking-buff --- Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml index 19bf16a94c5..fa0027ca70f 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml @@ -55,7 +55,7 @@ animation: WeaponArcClaw damage: types: - Slash: 12 + Slash: 16 # Sunrise-edit Piercing: 8 - type: Body prototype: Rat @@ -100,8 +100,8 @@ - FootstepSound - type: NoSlip - type: RatKing - hungerPerArmyUse: 25 - hungerPerDomainUse: 50 + hungerPerArmyUse: 15 # Sunrise-edit + hungerPerDomainUse: 50 # Sunrise-edit - type: MobsterAccent - type: Speech speechVerb: SmallMob @@ -224,8 +224,8 @@ - type: MobThresholds thresholds: 0: Alive - 15: Critical - 30: Dead + 40: Critical # Sunrise-edit + 60: Dead # Sunrise-edit - type: Stamina critThreshold: 60 - type: MeleeWeapon From bff9af8f8d8b07e75dd29c83e7d29a18f1b0caff Mon Sep 17 00:00:00 2001 From: pacable Date: Wed, 27 Nov 2024 14:08:59 +0300 Subject: [PATCH 2/3] =?UTF-8?q?=D1=83=D0=BC=D0=B5=D0=BD=D1=8C=D1=88=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BA=D1=80=D0=BE=D0=B2=D0=BE=D0=BF=D0=BE=D1=82=D0=B5?= =?UTF-8?q?=D1=80=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml index fa0027ca70f..dd8a928f192 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml @@ -122,6 +122,11 @@ attributes: gender: male - type: Sharp + # Sunrise-start + - type: BloodstreamComponent + bleedReductionAmount: 1 + bloodRefreshAmount: 1.5 + # Sunrise-end - type: entity id: MobRatKingBuff From ee8b6f03bd2140d999b699d1e05245291c4150b2 Mon Sep 17 00:00:00 2001 From: Vigers Ray <60344369+VigersRay@users.noreply.github.com> Date: Wed, 27 Nov 2024 19:47:10 +0300 Subject: [PATCH 3/3] Update regalrat.yml --- Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml index dd8a928f192..5c62f25e1a0 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml @@ -123,7 +123,7 @@ gender: male - type: Sharp # Sunrise-start - - type: BloodstreamComponent + - type: Bloodstream bleedReductionAmount: 1 bloodRefreshAmount: 1.5 # Sunrise-end