From 9db34156cd5e3f081477e93dd6e4b94040942f5b Mon Sep 17 00:00:00 2001 From: slimeboy460 <68845349+slimeboy460@users.noreply.github.com> Date: Wed, 17 Feb 2021 21:35:17 -1000 Subject: [PATCH] Drug Dealer Profession (#47255) --- data/json/professions.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/data/json/professions.json b/data/json/professions.json index 6f9853a31e3ed..9b4d5e7de891c 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3922,6 +3922,23 @@ "female": [ "bra", "panties" ] } }, + { + "type": "profession", + "id": "local_drug_dealer", + "name": "Drug Dealer", + "description": "You were about to make your biggest sale yet, but when you met the buyer he tried to bite you. To top it off, it seems that this wasn't some sort of bad high for the user, as the whole town tried going for your throat too.", + "points": 2, + "skills": [ { "level": 1, "name": "melee" }, { "level": 2, "name": "stabbing" }, { "level": 2, "name": "speech" } ], + "items": { + "both": { + "items": [ "hoodie", "jeans", "mbag", "socks", "sneakers", "bandana", "gloves_medical", "switchblade" ], + "entries": [ { "item": "crack", "charges": 25, "container-item": "bag_zipper" } ] + }, + "male": [ "briefs" ], + "female": [ "sports_bra", "boy_shorts" ] + }, + "traits": [ "LIAR" ] + }, { "type": "profession", "id": "handloader",