summaryrefslogtreecommitdiff
path: root/content/maps/room.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-03-03 13:36:44 +0100
committertroido <troido@protonmail.com>2020-03-03 13:36:44 +0100
commitb2157791dfcaab18ec7f8ebb958341fe325cf419 (patch)
treef94e638573878599b0ee108a0b06fbe1c8f69ef9 /content/maps/room.json
parenta8d0e075613cc973b66c37510103108362fe7d3d (diff)
added spawners an not-saved assemblages/templates
Diffstat (limited to 'content/maps/room.json')
-rw-r--r--content/maps/room.json2
1 files changed, 1 insertions, 1 deletions
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}}],
" ": []
}
}