From 9adbe6e49abb4c479e8c51a407cd6de3f0d3c69d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 01:28:38 -0700 Subject: Clean up formatting Add some missing assets --- professions.json | 138 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 71 insertions(+), 67 deletions(-) (limited to 'professions.json') diff --git a/professions.json b/professions.json index f413282..31f6ffb 100644 --- a/professions.json +++ b/professions.json @@ -1,49 +1,16 @@ [ - { - "type": "profession", - "ident": "maid", - "name": { "male": "Butler", "female": "Maid" }, - "description": "You worked in a wealthy household, but after the cataclysm they took a family vacation to an unknown place, leaving you to fend for yourself.", - "points": 1, - "skills": [ - { "level": 2, "name": "cooking" }, - { "level": 1, "name": "driving" }, - { "level": 2, "name": "tailor" } - ], - "items": { - "both": { - "items": [ - "pocketwatch", - "knife_steak" - ], - "entries": [ { "group": "charged_cell_phone" } ] - }, - "male": [ - "briefs", - "socks", - "tux", - "gloves_light", - "dress_shoes" - ], - "female": [ - "kawaii_maid_bra", - "kawaii_maid_garter", - "kawaii_maid_panties", - "kawaii_maid_niso_thick", - "kawaii_maid_hat", - "maid_dress", - "maid_gloves_long_cotton", - "kawaii_dress_shoes" - ] - } - }, { "type": "profession", "ident": "battle_maid", - "name": { "male": "Battle Butler", "female": "Battle Maid" }, + "name": { + "male": "Battle Butler", + "female": "Battle Maid" + }, "description": "In order to serve your Mistress, you have went through special combat training. You have learned to clean every bit of malice coming towards your Mistress.", "points": 8, - "traits": [ "PROF_MA_MAID" ], + "traits": [ + "PROF_MA_MAID" + ], "skills": [ { "level": 5, "name": "cooking" }, { "level": 4, "name": "tailor" }, @@ -85,7 +52,43 @@ ] } }, - { + { + "type": "profession", + "ident": "shoggoth_master", + "name": { + "male": "Master (with Maid)", + "female": "Mistress (with Maid)" + }, + "description": "You have a maid. She was hired by your father to keep you safe because of your health. She's good-looking and she's good in a fight.", + "points": 8, + "traits": [ + "FLIMSY2" + ], + "skills": [ ], + "items": { + "both" : { + "items": [ + "socks", + "dress_shirt", + "peacoat", + "knit_scarf", + "pants", + "dress_shoes", + "mbag", + "res_shoggoth", + "pet_carrier" + ], + "entries": [ { "group": "charged_cell_phone" } ] }, + "male": [ + "briefs" + ], + "female": [ + "bra", + "panties" + ] + } + }, + { "type": "profession", "ident": "maid_and_master", "name": { @@ -178,39 +181,40 @@ }, { "type": "profession", - "ident": "shoggoth_master", - "name": { - "male": "Master (with Maid)", - "female": "Mistress (with Maid)" - }, - "description": "You have a maid. She was hired by your father to keep you safe because of your health. She's good-looking and she's good in a fight.", - "points": 8, - "traits": [ - "FLIMSY2" - ], + "ident": "maid", + "name": { "male": "Butler", "female": "Maid" }, + "description": "You worked in a wealthy household, but after the cataclysm they took a family vacation to an unknown place, leaving you to fend for yourself.", + "points": 1, "skills": [ - ], + { "level": 2, "name": "cooking" }, + { "level": 1, "name": "driving" }, + { "level": 2, "name": "tailor" } + ], "items": { - "both" : { + "both": { "items": [ - "socks", - "dress_shirt", - "peacoat", - "knit_scarf", - "pants", - "dress_shoes", - "mbag", - "res_shoggoth", - "pet_carrier" + "pocketwatch", + "knife_steak" ], - "entries": [ { "group": "charged_cell_phone" } ] }, + "entries": [ { "group": "charged_cell_phone" } ] + }, "male": [ - "briefs" + "briefs", + "socks", + "tux", + "gloves_light", + "dress_shoes" ], "female": [ - "bra", - "panties" - ] + "kawaii_maid_bra", + "kawaii_maid_garter", + "kawaii_maid_panties", + "kawaii_maid_niso_thick", + "kawaii_maid_hat", + "maid_dress", + "maid_gloves_long_cotton", + "kawaii_dress_shoes" + ] } } ] -- cgit v1.2.1