From 50f58af1cc8b969bb4840d53b820c146c8fccb7f Mon Sep 17 00:00:00 2001 From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:47:15 -0500 Subject: [PATCH] Automatic changelog generation for PR #2684 [ci skip] --- html/changelogs/AutoChangeLog-pr-2684.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-2684.yml diff --git a/html/changelogs/AutoChangeLog-pr-2684.yml b/html/changelogs/AutoChangeLog-pr-2684.yml new file mode 100644 index 00000000000..a70f37510a1 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-2684.yml @@ -0,0 +1,16 @@ +author: DeltaFire15 +delete-after: true +changes: + - balance: Lizards are now coldblooded (they have no natural bodytemperature stabilization + besides the environment). + - balance: Coldblooded creatures also have an inefficient form of thermogenesis + they can use to heat up. + - balance: Lizards dislike the cold (<15°C / when you start shivering) and like + warmth (30°C-60°C), which can affect mood. + - balance: Lizards no longer have a 1.5 cold damage modifier. + - balance: Having somebody in an aggressive grab will share temperature between + the grabber and grabbed target over time (respecting insulation). + - balance: Drinking blood as a moth now has a weaker mood buff. + - balance: Naval coffee now has a weaker mood buff. + - bugfix: Temperature protection values returned by the getter are no longer very + very slightly off the value they should be. Thanks decimal precision.