From 4739ce71c5f4c29b83e69cf258223b996f5afe93 Mon Sep 17 00:00:00 2001 From: K-Dynamic <20566341+K-Dynamic@users.noreply.github.com> Date: Thu, 24 Jul 2025 21:44:55 +1200 Subject: [PATCH] Makes cold slowdown less punishing (#36316) --- Resources/Prototypes/Entities/Mobs/Species/base.yml | 6 +++--- Resources/Prototypes/Entities/Mobs/Species/moth.yml | 6 +++--- Resources/Prototypes/Entities/Mobs/Species/reptilian.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index 849e65f3b2..9ecce3904d 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -249,9 +249,9 @@ Heat: 1.5 #per second, scales with temperature & other constants - type: TemperatureSpeed thresholds: - 293: 0.8 - 280: 0.6 - 260: 0.4 + 293: 0.9 + 280: 0.8 + 260: 0.7 - type: ThermalRegulator metabolismHeat: 800 radiatedHeat: 100 diff --git a/Resources/Prototypes/Entities/Mobs/Species/moth.yml b/Resources/Prototypes/Entities/Mobs/Species/moth.yml index baa89a86cf..54ad2d0f47 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/moth.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/moth.yml @@ -68,9 +68,9 @@ Heat : 3 #per second, scales with temperature & other constants - type: TemperatureSpeed thresholds: - 289: 0.8 - 275: 0.6 - 250: 0.4 + 289: 0.9 + 275: 0.8 + 250: 0.7 - type: Sprite # sprite again because we want different layer ordering noRot: true drawdepth: Mobs diff --git a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml index efa4660032..1d9737dd47 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml @@ -65,9 +65,9 @@ Heat : 1.5 #per second, scales with temperature & other constants - type: TemperatureSpeed thresholds: - 301: 0.8 - 295: 0.6 - 285: 0.4 + 301: 0.9 + 295: 0.8 + 285: 0.7 - type: Wagging - type: Inventory speciesId: reptilian -- 2.51.2