From 88d3414f523d01a0109604103e6aeb8b68a7fa20 Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 13 Apr 2020 12:03:44 +0200 Subject: grow is now also using build trigger/component --- content/encyclopediae/default_encyclopedia.json | 28 +++++++++++++++---------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'content/encyclopediae/default_encyclopedia.json') diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index 5ebc106..c47f738 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -234,8 +234,9 @@ ["Grow", { "delay": 600, "target_time": ["arg", "target_time"], - "into": ["template", "radishseedling"] - }] + "trigger": "change" + }], + ["Build", {"obj": ["template", "radishseedling"]}] ], "extract": { "target_time": ["Grow", "target_time"] @@ -251,8 +252,9 @@ ["Grow", { "delay": 600, "target_time": ["arg", "target_time"], - "into": ["template", "youngradishplant"] - }] + "trigger": "change" + }], + ["Build", {"obj": ["template", "youngradishplant"]}] ], "extract": { "target_time": ["Grow", "target_time"] @@ -268,8 +270,9 @@ ["Grow", { "delay": 600, "target_time": ["arg", "target_time"], - "into": ["template", "radishplant"] - }] + "trigger": "change" + }], + ["Build", {"obj": ["template", "radishplant"]}] ], "extract": { "target_time": ["Grow", "target_time"] @@ -330,8 +333,9 @@ ["Grow", { "delay": ["arg", "delay"], "target_time": ["arg", "target_time"], - "into": ["arg", "next"] - }] + "trigger": "change" + }], + ["Build", {"obj": ["arg", "next"]}] ], "extract": { "target_time": ["Grow", "target_time"] @@ -347,8 +351,9 @@ ["Grow", { "delay": ["arg", "delay"], "target_time": ["arg", "target_time"], - "into": ["arg", "next"] - }] + "trigger": "change" + }], + ["Build", {"obj": ["arg", "next"]}] ], "extract": { "target_time": ["Grow", "target_time"] @@ -361,8 +366,9 @@ ["Grow", { "delay": ["arg", "delay"], "target_time": ["arg", "target_time"], - "into": ["arg", "next"] + "trigger": "change" }], + ["Build", {"obj": ["arg", "next"]}], ["Visible", { "name": ["concat", [["string", "young"], ["arg", "crop"], ["string", "plant"]]], "sprite": "youngplant", -- cgit