Skip to content

Commit 284c282

Browse files
docs: add skill value framework for professions (#9775)
* Update professions.md * Update professions.md * style(autofix.ci): automated formatting * Update professions.md --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 3a17324 commit 284c282

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

docs/en/mod/json/reference/professions.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,46 @@
6060
},
6161
```
6262

63+
## Skill Level Framework
64+
65+
These are general breakpoints for skill starting values when adding professions. Remember that these are just rough guidelines, and you can certainly change things around if you feel like its neccesary or fun. Also, remember that you can assign points to skills at character creation, so make sure to judge skills based on the profession, not just on potential backstory.
66+
67+
0: NO EXPERIENCE
68+
The default level of knowledge obtained through interaction with society and general day to day tasks. Though untrained, you have a general awareness of the topic.
69+
Example: An average US high school graduate, without regard for hobbies, advanced courses, jobs, etc, would have 0 in all skills.
70+
71+
1: HOBBYIST
72+
You are a hobbyist with a small amount of experience.
73+
Example: A person who reads magazines about guns and has gone to the range once or twice would have 1 in marksmanship.
74+
75+
2: ENTHUSIAST
76+
You are an enthusiast with some experience, or have basic training in the topic.
77+
Example: A person who visits the range somewhat frequently and has learned the basics from the range instructor would have 2 in marksmanship. A soldier just finished with basic training would have 2 first aid, as they are trained but it is not their specialty, vs something like a combat medic who would have higher first aid.
78+
79+
3: Previous, but with experience
80+
81+
4: TRAINED
82+
You are trained in that skill as a specialization to an average degree. About the level of an associate's degree.
83+
Example: A soldier just finished with infantry training would have 4 in marksmanship.
84+
85+
5: Previous, but with experience
86+
87+
6: HIGHLY TRAINED
88+
You are trained in that skill as a specialization to an advanced degree. About the level of a bachelor's degree.
89+
Example: A soldier just finished with marksman training would have 6 in marksmanship.
90+
91+
7: Previous, but with experience
92+
93+
8: EXPERT
94+
You are trained in that skill as a specialization to an expert degree. About the level of a graduate degree.
95+
Example: A soldier just finished with sniper training would have 8 in marksmanship. An "average" professional athlete would have 8 in athletics.
96+
97+
9: Previous, but with experience
98+
99+
10: VETERAN
100+
You are trained to an expert degree and have years of experience of experience as well as talent surpassing others in the field.
101+
Example: A renowned professional athlete would have 10 in athletics. A tier one spec ops would have 10 in marksmanship. A high profile chemist would have 10 in cooking.
102+
63103
## Profession Item Substitutions
64104

65105
### Substitutions

0 commit comments

Comments
 (0)