summaryrefslogtreecommitdiff
path: root/content/encyclopediae/default_encyclopedia.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-13 13:26:43 +0200
committertroido <troido@protonmail.com>2020-04-13 13:26:43 +0200
commitab67714238c162646af10334715c6de41939c83f (patch)
tree9d45c458299f4aa796a0201c28a914ec214ef7b9 /content/encyclopediae/default_encyclopedia.json
parentdb7b138cb66a2b48492e457fdf0ae8cd65cc73db (diff)
renamed grow to timer
Diffstat (limited to 'content/encyclopediae/default_encyclopedia.json')
-rw-r--r--content/encyclopediae/default_encyclopedia.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json
index 7659915..f95de5e 100644
--- a/content/encyclopediae/default_encyclopedia.json
+++ b/content/encyclopediae/default_encyclopedia.json
@@ -113,7 +113,7 @@
"wound": {
"sprite": "wound",
"height": 0.25,
- "components": [["Grow", {"delay": 3, "spread": 0.0, "trigger": "remove", "target_time": -1}]],
+ "components": [["Timer", {"delay": 3, "spread": 0.0, "trigger": "remove", "target_time": -1}]],
"save": false
},
"rat": {
@@ -231,7 +231,7 @@
"height": 0.05,
"name": "seed",
"components": [
- ["Grow", {
+ ["Timer", {
"delay": 600,
"spread": 0.5,
"target_time": ["arg", "target_time"],
@@ -240,7 +240,7 @@
["Build", {"obj": ["template", "radishseedling"]}]
],
"extract": {
- "target_time": ["Grow", "target_time"]
+ "target_time": ["Timer", "target_time"]
},
"flags": ["Occupied"]
},
@@ -250,7 +250,7 @@
"height": 0.05,
"name": "seedling",
"components": [
- ["Grow", {
+ ["Timer", {
"delay": 600,
"spread": 0.5,
"target_time": ["arg", "target_time"],
@@ -259,7 +259,7 @@
["Build", {"obj": ["template", "youngradishplant"]}]
],
"extract": {
- "target_time": ["Grow", "target_time"]
+ "target_time": ["Timer", "target_time"]
},
"flags": ["Occupied"]
},
@@ -269,7 +269,7 @@
"height": 0.8,
"name": "youngradishplant",
"components": [
- ["Grow", {
+ ["Timer", {
"delay": 600,
"spread": 0.5,
"target_time": ["arg", "target_time"],
@@ -278,7 +278,7 @@
["Build", {"obj": ["template", "radishplant"]}]
],
"extract": {
- "target_time": ["Grow", "target_time"]
+ "target_time": ["Timer", "target_time"]
},
"flags": ["Occupied"]
},
@@ -333,7 +333,7 @@
"height": 0.05,
"name": "plantedseed",
"components": [
- ["Grow", {
+ ["Timer", {
"delay": ["arg", "delay"],
"spread": 0.5,
"target_time": ["arg", "target_time"],
@@ -342,7 +342,7 @@
["Build", {"obj": ["arg", "next"]}]
],
"extract": {
- "target_time": ["Grow", "target_time"]
+ "target_time": ["Timer", "target_time"]
},
"flags": ["Occupied"]
},
@@ -352,7 +352,7 @@
"height": 0.09,
"name": "seedling",
"components": [
- ["Grow", {
+ ["Timer", {
"delay": ["arg", "delay"],
"spread": 0.5,
"target_time": ["arg", "target_time"],
@@ -361,14 +361,14 @@
["Build", {"obj": ["arg", "next"]}]
],
"extract": {
- "target_time": ["Grow", "target_time"]
+ "target_time": ["Timer", "target_time"]
},
"flags": ["Occupied"]
},
"youngplant": {
"arguments": [["target_time", "int", -1], ["next", "template"], ["crop", "string"], ["delay", "int"]],
"components": [
- ["Grow", {
+ ["Timer", {
"delay": ["arg", "delay"],
"spread": 0.5,
"target_time": ["arg", "target_time"],
@@ -382,7 +382,7 @@
}]
],
"extract": {
- "target_time": ["Grow", "target_time"]
+ "target_time": ["Timer", "target_time"]
},
"flags": ["Occupied"]
},