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.
About The Pull Request
Cleans up the base files for hostile humans. Created some datum types that make NPC creation a little more modular and makes updating NPC skills en masse a whole lot easier. This is far from a perfect solution still, but it's a big improvement from what it was. This system could probably also be applied to rousman and orcs for NPC rollout.
To account for skill squash I also added a new subtype for each of these with average skills. Some skills might have been lost in translation but it's probably bound to happen.
Why It's Good For The Game
Like I said, this isn't a perfect set of code. But I'd really rather not spend a lot more time on this system because my project queue isn't getting any shorter when I need to detour to do these things.
Changelog
🆑
code: Improved hostile human code organization
/:cl:
Pre-Merge Checklist