summaryrefslogtreecommitdiff
path: root/content/encyclopediae/crops.json
diff options
context:
space:
mode:
Diffstat (limited to 'content/encyclopediae/crops.json')
-rw-r--r--content/encyclopediae/crops.json12
1 files changed, 6 insertions, 6 deletions
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"},