From f7aa7f247130f08f8b32857ea2a52442cde0023c Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Fri, 24 Jan 2020 10:52:23 -0800 Subject: [PATCH] Config updates --- amanuensis/resources/article.json | 1 + amanuensis/resources/lexicon.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/amanuensis/resources/article.json b/amanuensis/resources/article.json index 2bc08aa..9263124 100644 --- a/amanuensis/resources/article.json +++ b/amanuensis/resources/article.json @@ -1,6 +1,7 @@ { "version": "0", "aid": null, + "lexicon": null, "character": null, "title": null, "turn": null, diff --git a/amanuensis/resources/lexicon.json b/amanuensis/resources/lexicon.json index 39c6438..3b91f85 100644 --- a/amanuensis/resources/lexicon.json +++ b/amanuensis/resources/lexicon.json @@ -13,10 +13,11 @@ "current": null, "start": 1, "max": 8, - "assigned_index": { + "assignment": { } }, "join": { + "public": true, "open": false, "password": null, "max_players": 4,