diff options
| author | troido <troido@protonmail.com> | 2020-04-13 14:16:35 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-13 14:16:35 +0200 |
| commit | ee200f3003acdfdfde1a746246a7a4669188eb18 (patch) | |
| tree | b15ac6b53f52e72b586c529fba550368e1ca6f68 /content/maps | |
| parent | ab67714238c162646af10334715c6de41939c83f (diff) | |
spawners now also use timer component and triggers
Diffstat (limited to 'content/maps')
| -rw-r--r-- | content/maps/room.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/maps/room.json b/content/maps/room.json index 728ee4d..41663fc 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": 3, "clan": "rats", "delay": 200}}], + "r": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "rat"}, "amount": 10, "clan": "rats", "delay": 20}}], "V": ["grass", "radishplant"], "/": ["grass", "sword"], "D": ["ground", "closeddoor"], |
