diff options
| author | troido <troido@protonmail.com> | 2020-04-09 12:57:24 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-09 12:57:24 +0200 |
| commit | 53e2db880893a1a2ddf797c7e991665c2cb05e29 (patch) | |
| tree | 3e5139737487a223552e1d02574c387e3bee8f58 /content | |
| parent | 72ac784ed8409676a04da5b3af159bac1724f383 (diff) | |
encyclopedia can substitute names
Diffstat (limited to 'content')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index cfb55df..c1dcc89 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -416,7 +416,9 @@ "templates":{ "plantedcarrotseed": ["plantedseed", {"delay": 60, "next": "carrotseedling"}], "carrotseedling": ["seedling", {"delay": 60, "next": "youngcarrotplant"}], - "youngcarrotplant": ["youngplant", {"crop": "carrot", "delay": 60, "next": "carrotplant"}], - "radishes": ["radish", {}] + "youngcarrotplant": ["youngplant", {"crop": "carrot", "delay": 60, "next": "carrotplant"}] + }, + "substitute": { + "radishes": "radish" } } |
