Skip to content

Commit

Permalink
Add new Politician profession (#31119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanexan authored and ZhilkinSerg committed Jun 11, 2019
1 parent 3cc8298 commit 0bc2c20
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3717,5 +3717,31 @@
},
"female": [ "chestwrap" ]
}
},
{
"type": "profession",
"ident": "politician",
"name": "Career Politician",
"description": "You've spent your life appealing to the people, persuading many and promising much throughout your time in office. Now that your voting base wants to eat you alive, winning hearts and minds just got that much harder.",
"points": 4,
"skills": [ { "level": 4, "name": "barter" }, { "level": 6, "name": "speech" } ],
"traits": [ "LIAR" ],
"items": {
"both": [
"suit",
"tieclip",
"socks_wool",
"dress_shoes",
"smart_phone",
"gold_watch",
"briefcase",
"skinny_tie",
"file",
"ref_lighter",
"cigar"
],
"male": [ "boxer_shorts" ],
"female": [ "bra", "panties" ]
}
}
]

0 comments on commit 0bc2c20

Please sign in to comment.