diff --git a/Enderal SE v2.1.4 Changelog.txt b/Enderal SE v2.1.4 Changelog.txt index 40ac6c2d..70331015 100644 --- a/Enderal SE v2.1.4 Changelog.txt +++ b/Enderal SE v2.1.4 Changelog.txt @@ -10,16 +10,19 @@ Beware, spoilers ahead! - 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. - Fixed missing damage from spectral arrows, produced by the Arcane Arrow affinity. -- 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, 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 two redundant `Health Damage` groups and 'Poison Damage' into a single 'Poison Damage' group, applying damage over time. One of the merged effects used to revert itself immediately after expiration. -- 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). --- 'Increase Arcane Fever' no longer takes a whole slot in ingredient effects (it is still applied automatically with Restore Health). +-- Increased base Fire, Frost, Shock, and Magic Resistance from 3 to 10%, which translates to 17/23/30% at Alchemy 15/50/100. +-- Some combinations of Fire Resistance, Shock Resistance, and Water Breathing worked for 0 seconds. +-- All ingredients, except one, allowed Water Breathing for less than 10 seconds. All Water Breathing durations have been increased to 60. +-- Significantly, at least x10, increased effect from 'Damage Mana' and 'Damage Stamina' poisons to finally make them useful. +-- Fixed several ingredients having duplicated or contradicting effects (for example, Damage and Restore Health). +-- 'Increase Arcane Fever' no longer occupies a whole slot in ingredient effects (it is still applied automatically with Restore Health). -- Fixed the 'Slow' effect almost never working due to an engine bug. +-- Effects of unique ingredients are known from the start. OverDev: - Fixed UV maps and collision: awning01.nif, clothesline02.nif, rocks03.nif, temple_peak_00 new.nif, clayhousewallshelf03.nif, impjailwall02.nif, ramrod.nif, well01.nif, whintwoodladder01.nif diff --git a/Fixed Frost Resistance.esp b/Fixed Frost Resistance.esp new file mode 100644 index 00000000..6febef3d Binary files /dev/null and b/Fixed Frost Resistance.esp differ diff --git a/Fixed Magic Resistance.esp b/Fixed Magic Resistance.esp new file mode 100644 index 00000000..f8c9654e Binary files /dev/null and b/Fixed Magic Resistance.esp differ diff --git a/Fixed Shock Resistance.esp b/Fixed Shock Resistance.esp new file mode 100644 index 00000000..e020d045 Binary files /dev/null and b/Fixed Shock Resistance.esp differ diff --git a/Fixed Water Breathing.esp b/Fixed Water Breathing.esp new file mode 100644 index 00000000..b34fe539 Binary files /dev/null and b/Fixed Water Breathing.esp differ diff --git a/Increase Peakdasher Invisibility.esp b/Increase Peakdasher Invisibility.esp new file mode 100644 index 00000000..4706158f Binary files /dev/null and b/Increase Peakdasher Invisibility.esp differ diff --git a/Merged Damage Health.esp b/Merged Damage Health.esp index 6fb7f188..f167905c 100644 Binary files a/Merged Damage Health.esp and b/Merged Damage Health.esp differ diff --git a/Merged Damage Mana.esp b/Merged Damage Mana.esp index 822c9bc9..dcd4129f 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 78d97f1c..a56d3e96 100644 Binary files a/Merged Damage Stamina.esp and b/Merged Damage Stamina.esp differ diff --git a/Remove Arcane Fever slot.esp b/Remove Arcane Fever slot.esp index 2ae942bf..828acb7c 100644 Binary files a/Remove Arcane Fever slot.esp and b/Remove Arcane Fever slot.esp differ