summaryrefslogtreecommitdiff
path: root/content/maps/room.json
diff options
context:
space:
mode:
Diffstat (limited to 'content/maps/room.json')
-rw-r--r--content/maps/room.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/maps/room.json b/content/maps/room.json
index ec4533f..052e65b 100644
--- a/content/maps/room.json
+++ b/content/maps/room.json
@@ -38,13 +38,13 @@
"T": ["grass", "tree"],
"f": ["grass", "fence"],
"X": "rock",
- "*": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "pebble"}, "delay": 600}}],
- "o": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "stone"}, "delay": 600}}],
+ "*": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "pebble"}, "delay": 1200, "initial_spawn": false}}],
+ "o": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "stone"}, "delay": 1200, "initial_spawn": false}}],
"%": {"type": "portal", "kwargs": {"destination": "broom", "destpos": "northentry"}},
"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": 3, "clan": "rats", "delay": 200, "initial_spawn": false}}],
+ "d": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "dummy"}, "delay": 100, "initial_spawn": true}}],
+ "r": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "rat"}, "amount": 3, "clan": "rats", "delay": 200, "initial_spawn": true}}],
"V": ["grass", "radishplant"],
"/": ["grass", "sword"],
"D": ["ground", "closeddoor"],