{ "level_id": 1, "name": "The Mausoleum", "description": "After years of existing as a pile of bones, someone was crazy enough to assemble your skeleton. Time to wreak some havoc!", "player_start": { "x": 0, "y": 0 }, "objects": [ { "x": 5, "y": 3, "sound": "coin", "collectible": true, "static": true }, { "x_range": [15, 17], "y": 3, "sound": "coin", "collectible": true, "static": true }, { "x": 25, "y": 0, "enemy_type": "goblin", "health": 5, "damage": 2, "attack_range": 1, "movement_range": 5 }, { "x": 30, "y": 3, "sound": "coin", "collectible": true, "static": true }, { "x": 40, "y": 0, "hazard": true, "sound": "grave", "static": true, "zombie_spawn_chance": 10 }, { "x_range": [45, 47], "y": 3, "sound": "coin", "collectible": true, "static": true }, { "x": 55, "y": 3, "sound": "coin", "collectible": true, "static": true }, { "x": 60, "y": 0, "enemy_type": "goblin", "health": 5, "damage": 2, "attack_range": 1, "movement_range": 5 }, { "x": 70, "y": 0, "hazard": true, "sound": "grave", "static": true, "zombie_spawn_chance": 15 }, { "x_range": [80, 82], "y": 3, "sound": "coin", "collectible": true, "static": true }, { "x": 90, "y": 0, "hazard": true, "sound": "grave", "static": true, "zombie_spawn_chance": 20 }, { "x": 100, "y": 3, "sound": "coin", "collectible": true, "static": true }, { "x": 110, "y": 0, "hazard": true, "sound": "grave", "static": true, "zombie_spawn_chance": 25 }, { "x_range": [120, 123], "y": 3, "sound": "coin", "collectible": true, "static": true }, { "x": 130, "y": 0, "hazard": true, "sound": "grave", "static": true, "zombie_spawn_chance": 30 } ], "boundaries": { "left": 0, "right": 150 } }