From e8088a736a48cfb650df7f7a8f69e3e91922ca57 Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 13 Apr 2020 15:13:36 +0200 Subject: added if conditions in assemblages --- content/encyclopediae/default_encyclopedia.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/encyclopediae') 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"], -- cgit