From 56f44d5898696d1af50f38009629384f8d38cb46 Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 13 Apr 2020 12:28:00 +0200 Subject: now use TimeOffset instead of OwnTime --- content/encyclopediae/default_encyclopedia.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'content/encyclopediae/default_encyclopedia.json') diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index c47f738..53c5a56 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -226,7 +226,7 @@ "flags": ["Occupied"] }, "plantedradishseed": { - "arguments": [["target_time", "int", 0]], + "arguments": [["target_time", "int", -1]], "sprite": "seed", "height": 0.05, "name": "seed", @@ -244,7 +244,7 @@ "flags": ["Occupied"] }, "radishseedling": { - "arguments": [["target_time", "int", 0]], + "arguments": [["target_time", "int", -1]], "sprite": "seedling", "height": 0.05, "name": "seedling", @@ -262,7 +262,7 @@ "flags": ["Occupied"] }, "youngradishplant": { - "arguments": [["target_time", "int", 0]], + "arguments": [["target_time", "int", -1]], "sprite": "youngplant", "height": 0.8, "name": "youngradishplant", @@ -325,7 +325,7 @@ ] }, "plantedseed": { - "arguments": [["target_time", "int", 0], ["next", "template"], ["delay", "int"]], + "arguments": [["target_time", "int", -1], ["next", "template"], ["delay", "int"]], "sprite": "seed", "height": 0.05, "name": "plantedseed", @@ -343,7 +343,7 @@ "flags": ["Occupied"] }, "seedling": { - "arguments": [["target_time", "int", 0], ["next", "template"], ["delay", "int"]], + "arguments": [["target_time", "int", -1], ["next", "template"], ["delay", "int"]], "sprite": "seed", "height": 0.09, "name": "seedling", @@ -361,7 +361,7 @@ "flags": ["Occupied"] }, "youngplant": { - "arguments": [["target_time", "int", 0], ["next", "template"], ["crop", "string"], ["delay", "int"]], + "arguments": [["target_time", "int", -1], ["next", "template"], ["crop", "string"], ["delay", "int"]], "components": [ ["Grow", { "delay": ["arg", "delay"], -- cgit