Skip to content

Commit

Permalink
Apply suggestions and add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Aug 14, 2023
1 parent 02bb42b commit 403377f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/hobbies.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"subtype": "hobby",
"id": "driving_license",
"name": "Driving License",
"description": "You got your driving license and know how to drive a car.",
"description": "You got your driving license and know how to drive a car, change the oil and tires, and other basics.",
"points": 0,
"skills": [ { "level": 1, "name": "driving" } ]
"skills": [ { "level": 2, "name": "driving" }, { "level": 1, "name": "mechanics" } ]
},
{
"type": "profession",
Expand All @@ -30,8 +30,8 @@
{
"type": "profession",
"subtype": "hobby",
"id": "socially_adequate",
"name": "Socially Adequate",
"id": "social_skills",
"name": "Social Skills",
"description": "You've spent a significant portion of your life living among other people and are familiar with social norms. You know how to talk with other people, and how to convey your emotions and understand those of others.",
"points": 0,
"skills": [ { "level": 1, "name": "speech" } ]
Expand Down
14 changes: 14 additions & 0 deletions data/json/profession_groups.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"type": "profession_group",
"id": "adult_basic_background",
"professions": [
"driving_license",
"simple_home_cooking",
"computer_literate",
"social_skills",
"high_school_graduate",
"mundane_survival"
]
}
]

0 comments on commit 403377f

Please sign in to comment.