From eb9853dec24045adb7447e1c8ac186e52204b690 Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 28 Sep 2020 14:29:53 +0200 Subject: removed parametertype --- content/encyclopediae/crops.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'content/encyclopediae/crops.json') diff --git a/content/encyclopediae/crops.json b/content/encyclopediae/crops.json index 0c16073..99c5ec3 100644 --- a/content/encyclopediae/crops.json +++ b/content/encyclopediae/crops.json @@ -16,7 +16,7 @@ "flags": ["Occupied"] }, "plantedradishseed": { - "arguments": [["target_time", "int", -1]], + "arguments": {"target_time": []}, "sprite": "seed", "height": 0.05, "name": "seed", @@ -35,7 +35,7 @@ "flags": ["Occupied"] }, "radishseedling": { - "arguments": [["target_time", "int", -1]], + "arguments": {"target_time": []}, "sprite": "seedling", "height": 0.05, "name": "seedling", @@ -54,7 +54,7 @@ "flags": ["Occupied"] }, "youngradishplant": { - "arguments": [["target_time", "int", -1]], + "arguments": {"target_time": []}, "sprite": "youngplant", "height": 0.8, "name": "youngradishplant", @@ -73,7 +73,7 @@ "flags": ["Occupied"] }, "plantedseed": { - "arguments": [["target_time", "int", -1], ["next", "template"], ["delay", "int"]], + "arguments": {"target_time": [], "next": null, "delay": null}, "sprite": "seed", "height": 0.05, "name": "plantedseed", @@ -92,7 +92,7 @@ "flags": ["Occupied"] }, "seedling": { - "arguments": [["target_time", "int", -1], ["next", "template"], ["delay", "int"]], + "arguments": {"target_time": [], "next": null, "delay": null}, "sprite": "seed", "height": 0.09, "name": "seedling", @@ -111,7 +111,7 @@ "flags": ["Occupied"] }, "youngplant": { - "arguments": [["target_time", "int", -1], ["next", "template"], ["crop", "string"], ["delay", "int"]], + "arguments": {"target_time": [], "next": null, "delay": null, "crop": null}, "components": [ ["Timer", { "delay": {"$arg": "delay"}, -- cgit