From b2157791dfcaab18ec7f8ebb958341fe325cf419 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 3 Mar 2020 13:36:44 +0100 Subject: added spawners an not-saved assemblages/templates --- content/maps/room.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/maps/room.json b/content/maps/room.json index 1e12b4b..e652cd7 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -43,7 +43,7 @@ "%": {"type": "portal", "kwargs": {"destination": "broom", "dest_pos": "northentry"}}, "^": ["grass", "spiketrap"], "d": ["grass", "dummy"], - "r": ["grass", "rat"], + "r": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "rat", "save": false}, "amount": 3, "clan": "rats", "delay": 200}}], " ": [] } } -- cgit