diff options
| author | troido <troido@protonmail.com> | 2020-04-16 12:23:07 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-16 12:23:07 +0200 |
| commit | 4e144009aad9255af1e83970fc16fdafe3e79e83 (patch) | |
| tree | fc39250f199882ecea0f4c16bf82ed191f45fc12 /content/maps/room.json | |
| parent | 905c6b649521296bba609db5b5c9a39008d34325 (diff) | |
minor map changes; gave homeportal a sprite
Diffstat (limited to 'content/maps/room.json')
| -rw-r--r-- | content/maps/room.json | 8 |
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"], |
