diff options
| author | troido <troido@protonmail.com> | 2020-04-13 12:28:00 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-13 12:28:00 +0200 |
| commit | 56f44d5898696d1af50f38009629384f8d38cb46 (patch) | |
| tree | 9454fd0085faff433fd15bd08a5fcf405f40a40a /content/encyclopediae/default_encyclopedia.json | |
| parent | 88d3414f523d01a0109604103e6aeb8b68a7fa20 (diff) | |
now use TimeOffset instead of OwnTime
Diffstat (limited to 'content/encyclopediae/default_encyclopedia.json')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 12 |
1 files changed, 6 insertions, 6 deletions
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"], |
