From b2ecd82acca3266bd23302466a6e49af05a846b3 Mon Sep 17 00:00:00 2001 From: omuretsu <84951833+Snarling@users.noreply.github.com> Date: Tue, 3 Jan 2023 10:25:05 -0500 Subject: [PATCH] Update changelog --- doc/source/changelog.rst | 6 +++++- src/Constants.ts | 8 +++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 201e16fb0..75155fa34 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -11,7 +11,8 @@ Hotfixes: * Fixed some issues with savegames failing to load, or causing the main engine loop to stall after load. * Fixed an issue where .script files were not receiving the correct args when ran * Fixed an issue with sleeve HP calculation -* Fixed an issue with faction XP gain being extremely high (may have been a longstanding issue) +* Possible fix for MathJax "Typesetting Failed" errors +* The Faction Work XP fix listed below was also added during hotfixes. Dev notes @@ -62,6 +63,9 @@ TUTORIAL * Removed NS1/NS2 selection. Tutorial now only references .js files (NS1 is essentially deprecated) (@Mughur) * Fix Ram Text (by @jaculler) +FACTION WORK +* Faction XP was unintentionally providing 20x the experience gain as it did prior to v2.0. This caused faction work to exceed gym/university as the optimal way to gain experience. Values have been reduced to only about 2x what they were prior to v2.0, and they are no longer better than gym/university. + NETSCRIPT * Base NS API: diff --git a/src/Constants.ts b/src/Constants.ts index 440d37622..6a14b3ec4 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -237,7 +237,8 @@ export const CONSTANTS: { * Fixed some issues with savegames failing to load, or causing the main engine loop to stall after load. * Fixed an issue where .script files were not receiving the correct args when ran * Fixed an issue with sleeve HP calculation - * Fixed an issue with faction XP gain being extremely high (may have been a longstanding issue) + * Possible fix for MathJax "Typesetting Failed" errors + * The Faction Work XP fix listed below was also added during hotfixes. v2.2.0 - Jan 2 2023 Development Reboot @@ -290,6 +291,11 @@ export const CONSTANTS: { * Removed NS1/NS2 selection. Tutorial now only references .js files (NS1 is essentially deprecated) (@Mughur) * Fix Ram Text (by @jaculler) + FACTION WORK + * Faction XP was unintentionally providing 20x the experience gain as it did prior to v2.0. This caused faction work + to exceed gym/university as the optimal way to gain experience. Values have been reduced to only about 2x what + they were prior to v2.0, and they are no longer better than gym/university. + NETSCRIPT * Added ns.pid property to access a script's PID without a function call. (@jeek) * Much faster API wrapping on script launch. (@d0sboots) To support this, ns functions need to keep their "this"