fix(HealthColors): v2.1.3 - Hardened setting validation#2234
Open
steverobertsuk wants to merge 2 commits into
Open
fix(HealthColors): v2.1.3 - Hardened setting validation#2234steverobertsuk wants to merge 2 commits into
steverobertsuk wants to merge 2 commits into
Conversation
- Fixed handling of empty or whitespace-only `USEBLOOD` values to default to hurt FX. - Enhanced validation for `!aura` settings, including percentage thresholds and color formats. - Added normalization functions for percentage, positive numbers, Yes/No/Off settings, and track names. - Updated version number and changelog for release.
Signed-off-by: Steve Roberts <steve@shadowcomputers.co.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[2.1.3] – 2026-05-22 · Milestone
Fixed
USEBLOODvalue as a custom FX name. The script now trims and validates the attribute before FX lookup, so fetched/imported characters with a blank override fall back to the default hurt FX instead of whispering a missing custom FX warning.!aurasetting validation for the remaining editable values. Percentage thresholds now reject invalid input, heal/hurt colors require valid hex values, yes/no/off settings are normalized, and blank death sound names no longer overwrite the previous value.