summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-10-03 15:20:52 +0200
committertroido <troido@protonmail.com>2020-10-03 15:20:52 +0200
commitfa5ddaa570473ece02e0a3bfb35702211d21ce12 (patch)
tree501498c9db9d7d2c985f86272b3405c98301556f /docs
parent5af83beb6f10023cef7eba192a0b190518fe967b (diff)
added dense grass; home is now part of monsterAI component
Diffstat (limited to 'docs')
-rw-r--r--docs/encyclopedia_format.md1
1 files changed, 1 insertions, 0 deletions
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.