summaryrefslogtreecommitdiff
path: root/content/encyclopediae
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-13 15:13:36 +0200
committertroido <troido@protonmail.com>2020-04-13 15:13:36 +0200
commite8088a736a48cfb650df7f7a8f69e3e91922ca57 (patch)
tree95f2738dd10aa7250fd6416f598340c4aec8710e /content/encyclopediae
parent2d4cabc768968a215556f7a4ed81a728d3b6e120 (diff)
added if conditions in assemblages
Diffstat (limited to 'content/encyclopediae')
-rw-r--r--content/encyclopediae/default_encyclopedia.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json
index 68acc02..ac25482 100644
--- a/content/encyclopediae/default_encyclopedia.json
+++ b/content/encyclopediae/default_encyclopedia.json
@@ -195,9 +195,9 @@
"components": [
["Timer", {
"delay": ["arg", "delay"],
- "spread": 0.9,
+ "spread": 0.1,
"trigger": "spawn",
- "target_time": 0
+ "target_time": ["if", [["arg", "initial_spawn"], 0, -1]]
}],
["Spawner", {
"template": ["arg", "template"],