332 lines
		
	
	
		
			7.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			332 lines
		
	
	
		
			7.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "level_id": 5,
 | |
|     "name": "The Cursed Catacombs",
 | |
|     "description": "Deep beneath the church lies an ancient network of tunnels. The air is thick with dark magic, and the walls seem to pulse with malevolent energy.",
 | |
|     "player_start": {
 | |
|         "x": 0,
 | |
|         "y": 0
 | |
|     },
 | |
|     "objects": [
 | |
|         {
 | |
|             "x_range": [5, 8],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x": 15,
 | |
|             "y": 0,
 | |
|             "type": "grave",
 | |
|             "sound": "grave",
 | |
|             "static": true,
 | |
|             "zombie_spawn_chance": 15
 | |
|         },
 | |
|         {
 | |
|             "x_range": [15, 20],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x_range": [20, 35],
 | |
|             "y": 0,
 | |
|             "enemy_type": "goblin",
 | |
|             "health": 4,
 | |
|             "damage": 2,
 | |
|             "attack_range": 1.5,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 5
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x": 30,
 | |
|             "y": 3,
 | |
|             "sound": "coffin",
 | |
|             "type": "coffin"
 | |
|         },
 | |
|         {
 | |
|         "x_range": [35, 65],
 | |
|         "y": 0,
 | |
|         "type": "grasping_hands",
 | |
|         "delay": 1000,
 | |
|         "crumble_speed": 0.065
 | |
|         },
 | |
|         {
 | |
|             "x_range": [40, 60],
 | |
|             "y": 12,
 | |
|             "type": "skull_storm",
 | |
|             "damage": 4,
 | |
|             "maximum_skulls": 2,
 | |
|             "frequency": {
 | |
|                 "min": 1,
 | |
|                 "max": 4
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x_range": [45, 48],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x": 55,
 | |
|             "y": 0,
 | |
|             "type": "catapult",
 | |
|             "fireInterval": 5000,
 | |
|             "range": 25
 | |
|         },
 | |
|         {
 | |
|             "x_range": [65, 80],
 | |
|             "y": 0,
 | |
|             "enemy_type": "ghoul",
 | |
|             "health": 6,
 | |
|             "damage": 2,
 | |
|             "attack_range": 1.5,
 | |
|             "attack_pattern": {
 | |
|                 "type": "patrol"
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x": 75,
 | |
|             "y": 3,
 | |
|             "sound": "coffin",
 | |
|             "type": "coffin",
 | |
|             "item": "hand_of_glory"
 | |
|         },
 | |
|         {
 | |
|             "x_range": [85, 88],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x": 95,
 | |
|             "y": 0,
 | |
|             "type": "grave",
 | |
|             "sound": "grave",
 | |
|             "static": true,
 | |
|             "zombie_spawn_chance": 15
 | |
|         },
 | |
|         {
 | |
|             "x_range": [100, 125],
 | |
|             "y": 15,
 | |
|             "type": "skull_storm",
 | |
|             "damage": 4,
 | |
|             "maximum_skulls": 3,
 | |
|             "frequency": {
 | |
|                 "min": 1,
 | |
|                 "max": 3
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x_range": [110, 113],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x_range": [120, 135],
 | |
|             "y": 0,
 | |
|             "enemy_type": "witch",
 | |
|             "health": 6,
 | |
|             "damage": 2,
 | |
|             "attack_range": 1.5,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 5
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x_range": [125, 140],
 | |
|             "y": 0,
 | |
|             "enemy_type": "black_cat",
 | |
|             "health": 6,
 | |
|             "damage": 2,
 | |
|             "attack_range": 1.2,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 5
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x_range": [130, 135],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x": 140,
 | |
|             "y": 3,
 | |
|             "sound": "coffin",
 | |
|             "type": "coffin"
 | |
|         },
 | |
|         {
 | |
|             "x": 145,
 | |
|             "y": 0,
 | |
|             "type": "grave",
 | |
|             "sound": "grave",
 | |
|             "static": true,
 | |
|             "zombie_spawn_chance": 15
 | |
|         },
 | |
|         {
 | |
|             "x_range": [150, 153],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x_range": [160, 180],
 | |
|             "y": 0,
 | |
|             "enemy_type": "ghoul",
 | |
|             "health": 6,
 | |
|             "damage": 3,
 | |
|             "attack_range": 2,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 4
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x": 175,
 | |
|             "y": 0,
 | |
|             "type": "catapult",
 | |
|             "fireInterval": 5000,
 | |
|             "range": 25
 | |
|         },
 | |
|         {
 | |
|             "x_range": [185, 188],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x": 195,
 | |
|             "y": 3,
 | |
|             "sound": "coffin",
 | |
|             "type": "coffin",
 | |
|             "item": "extra_life"
 | |
|         },
 | |
|         {
 | |
|             "x_range": [205, 220],
 | |
|             "y": 0,
 | |
|             "enemy_type": "goblin",
 | |
|             "health": 4,
 | |
|             "damage": 2,
 | |
|             "attack_range": 1.5,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 5
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x_range": [225, 245],
 | |
|             "y": 15,
 | |
|             "type": "skull_storm",
 | |
|             "damage": 4,
 | |
|             "maximum_skulls": 3,
 | |
|             "frequency": {
 | |
|                 "min": 1,
 | |
|                 "max": 3
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x": 235,
 | |
|             "y": 0,
 | |
|             "type": "grave",
 | |
|             "sound": "grave",
 | |
|             "static": true,
 | |
|             "zombie_spawn_chance": 15
 | |
|         },
 | |
|         {
 | |
|             "x_range": [250, 265],
 | |
|             "y": 0,
 | |
|             "enemy_type": "witch",
 | |
|             "health": 6,
 | |
|             "damage": 2,
 | |
|             "attack_range": 1.5,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 5
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x_range": [255, 270],
 | |
|             "y": 0,
 | |
|             "enemy_type": "black_cat",
 | |
|             "health": 6,
 | |
|             "damage": 2,
 | |
|             "attack_range": 1.2,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 5
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x_range": [275, 278],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x": 285,
 | |
|             "y": 3,
 | |
|             "sound": "coffin",
 | |
|             "type": "coffin"
 | |
|         },
 | |
|         {
 | |
|             "x_range": [290, 310],
 | |
|             "y": 0,
 | |
|             "enemy_type": "ghoul",
 | |
|             "health": 6,
 | |
|             "damage": 3,
 | |
|             "attack_range": 2,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 4
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x_range": [315, 345],
 | |
|             "y": 15,
 | |
|             "type": "skull_storm",
 | |
|             "damage": 4,
 | |
|             "maximum_skulls": 3,
 | |
|             "frequency": {
 | |
|                 "min": 1,
 | |
|                 "max": 3
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x": 325,
 | |
|             "y": 0,
 | |
|             "type": "grave",
 | |
|             "sound": "grave",
 | |
|             "static": true,
 | |
|             "zombie_spawn_chance": 15
 | |
|         },
 | |
|         {
 | |
|             "x_range": [335, 338],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         }
 | |
|     ],
 | |
|     "boundaries": {
 | |
|         "left": 0,
 | |
|         "right": 350
 | |
|     },
 | |
|     "ambience": "Choir of Doom.ogg",
 | |
|     "footstep_sound": "footstep_stone"
 | |
| }
 |