Skip to content

Commit

Permalink
Merge pull request CleverRaven#77105 from DukePaulAtreid3s/XEDRA-FBI
Browse files Browse the repository at this point in the history
[XE] Buff FBI Paranormal Investigator Into Line With Vanilla Equivalent
  • Loading branch information
Night-Pryanik authored Oct 18, 2024
2 parents 77e1ead + 6f359d0 commit 4466eb1
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions data/mods/Xedra_Evolved/player/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
},
Expand Down

0 comments on commit 4466eb1

Please sign in to comment.