summaryrefslogtreecommitdiff
path: root/content/maps/room.json
blob: 16e623036034a2628e7c38af017b88c6f972442d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
	"width": 42,
	"height": 23,
	"spawn": [5, 15],
	"field": [
		"~~~~~XXXXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXXX",
		"~~~~~,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,,X",
		"~~~~,,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,,X",
		"~~~~,,,,,,,,,,r,,~~~~,,,,,,,,,,,,,,,,,,,,X",
		"~bbbb..,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X",
		"~~~~,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X",
		"~~~,,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X",
		"~~,,,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X",
		"X,,,,,.,,,,,,,,,,,~~~~,,,,,,T,,,,,,,,,,,,X",
		"X,,,,,.,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,X",
		"X,^,,,.,,,,,,,,,,,,~~~,,,,,T,,,,######,,,X",
		"X,^,,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X",
		"X,,,,,.............bbb...........++++#,,,X",
		"X,**,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X",
		"X,*,*,.,,,,,V,,V,,,~~~,,,T,,,T,,#++++#,,,X",
		"X,,*,,.,,,,,,,,,,,,~~~,,,,,,,,,,######,,,X",
		"X,oo,,.,,,d,,,,,,,~~~~,,,,,,,,,,f,,,,f,,,X",
		"X,,*,,.,,,,,,,,,,,~~~''''''''''''''''f'''X",
		"X*,,,,.,,,d,VVV,,,~~~'''''''''''f''''f'''X",
		"X,,,,,.,,,,,VVV,,,~~~'''''''''''ffffff'''X",
		"X,,,,,.,,,,,VVV,,,~~~''''''''''''''''''''X",
		"XXXXX,.,XXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXX",
		"     %%%                                  "
	],
	"mapping": {
		"#": "wall",
		",": "grass",
		".": "ground",
		"~": "water",
		"b": "bridge",
		"+": "floor",
		"'": "greengrass",
		"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}}],
		"%": {"type": "portal", "kwargs": {"destination": "broom", "dest_pos": "northentry"}},
		"^": ["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}}],
		"V": ["grass", "radishplant"],
		" ": []
	}
}