From 5bc8eb5237c7eb570cc1586e75c4c3f51d9bb443 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 00:49:50 -0700 Subject: Clean up formatting to make syncing against another repo easier --- professions.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'professions.json') diff --git a/professions.json b/professions.json index c2db6fe..f413282 100644 --- a/professions.json +++ b/professions.json @@ -2,10 +2,7 @@ { "type": "profession", "ident": "maid", - "name": { - "male": "Butler", - "female": "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": [ @@ -43,15 +40,10 @@ { "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" }, @@ -60,7 +52,7 @@ { "level": 3, "name": "melee" }, { "level": 3, "name": "unarmed" }, { "level": 3, "name": "dodge" } - ], + ], "items": { "both" : { "items": [ -- cgit v1.2.1