diff --git a/Enderal SE v2.1.4 Changelog.txt b/Enderal SE v2.1.4 Changelog.txt index 31dc5868..96ce9a0f 100644 --- a/Enderal SE v2.1.4 Changelog.txt +++ b/Enderal SE v2.1.4 Changelog.txt @@ -9,12 +9,14 @@ Beware, spoilers ahead! 2.1.4 (TBD) - Chinese Simplified localization revision by DaisyComment (no translation of lines added after 2.0.12.4 yet). - Dimension Rift might get stuck in an infinite effect+sound loop if player left the cell while it's active. -- Effects of unique ingredients are discovered automatically when they are added to the inventory. +- Effects of unique ingredients are visible automatically. -- Revised alchemy. Consistency and distribution changes across almost all ingredients due to lack of a coherent alchemy system prior to this patch. Most notable of them are: --- Merged two identical 'Damage Stamina' groups and 'Drain Stamina' into a single 'Damage Stamina' group, applying damage over time. --- Merged identical 'Damage Mana' and 'Mana damaged' groups and 'Damage Mana temporary' into a single 'Damage Mana' group, applying damage over time. +- Revised alchemy. Consistency and distribution changes across almost all ingredients due to lack of a coherent alchemy system prior to this patch, such as: +-- Merged two redundant 'Damage Stamina' groups and 'Drain Stamina' into a single 'Damage Stamina' group, applying damage over time. +-- Merged two redundant `Health Damage` groups and 'Poison Damage' into a single 'Poison Damage' group, applying damage over time. +-- Merged redundant 'Damage Mana' and 'Mana damaged' groups and 'Damage Mana temporary' into a single 'Damage Mana' group, applying damage over time. -- Significantly increased effect from 'Damage Mana' and 'Damage Stamina' to finally make them useful. +-- Fixed ingredients having duplicated or contradicting effects (for example, Damage and Restore Health). -- Fixed the 'Slow' effect almost never working due to an engine bug. OverDev: diff --git a/Merged Damage Health.esp b/Merged Damage Health.esp new file mode 100644 index 00000000..6fb7f188 Binary files /dev/null and b/Merged Damage Health.esp differ diff --git a/Merged Damage Mana.esp b/Merged Damage Mana.esp index 8f76a6be..822c9bc9 100644 Binary files a/Merged Damage Mana.esp and b/Merged Damage Mana.esp differ diff --git a/Merged Damage Stamina.esp b/Merged Damage Stamina.esp index b20b3265..78d97f1c 100644 Binary files a/Merged Damage Stamina.esp and b/Merged Damage Stamina.esp differ