diff --git a/data/json/professions.json b/data/json/professions.json index 5f8d8a223e09e..be08f98cb9bef 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -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": { @@ -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": { @@ -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": [ @@ -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": { @@ -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": { @@ -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": [ @@ -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": { diff --git a/data/mods/Magiclysm/professions.json b/data/mods/Magiclysm/professions.json index 0b0e075b5b94d..b0f40d41b266c 100644 --- a/data/mods/Magiclysm/professions.json +++ b/data/mods/Magiclysm/professions.json @@ -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" ],