From f4a54d0575dc1e9dc439037747663f85feec3761 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 a36a53cf4141b..278e7db483b01 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3912,6 +3912,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",