{ "width": 24, "height": 11, "spawn": [17, 8], "places": { "stairup": [17, 8] }, "field": [ " ############### ", " #++++++++a++++# ", " #+++++++++++++# ", " #+a+++++++++++# ", " #+++++++++++++# ", " #+++++a+++++++# ", " ##D######D##### ", " #++++++#++++++# ", " #+a++:+#++++<+# ", " #++++++#++++++# ", " ############### " ], "mapping": { ",": "grass", "~": "water", "#": "wall", "X": "rock", ".": "ground", "+": "floor", "^": ["spiketrap"], "D": ["ground", "closeddoor"], "<": [ {"type": "portal", "kwargs": {"destination": "begin", "destpos": "stairdown"}}, {"type": "img", "kwargs": {"sprite": "stairup"}}, "floor" ], "a": ["floor", { "type": "spawner", "kwargs": {"template": {"type": "rat"}, "delay": 300, "initial_spawn": true} }], ":": ["floor", { "type": "spawner", "kwargs": {"template": {"type": "carrotseed"}, "delay": 1200, "initial_spawn": false} }], " ": [] } }