From 0bc2c20c48863666688d9a0e98144f945d5028d0 Mon Sep 17 00:00:00 2001 From: Kanexan <51104434+Kanexan@users.noreply.github.com> Date: Tue, 11 Jun 2019 04:48:05 -0500 Subject: [PATCH] Add new Politician profession (#31119) --- data/json/professions.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/data/json/professions.json b/data/json/professions.json index a0e6a0538faac..e97d6a03ef5f5 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -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" ] + } } ]