Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XE] Buff FBI Paranormal Investigator Into Line With Vanilla Equivalent #77105

Merged
merged 3 commits into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading