Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Politician profession #31119

Merged
merged 15 commits into from
Jun 11, 2019
26 changes: 26 additions & 0 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3709,5 +3709,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" ]
}
}
]