From 8c9d5c037595279b20b58b2f65262b08d80aafbe Mon Sep 17 00:00:00 2001 From: Kanexan <51104434+Kanexan@users.noreply.github.com> Date: Tue, 4 Jun 2019 00:40:18 -0500 Subject: [PATCH 01/14] Add new Politician profession This adds a new starting profession:, "Career Politician", which starts with Bartering 2 and Speech 3. --- data/json/professions.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/data/json/professions.json b/data/json/professions.json index 879f8b903d7be..b8514d8e0ad80 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3709,5 +3709,19 @@ }, "female": [ "chestwrap" ] } - } -] + }, + { + "type": "profession", + "ident": "politician", + "name": { "male": "Career Politician", "female": "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": 0, + "skills": [ {"level": 2, "name": "barter" }, { "level": 3, "name": "speech" } ], + "items": { + "both": { + "items" : [ "suit", "tieclip", "socks", "dress_shoes", "smart_phone", "gold_watch", "briefcase", "skinny_tie", "file", "matches", "cigar" ] + }, + "male": [ "boxer_shorts" ], + "female": [ "bra", "panties" ] + } + } \ No newline at end of file From 4b644bdeef9c7405857b2ad3a2054a1c616f3f93 Mon Sep 17 00:00:00 2001 From: Kanexan <51104434+Kanexan@users.noreply.github.com> Date: Tue, 4 Jun 2019 01:15:08 -0500 Subject: [PATCH 02/14] Update data/json/professions.json Co-Authored-By: Rail-Runner --- data/json/professions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/professions.json b/data/json/professions.json index b8514d8e0ad80..578fee9e063a1 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3713,7 +3713,7 @@ { "type": "profession", "ident": "politician", - "name": { "male": "Career Politician", "female": "Career 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": 0, "skills": [ {"level": 2, "name": "barter" }, { "level": 3, "name": "speech" } ], @@ -3724,4 +3724,4 @@ "male": [ "boxer_shorts" ], "female": [ "bra", "panties" ] } - } \ No newline at end of file + } From 0e9f22224aea31daf64b4065f2630935d7164b49 Mon Sep 17 00:00:00 2001 From: Kanexan <51104434+Kanexan@users.noreply.github.com> Date: Tue, 4 Jun 2019 01:17:13 -0500 Subject: [PATCH 03/14] Update data/json/professions.json Co-Authored-By: Rail-Runner --- data/json/professions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/professions.json b/data/json/professions.json index 578fee9e063a1..8b0ea27999f9a 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3714,7 +3714,7 @@ "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.", + "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": 0, "skills": [ {"level": 2, "name": "barter" }, { "level": 3, "name": "speech" } ], "items": { From cbe21d06e15a039ab1abc1c4c03da6b0944fa25e Mon Sep 17 00:00:00 2001 From: Kanexan <51104434+Kanexan@users.noreply.github.com> Date: Tue, 4 Jun 2019 21:53:07 -0500 Subject: [PATCH 04/14] Update professions.json --- data/json/professions.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/data/json/professions.json b/data/json/professions.json index 8b0ea27999f9a..af886ce7e59af 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3715,11 +3715,12 @@ "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": 0, - "skills": [ {"level": 2, "name": "barter" }, { "level": 3, "name": "speech" } ], + "points": 4, + "skills": [ {"level": 4, "name": "barter" }, { "level": 6, "name": "speech" } ], + "traits": [LIAR], "items": { "both": { - "items" : [ "suit", "tieclip", "socks", "dress_shoes", "smart_phone", "gold_watch", "briefcase", "skinny_tie", "file", "matches", "cigar" ] + "items" : [ "suit", "tieclip", "sock_wool", "dress_shoes", "smart_phone", "gold_watch", "briefcase", "skinny_tie", "file", "ref_lighter", "cigar" ] }, "male": [ "boxer_shorts" ], "female": [ "bra", "panties" ] From 2e157685f58133a6fc206e6bbaff684efdfebba2 Mon Sep 17 00:00:00 2001 From: Kanexan <51104434+Kanexan@users.noreply.github.com> Date: Tue, 4 Jun 2019 21:56:31 -0500 Subject: [PATCH 05/14] Update professions.json --- data/json/professions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/professions.json b/data/json/professions.json index af886ce7e59af..f022545bc828e 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3717,7 +3717,7 @@ "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], + "traits": ["LIAR"], "items": { "both": { "items" : [ "suit", "tieclip", "sock_wool", "dress_shoes", "smart_phone", "gold_watch", "briefcase", "skinny_tie", "file", "ref_lighter", "cigar" ] From b4aef65bb47d2b87604d53ea56ff5623d6672ed0 Mon Sep 17 00:00:00 2001 From: Kanexan <51104434+Kanexan@users.noreply.github.com> Date: Tue, 4 Jun 2019 22:03:35 -0500 Subject: [PATCH 06/14] Update professions.json --- data/json/professions.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/professions.json b/data/json/professions.json index f022545bc828e..cb22a12bab8ad 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3726,3 +3726,4 @@ "female": [ "bra", "panties" ] } } +] \ No newline at end of file From 31836eea19bdb0a6f0a56369fe48d0dc394adb63 Mon Sep 17 00:00:00 2001 From: Kanexan <51104434+Kanexan@users.noreply.github.com> Date: Wed, 5 Jun 2019 14:06:18 -0500 Subject: [PATCH 07/14] Update professions.json --- data/json/professions.json | 46 +++++++++++++++++++++++++------------- 1 file changed, 31 insertions(+), 15 deletions(-) diff --git a/data/json/professions.json b/data/json/professions.json index cb22a12bab8ad..7986cc5508428 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3711,19 +3711,35 @@ } }, { - "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": { - "items" : [ "suit", "tieclip", "sock_wool", "dress_shoes", "smart_phone", "gold_watch", "briefcase", "skinny_tie", "file", "ref_lighter", "cigar" ] - }, - "male": [ "boxer_shorts" ], - "female": [ "bra", "panties" ] - } + "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": { + "items": [ + "suit", + "tieclip", + "sock_wool", + "dress_shoes", + "smart_phone", + "gold_watch", + "briefcase", + "skinny_tie", + "file", + "ref_lighter", + "cigar" + ] + }, + "male": [ "boxer_shorts" ], + "female": [ "bra", "panties" ] } -] \ No newline at end of file +} \ No newline at end of file From d3ce2d28644f697bd8e747b974f97df72934a4a4 Mon Sep 17 00:00:00 2001 From: Kanexan <51104434+Kanexan@users.noreply.github.com> Date: Fri, 7 Jun 2019 10:05:49 -0500 Subject: [PATCH 08/14] Update professions.json --- data/json/professions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/professions.json b/data/json/professions.json index 7986cc5508428..22a2150d44575 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3742,4 +3742,4 @@ "male": [ "boxer_shorts" ], "female": [ "bra", "panties" ] } -} \ No newline at end of file +} From 0db40e33c74d207ba523832470b53a2d3a9744aa Mon Sep 17 00:00:00 2001 From: Kanexan <51104434+Kanexan@users.noreply.github.com> Date: Fri, 7 Jun 2019 11:33:14 -0500 Subject: [PATCH 09/14] Update professions.json --- data/json/professions.json | 34 ++++++++++++++-------------------- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/data/json/professions.json b/data/json/professions.json index 7986cc5508428..e0b8d875ea717 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3711,21 +3711,15 @@ } }, { - "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": { - "items": [ + "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", "sock_wool", @@ -3737,9 +3731,9 @@ "file", "ref_lighter", "cigar" - ] - }, - "male": [ "boxer_shorts" ], - "female": [ "bra", "panties" ] + ], + "male": [ "boxer_shorts" ], + "female": [ "bra", "panties" ] + } } -} \ No newline at end of file +] From dbc4d240ca4d3155694982ba5de3e1f72856193f Mon Sep 17 00:00:00 2001 From: Kanexan <51104434+Kanexan@users.noreply.github.com> Date: Sat, 8 Jun 2019 15:03:15 -0500 Subject: [PATCH 10/14] Update professions.json --- data/json/professions.json | 54 ++++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 25 deletions(-) diff --git a/data/json/professions.json b/data/json/professions.json index 6127e78e3bece..8d22c90590f31 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3711,29 +3711,33 @@ } }, { - "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", - "sock_wool", - "dress_shoes", - "smart_phone", - "gold_watch", - "briefcase", - "skinny_tie", - "file", - "ref_lighter", - "cigar" - ], - "male": [ "boxer_shorts" ], - "female": [ "bra", "panties" ] - } + "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", + "sock_wool", + "dress_shoes", + "smart_phone", + "gold_watch", + "briefcase", + "skinny_tie", + "file", + "ref_lighter", + "cigar" + ], + "male": [ "boxer_shorts" ], + "female": [ "bra", "panties" ] } -] \ No newline at end of file +} \ No newline at end of file From 7954782209bed5f3e052001b15ad896e8d8b225a Mon Sep 17 00:00:00 2001 From: Kanexan <51104434+Kanexan@users.noreply.github.com> Date: Sat, 8 Jun 2019 15:37:44 -0500 Subject: [PATCH 11/14] Update professions.json --- data/json/professions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/json/professions.json b/data/json/professions.json index 8d22c90590f31..52f79d1821012 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3740,4 +3740,5 @@ "male": [ "boxer_shorts" ], "female": [ "bra", "panties" ] } -} \ No newline at end of file +} + \ No newline at end of file From f9612dc6c550d7eade2a77f724b996b177739f63 Mon Sep 17 00:00:00 2001 From: Kanexan <51104434+Kanexan@users.noreply.github.com> Date: Sat, 8 Jun 2019 15:47:36 -0500 Subject: [PATCH 12/14] Update professions.json --- data/json/professions.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/professions.json b/data/json/professions.json index 52f79d1821012..ec66c2fa5985e 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3741,4 +3741,5 @@ "female": [ "bra", "panties" ] } } +] \ No newline at end of file From a6bdf70564ae929c834ce374ef9484694e89d701 Mon Sep 17 00:00:00 2001 From: Kanexan <51104434+Kanexan@users.noreply.github.com> Date: Sat, 8 Jun 2019 21:49:33 -0500 Subject: [PATCH 13/14] Update professions.json --- data/json/professions.json | 54 +++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 30 deletions(-) diff --git a/data/json/professions.json b/data/json/professions.json index ec66c2fa5985e..e0b8d875ea717 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3711,35 +3711,29 @@ } }, { - "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", - "sock_wool", - "dress_shoes", - "smart_phone", - "gold_watch", - "briefcase", - "skinny_tie", - "file", - "ref_lighter", - "cigar" - ], - "male": [ "boxer_shorts" ], - "female": [ "bra", "panties" ] + "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", + "sock_wool", + "dress_shoes", + "smart_phone", + "gold_watch", + "briefcase", + "skinny_tie", + "file", + "ref_lighter", + "cigar" + ], + "male": [ "boxer_shorts" ], + "female": [ "bra", "panties" ] + } } -} ] - \ No newline at end of file From c17fe09a721ad729ad8aaf61ff53dd2afb4c1aae Mon Sep 17 00:00:00 2001 From: Kanexan <51104434+Kanexan@users.noreply.github.com> Date: Sat, 8 Jun 2019 23:37:42 -0500 Subject: [PATCH 14/14] Update professions.json --- data/json/professions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/professions.json b/data/json/professions.json index e0b8d875ea717..5f10af1a02675 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3722,7 +3722,7 @@ "both": [ "suit", "tieclip", - "sock_wool", + "socks_wool", "dress_shoes", "smart_phone", "gold_watch",