From 7817c37dd0bfa0e1f69b41a8100a7b6d35f4c114 Mon Sep 17 00:00:00 2001 From: Yaroslav Nurkov <78199449+AnywayFarus@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:45:34 +0300 Subject: [PATCH] Automatic changelog for PR #2595 [ci skip] --- html/changelogs/AutoChangeLog-pr-2595.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-2595.yml diff --git a/html/changelogs/AutoChangeLog-pr-2595.yml b/html/changelogs/AutoChangeLog-pr-2595.yml new file mode 100644 index 00000000000..7536c7b45c6 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-2595.yml @@ -0,0 +1,9 @@ +author: "Pickle-Coding" +delete-after: True +changes: + - bugfix: "Fixes conservation of energy issues relating to charging powercells." + - qol: "APCs will display how much power they are using to charge their cell. This is accounted for in the power monitoring console." + - qol: "All arbitrary power cell energy units you see are replaced with prefixed joules." + - balance: "As a consequence of the conservation of energy issues getting fixed, the power consumption for charging cells is now very significant." + - balance: "APCs only use surplus power from the grid after every machine processes when charging, preventing APCs from causing others to discharge while charging." + - balance: "Engineering SMES start at max charge to combat the increased energy loss due to conservation of energy fixes." \ No newline at end of file