From fa5ddaa570473ece02e0a3bfb35702211d21ce12 Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 3 Oct 2020 15:20:52 +0200 Subject: added dense grass; home is now part of monsterAI component --- docs/encyclopedia_format.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/encyclopedia_format.md b/docs/encyclopedia_format.md index 141bc4a..9130bac 100644 --- a/docs/encyclopedia_format.md +++ b/docs/encyclopedia_format.md @@ -6,6 +6,7 @@ In asciifarm all the assemblages and items are stored in an encyclopedia. See https://github.com/jmdejong/rustifarm/blob/master/content/encyclopediae/default_encyclopedia.json for an example. Encyclopediae definitions can use the [JSON5](https://json5.org/) format. +Any other [format supported by serde](https://serde.rs/#data-formats) can be supported on request. An encyclopedia file has a json object that can have the properties "assemblages", "items", "substitute", "item_substitute" and "assemblage_substitute". "assemblages" and "items" are required. -- cgit