diff --git a/Enderal - Forgotten Stories.esm b/Enderal - Forgotten Stories.esm index 9a516e9c..5f7a2280 100644 Binary files a/Enderal - Forgotten Stories.esm and b/Enderal - Forgotten Stories.esm differ diff --git a/Enderal SE v2.1.2 Changelog.txt b/Enderal SE v2.1.3 Changelog.txt similarity index 99% rename from Enderal SE v2.1.2 Changelog.txt rename to Enderal SE v2.1.3 Changelog.txt index 1e409a1a..b8385e4c 100644 --- a/Enderal SE v2.1.2 Changelog.txt +++ b/Enderal SE v2.1.3 Changelog.txt @@ -6,6 +6,12 @@ See https://en.wiki.sureai.net/Enderal:Patch for the list of official patches up Beware, spoilers ahead! +2.1.3 (TBD) +- Fixed package of an NPC in the main cavern of the Undercity sometimes causing a crash. +- Fixed the Chymicum Vitality health bonus remaining active after the effect's expiration. +- Reduced damage dealt by lower level wisps from x5 to x3.5. + + 2.1.2 (2024-08-01) - Entropic Blood fixes: -- Controlled actor no longer remains hostile to player. diff --git a/SKSE/Plugins/EnderalVersion.ini b/SKSE/Plugins/EnderalVersion.ini index c7c0056d..e114886c 100644 --- a/SKSE/Plugins/EnderalVersion.ini +++ b/SKSE/Plugins/EnderalVersion.ini @@ -1 +1 @@ -version = 2.1.2 +version = 2.1.3 diff --git a/scripts/_00E_EnderalVersion.pex b/scripts/_00E_EnderalVersion.pex index bf657b7c..3796b696 100644 Binary files a/scripts/_00E_EnderalVersion.pex and b/scripts/_00E_EnderalVersion.pex differ diff --git a/source/scripts/_00E_EnderalVersion.psc b/source/scripts/_00E_EnderalVersion.psc index 5eb5ccd4..06cacdde 100644 --- a/source/scripts/_00E_EnderalVersion.psc +++ b/source/scripts/_00E_EnderalVersion.psc @@ -11,7 +11,7 @@ float function _GetVersionFull() global ; C - backward-compatible update ; D - hotfix ; E - build - return 2120.0 + return 2130.0 endfunction int function GetVersion() global