summaryrefslogtreecommitdiff
path: root/content/encyclopediae
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-13 12:03:44 +0200
committertroido <troido@protonmail.com>2020-04-13 12:03:44 +0200
commit88d3414f523d01a0109604103e6aeb8b68a7fa20 (patch)
treea102e4fa9d4b7acd164830295944e973aa4d6dac /content/encyclopediae
parent9bc90bcff5bec4fbb03a568f59e14b1b016e0e44 (diff)
grow is now also using build trigger/component
Diffstat (limited to 'content/encyclopediae')
-rw-r--r--content/encyclopediae/default_encyclopedia.json28
1 files changed, 17 insertions, 11 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json
index 5ebc106..c47f738 100644
--- a/content/encyclopediae/default_encyclopedia.json
+++ b/content/encyclopediae/default_encyclopedia.json
@@ -234,8 +234,9 @@
["Grow", {
"delay": 600,
"target_time": ["arg", "target_time"],
- "into": ["template", "radishseedling"]
- }]
+ "trigger": "change"
+ }],
+ ["Build", {"obj": ["template", "radishseedling"]}]
],
"extract": {
"target_time": ["Grow", "target_time"]
@@ -251,8 +252,9 @@
["Grow", {
"delay": 600,
"target_time": ["arg", "target_time"],
- "into": ["template", "youngradishplant"]
- }]
+ "trigger": "change"
+ }],
+ ["Build", {"obj": ["template", "youngradishplant"]}]
],
"extract": {
"target_time": ["Grow", "target_time"]
@@ -268,8 +270,9 @@
["Grow", {
"delay": 600,
"target_time": ["arg", "target_time"],
- "into": ["template", "radishplant"]
- }]
+ "trigger": "change"
+ }],
+ ["Build", {"obj": ["template", "radishplant"]}]
],
"extract": {
"target_time": ["Grow", "target_time"]
@@ -330,8 +333,9 @@
["Grow", {
"delay": ["arg", "delay"],
"target_time": ["arg", "target_time"],
- "into": ["arg", "next"]
- }]
+ "trigger": "change"
+ }],
+ ["Build", {"obj": ["arg", "next"]}]
],
"extract": {
"target_time": ["Grow", "target_time"]
@@ -347,8 +351,9 @@
["Grow", {
"delay": ["arg", "delay"],
"target_time": ["arg", "target_time"],
- "into": ["arg", "next"]
- }]
+ "trigger": "change"
+ }],
+ ["Build", {"obj": ["arg", "next"]}]
],
"extract": {
"target_time": ["Grow", "target_time"]
@@ -361,8 +366,9 @@
["Grow", {
"delay": ["arg", "delay"],
"target_time": ["arg", "target_time"],
- "into": ["arg", "next"]
+ "trigger": "change"
}],
+ ["Build", {"obj": ["arg", "next"]}],
["Visible", {
"name": ["concat", [["string", "young"], ["arg", "crop"], ["string", "plant"]]],
"sprite": "youngplant",