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.
Summary
Bugfixes "Restored missing mutations to the Black Dragon category"
Purpose of change
Due to the awkward organization of the Magiclysm mutation files, several mutations intended to be associated with the Black Dragon mutation category were not accessible. This adds them back.
I also moved a Chimera mutation out of the file meant for black dragon mutations (mutations.json) to the general mutation file (mutation.json, no 's'). I will be moving and renaming these files in a future PR to prevent further confusion like this.
Describe the solution
Instead of doing copy-extend in a separate file, I edited the relevant mutations to directly reference the Black Dragon category and threshold as appropriate.
Describe alternatives you've considered
Testing
Spawned in with a bunch of black dragon serum, used it until I stopped getting mutation. Previously, I would not be getting the various Greater Mana Regeneration etc. mutations, but now I do.
Additional context
I originally submitted these changes as part of #52464, but was asked to split the fixes and the reorganization into separate PRs. This is the first one with just the fixes.