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 --- mutations.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'mutations.json') diff --git a/mutations.json b/mutations.json index cc7ce43..e0b778b 100644 --- a/mutations.json +++ b/mutations.json @@ -1,31 +1,31 @@ [ { - "type" : "mutation", - "id" : "MARTIAL_ARTS_maid", - "name" : { "str": "Servant's fighting technique" }, - "points" : 3, - "description" : "You have learned the secret assassination techniques of a first-class servant.", - "starting_trait" : true, - "initial_ma_styles" : [ "style_maid" ], - "valid" : false + "type": "mutation", + "id": "MARTIAL_ARTS_maid", + "name": { "str": "Servant's fighting technique" }, + "points": 3, + "description": "You have learned the secret assassination techniques of a first-class servant.", + "starting_trait": true, + "initial_ma_styles": [ "style_maid" ], + "valid": false }, { - "type" : "mutation", - "id" : "PROF_MA_MAID", - "name" : { "str": "Servant's fighting technique" }, - "points" : 0, - "description" : "You have learned the secret assassination techniques of a first-class servant.", - "initial_ma_styles" : [ "style_maid" ], + "type": "mutation", + "id": "PROF_MA_MAID", + "name": { "str": "Servant's fighting technique" }, + "points": 0, + "description": "You have learned the secret assassination techniques of a first-class servant.", + "initial_ma_styles": [ "style_maid" ], "valid": false, "purifiable": false, "profession": true }, { - "type" : "mutation", - "id" : "PROF_NEKOMIMI", - "name" : { "str": "Cat characteristics" }, - "points" : 0, - "description" : "You have grown features that of a cat.", + "type": "mutation", + "id": "PROF_NEKOMIMI", + "name": { "str": "Cat characteristics" }, + "points": 0, + "description": "You have grown features that of a cat.", "valid": false, "purifiable": false, "profession": true -- cgit v1.2.1