feat(balance): Make Stylish trait the default behavior, add Unstylish trait #5826
+33
−22
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.
Checklist
Required
main
so it won't cause conflict when updatingmain
branch later.doc/
folder.data/json/obsoletion/
folder or use some other migration process for existing saves.Purpose of change
It felt a little silly to have to spend two whole points on your character appreciating wearing fancy clothing. Plus, it generally makes more sense for liking fancy clothing to be the default behavior.
Describe the solution
Stylish
, making its behavior the default stateFashion Deficient
, a new negative trait that takes away the morale boost for 1 extra point during character creation.UNSTYLISH
instead of the now-obsoleteSTYLISH
(except No Hope, because it's funny)Describe alternatives you've considered
Stylish
Still feels a bit weird to have to spend points on what should be default behavior (and a 0-point trait would just be weird)
Fashion Deficient
to 2 to matchStylish
's old costI just don't think it's particularly worth 2 points, but I'm perfectly happy to change it to be 2 points if that's what's preferred.
Testing
It builds, it functions, it works on my machine.
Additional context
Any suggestions for more starting traits that could use an inversion are appreciated.
Considering at least taking the first step towards making
Self Aware
default behavior