summaryrefslogtreecommitdiff
path: root/content/world.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-05-16 12:03:49 +0200
committertroido <troido@protonmail.com>2020-05-16 12:03:49 +0200
commitdc25e66031fc0a1fbdb15579ad346bcb3903b3bb (patch)
tree5d1bb73ce84afec2683367e29a73968603fe1898 /content/world.json
parent9c4e59b670d22fbfa23def1d66a10ea3af4c214d (diff)
encyclopedia can be split over different files
Diffstat (limited to 'content/world.json')
-rw-r--r--content/world.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/world.json b/content/world.json
index e544bb3..3437cb8 100644
--- a/content/world.json
+++ b/content/world.json
@@ -1,4 +1,4 @@
{
"default_room": "tutorial",
- "encyclopedia": "default_encyclopedia"
+ "encyclopediae": ["default_encyclopedia", "crops", "base", "npcs"]
}