diff options
| author | troido <troido@protonmail.com> | 2020-04-06 19:29:43 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-06 19:29:43 +0200 |
| commit | 289a342917e9291895b0332dd4ab412b15a7fabf (patch) | |
| tree | 209ccc2c1f83e3ad936c134168dadd8f71cd9590 /content/maps/room.json | |
| parent | 7c351a0c7a497d30f4826a19e6c6e92d3e7b5065 (diff) | |
added rooms from python asciifarm
Diffstat (limited to 'content/maps/room.json')
| -rw-r--r-- | content/maps/room.json | 52 |
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}}], |
