From 289a342917e9291895b0332dd4ab412b15a7fabf Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 6 Apr 2020 19:29:43 +0200 Subject: added rooms from python asciifarm --- content/maps/room.json | 52 +++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'content/maps/room.json') 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}}], -- cgit