feat: Silat revised. Added 1H_HOOKED #4153
Merged
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.
Purpose of change
HOOKED_POLES
to several weapons that are a bit too short to be considered polearms. And I think sickles being considered short swords is a bit of a stretch.Describe the solution
Adds
1H_HOOKED
category to game, as a catch all for any 1H hooking weapons that don't fall under1H_HAMMERS
or1H_AXES
. Migrated the crowbars and the sickle to it. Adds1H_HOOKED
to fior di battaglia because hooking is literally it's whole schtick.Adds all versions of machete to silat under special weapons, as
SHORT_SWORDS
is expansive (including stuff like the wakizashi, cutlass, etc) and because silat already has access to a large repertoire of main weapon categories as is.Describe alternatives you've considered
Testing
Load game, machete usable by silat. Check that crowbars have One-handed hooking category and are usable by fior, as is the sickle.
Additional context
Would be nice if we could specify hooking attacks that check if a weapon is capable of using them, but that's work that I'm not volunteering for.
Checklist