diff options
| author | troido <troido@protonmail.com> | 2020-04-03 23:25:20 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-03 23:25:20 +0200 |
| commit | 0b17829846adf9482b460e4cc616382ede1df6dd (patch) | |
| tree | 2f02dd93b1cd4cd7615341644ddeb94ed0dfc422 /content/maps/room.json | |
| parent | db473bbab28847bed5f26fb443ef8a1db2d932a3 (diff) | |
private rooms work!
Diffstat (limited to 'content/maps/room.json')
| -rw-r--r-- | content/maps/room.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/maps/room.json b/content/maps/room.json index cbf7bdc..275100f 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -22,7 +22,7 @@ "X,oo,,.,,,d,,,,,,,~~~~,,,,,,,,,,f,,,,f,,,X", "X,,*,,.,,,,,,,,,,,~~~''''''''''''''''f'''X", "X*,,,,.,,,d,VVV,,,~~~'''''''''''f''''f'''X", - "X,,,,,.,,,,,VVV,,,~~~'''''''''''ffffff'''X", + "1,,,,,.,,,,,VVV,,,~~~'''''''''''ffffff'''X", "X/,,,,.,,,,,VVV,,,~~~''''''''''''''''''''X", "XXXXX,.,XXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXX", " %%% " @@ -41,6 +41,7 @@ "*": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "pebble"}, "delay": 600}}], "o": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "stone"}, "delay": 600}}], "%": {"type": "portal", "kwargs": {"destination": "broom", "dest_pos": "northentry"}}, + "1": {"type": "portal", "kwargs": {"destination": "_home+{player}"}}, "^": ["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}}], |
