From 7042ff1416a71784f205daa2cf63595dd5817d93 Mon Sep 17 00:00:00 2001 From: Justin Jacobs Date: Tue, 7 Jan 2025 15:29:00 -0500 Subject: [PATCH] Update RELEASE_NOTES.txt --- RELEASE_NOTES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index c1b7e8935..f84c51fad 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -21,6 +21,9 @@ Engine features: * Stats on the character page are now organized by categories: Core, Offense, Defense, and Misc. * Speed and Attack Speed are now able to be shown in the Character menu. * Events can now use 'book=close' to close the active book. +* Damage Types and Elements have been combined. engine/elements.txt is still supported, but new mods should use engine/damage_types.txt. +* Powers that deal non-elemental damage will now apply additional elemental damage based on the damage stats for said elements. +* Power 'trait_elemental' now works with all damage types (despite the name). Any additional damage bonuses for the specified damage type will apply on top of the converted damage. * Android: Enabled use of external input devices (gamepads, keyboards, mice) Engine fixes: