-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New characters start with basic life skills #67663
Conversation
Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details. Click to expand
This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to |
Co-authored-by: Antti Riikonen <[email protected]>
Co-authored-by: Antti Riikonen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debatably we could put a few of these together, like adding social to high school graduate. Or driver's license could add driving 1 but so could mundane survival.
I made them modular on purpose so that it's easier to remove the specific thing you don't want. But I can condense them if necessary. |
You need rules for the translation parser. I believe you can just set it to null for this |
If it would take "a day of dedicate work" to reach lvl 1 in a skill (as per #67580), shouldn't there be some sort of point cost for these? Not that 1 skill point is worth 1 point, but perhaps we could make the point system more granular or lump all "normal skills" into one and make that worth 1-2 points, or have "don't know shit" profession without these starting skills that are worth a point or two? |
Points are going away after next stable, no need to worry about that |
Won't points still be considered for the "knowledge: average" etc stuff or will they be removed entirely? |
Pretty sure points are useless. See #64697 for how the new system works |
Ah, thanks for telling me. |
Even regardless, that's a suggestion issue for goals and planning and shouldn't be treated as a design document. |
How will this affect the "knowledge" score? Has that been adjusted? Someone with only these basic life skills should probably still be Weak and not Average (but not Underpowered) since that means they literally just coasted through high school and haven't learned anything beyond the absolute bare minimum. |
I think the char gen screen does need adjusting, but it doesn't need to be in this pr |
Summary
Balance "Characters start with basic skills from their previous life"
Purpose of change
Part of #67580
Describe the solution
Describe alternatives you've considered
Testing
Additional context