Skip to content

Commit

Permalink
Drug Dealer Profession (#47255)
Browse files Browse the repository at this point in the history
  • Loading branch information
slimeboy460 authored and ZhilkinSerg committed May 28, 2021
1 parent 447e338 commit b183f0c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b183f0c

Please sign in to comment.