-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic changelog for PR #5044 [ci skip]
- Loading branch information
1 parent
0db0ae0
commit 48264c8
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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." |