Skip to content

Commit

Permalink
Adds Chemist as a profession
Browse files Browse the repository at this point in the history
  • Loading branch information
Maze-GitHub authored Nov 16, 2024
1 parent 4a03734 commit 0554e99
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,41 @@
"male": { "entries": [ { "item": "briefs" } ] },
"female": { "entries": [ { "item": "bra" }, { "item": "panties" } ] }
}
},
{
"type": "profession",
"id": "chemist",
"name": "Chemist",
"description": "Your experience in the field of chemistry is undeniable, owing to all the years you spent in the lab. With your colleagues presumably dead and all the institutions of science overrun, you wonder if Alchemy will be making its return.",
"npc_background": "BG_survival_story_LAB",
"points": 4,
"skills": [ { "level": 6, "name": "chemistry" } ],
"proficiencies": [
"prof_intro_chemistry",
"prof_organic_chemistry",
"prof_inorganic_chemistry",
"prof_intro_chem_synth",
"prof_chem_synth",
"prof_distilling"
],
"items": {
"both": {
"entries": [
{ "item": "dress_shirt" },
{ "item": "pants", "variant": "pants_stone" },
{ "item": "socks" },
{ "item": "boots" },
{ "item": "coat_lab" },
{ "item": "gloves_rubber" },
{ "item": "glasses_safety" },
{ "item": "wristwatch" },
{ "group": "charged_smart_phone" },
{ "group": "starter_wallet_full" }
]
},
"male": { "entries": [ { "item": "briefs" } ] },
"female": { "entries": [ { "item": "bra" }, { "item": "panties" } ] }
}
},
{
"type": "profession",
Expand Down

0 comments on commit 0554e99

Please sign in to comment.