{ "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"], "<": [ {":template": "portal", "destination": "begin", "destpos": "stairdown"}, {":template": "img", "sprite": "stairup"}, "floor" ], "a": [ "floor", {":template": "spawner","template": {":template": "rat"}, "delay": 300, "initial_spawn": true} ], ":": [ "floor", {":template": "spawner","template": {":template": "carrotseed"}, "delay": 1200, "initial_spawn": false} ], " ": [] } }