Skip to content

Commit

Permalink
Add Baseball Player profession (#45937)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihad2004 authored Jan 1, 2021
1 parent 6dcffa4 commit 8baf2c2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,22 @@
"female": [ "bra", "panties" ]
}
},
{
"type": "profession",
"id": "baseball_player",
"name": "Baseball Player",
"description": "You were playing at the local team. With no one left to play baseball, you can eventually use your best friend for another purpose. Home run!",
"points": 1,
"skills": [ { "level": 3, "name": "throw" }, { "level": 1, "name": "melee" } ],
"items": {
"both": {
"items": [ "baseball", "tshirt", "jacket_light", "jeans", "socks", "sneakers", "helmet_ball", "sports_drink" ],
"entries": [ { "group": "charged_cell_phone" }, { "item": "bat", "custom-flags": [ "auto_wield" ] } ]
},
"male": [ "boxer_shorts" ],
"female": [ "sports_bra", "panties" ]
}
},
{
"type": "profession",
"id": "basketball_player",
Expand Down

0 comments on commit 8baf2c2

Please sign in to comment.