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.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/content/maps/room.json b/content/maps/room.json
index 5d69b72..d092485 100644
--- a/content/maps/room.json
+++ b/content/maps/room.json
@@ -1,30 +1,30 @@
{
- "width": 42,
+ "width": 43,
"height": 23,
- "spawn": [5, 15],
+ "spawn": [6, 19],
"field": [
- "~~~~~XXXXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXXX",
- "~~~~~,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,,X",
- "~~~~,,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,,X",
- "~~~~,,,,,,,,,,r,,~~~~,,,,,,,,,,,,,,,,,,,,X",
- "~bbbb..,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X",
- "~~~~,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X",
- "~~~,,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X",
- "~~,,,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X",
- "X,,,,,.,,,,,,,,,,,~~~~,,,,,,T,,,,,,,,,,,,X",
- "X,,,,,.,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,X",
- "X,^,,,.,,,,,,,,,,,,~~~,,,,,T,,,,######,,,X",
- "X,^,,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X",
- "X,,,t..............bbb..........D++++#,,,X",
- "X,**,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X",
- "X,*,*,.,u,,,V,,V,,,~~~,,,T,,,T,,#++++#,,,X",
- "X,,*,,.,,,,,,,,,,,,~~~,,,,,,,,,,######,,,X",
- "X,oo,,.,s,d,,,,,,,~~~~,,,,,,,,,,f,,,,f,,,X",
- "X,,*,,.,,,,,,,,,,,~~~''''''''''''''''f'''X",
- "X*,,,,.,,,d,VVV,,,~~~'''''''''''f''''f'''X",
- "1,,,,,.,,,,,VVV,,,~~~'''''''''''ffffff'''X",
- "X/,,,,.,,,,,VVV,,,~~~''''''''''''''''''''X",
- "XXXXX,.,XXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXX",
+ " ~~~~~XXXXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXXX",
+ " ~~~~~,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,,X",
+ " ~~~~,,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,,X",
+ " ~~~~,,,,,,,,,,r,,~~~~,,,,,,,,,,,,,,,,,,,,X",
+ " ~bbbb..,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X",
+ " ~~~~,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X",
+ " ~~~,,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X",
+ " ~~,,,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X",
+ " X,,,,,.,,,,,,,,,,,~~~~,,,,,,T,,,,,,,,,,,,X",
+ " X,,,,,.,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,X",
+ " X,^,,,.,,,,,,,,,,,,~~~,,,,,T,,,,######,,,X",
+ " X,^,,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X",
+ " X,,,t..............bbb..........D++++#,,,X",
+ " X,**,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X",
+ " X,*,*,.,u,,,V,,V,,,~~~,,,T,,,T,,#++++#,,,X",
+ " X,,*,,.,,,,,,,,,,,,~~~,,,,,,,,,,######,,,X",
+ " X,oo,,.,s,d,,,,,,,~~~~,,,,,,,,,,f,,,,f,,,X",
+ " X,,*,,.,,,,,,,,,,,~~~''''''''''''''''f'''X",
+ " X*,,,,.,,,d,VVV,,,~~~'''''''''''f''''f'''X",
+ "1.......,,,,,VVV,,,~~~'''''''''''ffffff'''X",
+ " X/,,,,.,,,,,VVV,,,~~~''''''''''''''''''''X",
+ " XXXXX,.,XXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXX",
" %%% "
],
"mapping": {
@@ -40,8 +40,8 @@
"X": "rock",
"*": ["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}"}},
+ "%": {"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}}],