diff --git a/data/mods/Xedra_Evolved/player/professions.json b/data/mods/Xedra_Evolved/player/professions.json index 383bfc6036c8b..57f6d256279c2 100644 --- a/data/mods/Xedra_Evolved/player/professions.json +++ b/data/mods/Xedra_Evolved/player/professions.json @@ -34,32 +34,42 @@ "id": "fbi_investigator", "name": "FBI Paranormal Investigator", "description": "Before the Cataclysm, you used to work for the Paranormal Investigation Department of the FBI. You got used to jokes at your expense, as well as being constantly underfunded and disregarded by your superiors. You were returning from yet another case with nothing but a bag of suspicious candies to show, when all hell broke loose. Oh well, at least now you can be certain that everyone still alive will believe you that the truth is out there.", - "points": 3, + "points": 4, "skills": [ { "level": 5, "name": "gun" }, { "level": 5, "name": "pistol" }, + { "level": 3, "name": "rifle" }, + { "level": 3, "name": "shotgun" }, + { "level": 3, "name": "melee" }, + { "level": 2, "name": "unarmed" }, + { "level": 3, "name": "dodge" }, + { "level": 1, "name": "throw" }, { "level": 4, "name": "speech" }, + { "level": 3, "name": "swimming" }, { "level": 5, "name": "deduction" } ], - "proficiencies": [ "prof_spotting", "prof_auto_pistols_familiar" ], + "proficiencies": [ "prof_spotting", "prof_auto_pistols_familiar", "prof_gunsmithing_basic", "prof_gun_cleaning" ], "items": { "both": { "entries": [ { "item": "pants" }, { "item": "dress_shirt" }, { "item": "tie_skinny" }, - { "item": "blazer" }, - { "item": "trenchcoat" }, + { "item": "jacket_windbreaker", "variant": "windbreaker_fbi" }, { "item": "gloves_light" }, + { "item": "hat_ball", "variant": "hat_fbi" }, + { "item": "badge_fbi" }, { "item": "wristwatch" }, { "item": "socks" }, { "item": "dress_shoes" }, - { "item": "cig" }, + { "group": "charged_cigs" }, + { "group": "starter_wallet_full" }, { "group": "charged_smart_phone" }, { "group": "charged_two_way_radio" }, { "group": "charged_ref_lighter" }, - { "group": "army_mags_usp9" }, - { "item": "usp_9mm", "ammo-item": "9mm", "charges": 15, "container-item": "shoulder_holster" }, + { "group": "holster_glock19_fed", "container-item": "holster" }, + { "item": "glockmag", "ammo-item": "9mm", "charges": 15 }, + { "item": "glockmag", "ammo-item": "9mm", "charges": 15 }, { "item": "wyld_candy", "count": 10, "container-item": "null", "entry-wrapper": "wrapper_wyld" } ] },