From 48264c8b702355e1906f7a8132e660a8aea751f2 Mon Sep 17 00:00:00 2001 From: cm13-github <128137806+cm13-github@users.noreply.github.com> Date: Sat, 16 Dec 2023 05:48:06 +0000 Subject: [PATCH] Automatic changelog for PR #5044 [ci skip] --- html/changelogs/AutoChangeLog-pr-5044.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-5044.yml diff --git a/html/changelogs/AutoChangeLog-pr-5044.yml b/html/changelogs/AutoChangeLog-pr-5044.yml new file mode 100644 index 000000000000..dff5ec834bc3 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-5044.yml @@ -0,0 +1,10 @@ +author: "Huffie56" +delete-after: True +changes: + - balance: "reduce the number of stages from 5 to 3. each stage take 6 min or 360s." + - balance: "rework the logic that handle the disease progress" + - balance: "A-Set stage_prob to zero to prevent random stage increase." + - balance: "B-add a stage_level variable that when is at-least 360 make an increase of the disease stage..." + - balance: "C-add an infection_rate variable that handle how fast the stage_level increase passively." + - balance: "D-infection_rate is quadruple when the host is dead." + - balance: "E-I also added that the goo messages (you feel warm ....) give a boost to stage_level to add some randomness to the infection progress." \ No newline at end of file