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/maps/room.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/maps') diff --git a/content/maps/room.json b/content/maps/room.json index 41663fc..ec4533f 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -44,7 +44,7 @@ "1": {"type": "portal", "kwargs": {"destination": "smallview"}}, "^": ["grass", "spiketrap"], "d": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "dummy"}, "delay": 100}}], - "r": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "rat"}, "amount": 10, "clan": "rats", "delay": 20}}], + "r": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "rat"}, "amount": 3, "clan": "rats", "delay": 200, "initial_spawn": false}}], "V": ["grass", "radishplant"], "/": ["grass", "sword"], "D": ["ground", "closeddoor"], -- cgit