Skip to content

Commit

Permalink
Add missing biology proficiencies to Hazmat Unit and Illicit Fleshmen…
Browse files Browse the repository at this point in the history
…der, give medical profs Burn Care (CleverRaven#56713)
  • Loading branch information
TheShadowFerret authored Apr 16, 2022
1 parent 0abaf88 commit a50a766
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
20 changes: 14 additions & 6 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@
"description": "Fresh out of med school, you've got little in the way of practical experience and just a handful of first-aid supplies. You just hope it will be enough if 'physician, heal thyself' turns out to be more literal than you expected.",
"points": 2,
"skills": [ { "level": 4, "name": "firstaid" } ],
"proficiencies": [ "prof_wound_care", "prof_wound_care_expert", "prof_intro_biology", "prof_physiology" ],
"proficiencies": [ "prof_wound_care", "prof_wound_care_expert", "prof_intro_biology", "prof_physiology", "prof_burn_care" ],
"traits": [ "PROF_MED" ],
"items": {
"both": {
Expand Down Expand Up @@ -2051,7 +2051,7 @@
{ "level": 2, "name": "melee" },
{ "level": 1, "name": "swimming" }
],
"proficiencies": [ "prof_wound_care" ],
"proficiencies": [ "prof_wound_care", "prof_burn_care" ],
"vehicle": "fire_engine",
"items": {
"both": {
Expand Down Expand Up @@ -2647,6 +2647,7 @@
"description": "As a first responder, you were direct witness to the gut-wrenching horrors of the apocalypse. Separated from most of your equipment and your unit while on call, you were forced to fight your way to safety with little more than your trusty iron and your bunker gear to protect you.",
"points": 2,
"skills": [ { "level": 2, "name": "melee" }, { "level": 1, "name": "firstaid" }, { "level": 1, "name": "swimming" } ],
"proficiencies": [ "prof_burn_care" ],
"items": {
"both": {
"items": [
Expand Down Expand Up @@ -4111,7 +4112,7 @@
{ "level": 1, "name": "electronics" },
{ "level": 3, "name": "firstaid" }
],
"proficiencies": [ "prof_wound_care", "prof_wound_care_expert", "prof_intro_biology", "prof_physiology" ],
"proficiencies": [ "prof_wound_care", "prof_wound_care_expert", "prof_intro_biology", "prof_physiology", "prof_burn_care" ],
"traits": [ "PROF_MED" ],
"vehicle": "ambulance",
"items": {
Expand All @@ -4130,7 +4131,7 @@
"description": "You were separated from your partner while out on a call. You managed to hang onto some medical supplies, but it's looking like the only life that needs saving now is yours.",
"points": 3,
"skills": [ { "level": 2, "name": "driving" }, { "level": 1, "name": "mechanics" }, { "level": 3, "name": "firstaid" } ],
"proficiencies": [ "prof_wound_care", "prof_wound_care_expert", "prof_intro_biology", "prof_physiology" ],
"proficiencies": [ "prof_wound_care", "prof_wound_care_expert", "prof_intro_biology", "prof_physiology", "prof_burn_care" ],
"traits": [ "PROF_MED" ],
"items": {
"both": {
Expand Down Expand Up @@ -4171,7 +4172,14 @@
{ "level": 2, "name": "swimming" }
],
"traits": [ "PROF_MED" ],
"proficiencies": [ "prof_spotting", "prof_wound_care", "prof_wound_care_expert", "prof_intro_biology", "prof_physiology" ],
"proficiencies": [
"prof_spotting",
"prof_wound_care",
"prof_wound_care_expert",
"prof_intro_biology",
"prof_physiology",
"prof_burn_care"
],
"items": {
"both": {
"items": [
Expand Down Expand Up @@ -4325,7 +4333,7 @@
"description": "You were deployed to autopsy one of the rioters showing feral behavior before being put down. When they got back up, you knew this was out of your job description.",
"points": 5,
"skills": [ { "level": 5, "name": "firstaid" } ],
"proficiencies": [ "prof_wound_care", "prof_wound_care_expert" ],
"proficiencies": [ "prof_wound_care", "prof_wound_care_expert", "prof_intro_biology", "prof_physiology", "prof_burn_care" ],
"traits": [ "PROF_MED" ],
"items": {
"both": {
Expand Down
1 change: 1 addition & 0 deletions data/mods/Magiclysm/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@
"points": 4,
"spells": [ { "id": "light_healing", "level": 3 } ],
"skills": [ { "level": 3, "name": "firstaid" }, { "level": 2, "name": "spellcraft" } ],
"proficiencies": [ "prof_wound_care", "prof_intro_biology", "prof_burn_care" ],
"items": {
"both": {
"items": [ "longshirt", "pants", "socks", "sneakers", "gloves_medical", "coat_lab", "xacto", "wristwatch" ],
Expand Down

0 comments on commit a50a766

Please sign in to comment.