From 53e2db880893a1a2ddf797c7e991665c2cb05e29 Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 9 Apr 2020 12:57:24 +0200 Subject: encyclopedia can substitute names --- content/encyclopediae/default_encyclopedia.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'content') 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" } } -- cgit