summaryrefslogtreecommitdiff
path: root/content/encyclopediae
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-01 16:48:24 +0200
committertroido <troido@protonmail.com>2020-04-01 16:48:24 +0200
commit633cb7d5b2048324a13bedb43468a7f04a81a519 (patch)
tree5541a261e9e65fa8b26f0bc521cb1bd16c7e6a0c /content/encyclopediae
parenta911b7fabbaac429efd1747c3b1e925f679752f9 (diff)
removed Sometime parameter
Diffstat (limited to 'content/encyclopediae')
-rw-r--r--content/encyclopediae/default_encyclopedia.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json
index e682fe2..19d57d0 100644
--- a/content/encyclopediae/default_encyclopedia.json
+++ b/content/encyclopediae/default_encyclopedia.json
@@ -196,7 +196,7 @@
"item": ["build", "plantedradishseed"]
},
"plantedradishseed": {
- "arguments": [["target_time", "sometime", null]],
+ "arguments": [["target_time", "int", 0]],
"sprite": "seed",
"height": 0.05,
"name": "seed",
@@ -206,10 +206,13 @@
"target_time": ["arg", "target_time"],
"into": ["template", "radishseedling"]
}]
- ]
+ ],
+ "extract": {
+ "target_time": ["Grow", "target_time"]
+ }
},
"radishseedling": {
- "arguments": [["target_time", "sometime", null]],
+ "arguments": [["target_time", "int", 0]],
"sprite": "seedling",
"height": 0.05,
"name": "seedling",