Added new profession: Mixed Martial Artist #72395
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.
Adds Mixed Martial Artist profession
Summary
Content "Adds new profession: Mixed Martial Artist"
Purpose of change
Adds a profession that can start with multiple combat styles
Describe the solution
Adds Mixed Martial Artist as a profession. Starting equipment is minimal and has skill level 3 in Unarmed and Melee. The main gimmick of the profession is that they start with any 3 of the following martial art styles:
Describe alternatives you've considered
The martial arts used by the profession the most common styles I've found used by actual MMA fighters. Pankration is a stand in for Wrestling. While the actual training for each MMA fighter can differ greatly, using common styles is the simplest way to add the style to the game. The player can still add other styles to their character through other methods.
Testing
Additional context
The main reason for adding this profession is to demonstrate how a profession can start with more than one style from a given list. Currently, professions either start with a specific style (Fencer) or pick a single style (Martial Artist) from a list.
I may consider adding another profession that starts with more than one specific to demonstrate that function in character creation.