330 lines
		
	
	
		
			7.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			330 lines
		
	
	
		
			7.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "level_id": 6,
 | |
|     "name": "The Webbed Crypts",
 | |
|     "description": "The catacombs open into ancient crypts, their passages choked with massive cobwebs. Something skitters in the darkness above.",
 | |
|     "locked": true,
 | |
|     "player_start": {
 | |
|         "x": 0,
 | |
|         "y": 0
 | |
|     },
 | |
|     "objects": [
 | |
|         {
 | |
|             "x_range": [5, 8],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "type": "spider_web",
 | |
|             "x": 15,
 | |
|             "y": 1
 | |
|         },
 | |
|         {
 | |
|             "x_range": [20, 35],
 | |
|             "y": 0,
 | |
|             "enemy_type": "goblin",
 | |
|             "health": 4,
 | |
|             "damage": 2,
 | |
|             "attack_range": 1.5,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 4
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x_range": [25, 30],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x": 30,
 | |
|             "y": 3,
 | |
|             "sound": "coffin",
 | |
|             "type": "coffin"
 | |
|         },
 | |
|         {
 | |
|             "x_range": [40, 65],
 | |
|             "y": 12,
 | |
|             "type": "skull_storm",
 | |
|             "damage": 4,
 | |
|             "maximum_skulls": 3,
 | |
|             "frequency": {
 | |
|                 "min": 1,
 | |
|                 "max": 3
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x": 45,
 | |
|             "y": 0,
 | |
|             "type": "grave",
 | |
|             "sound": "grave",
 | |
|             "static": true,
 | |
|             "zombie_spawn_chance": 20
 | |
|         },
 | |
|         {
 | |
|             "x_range": [50, 53],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x": 60,
 | |
|             "y": 0,
 | |
|             "type": "catapult",
 | |
|             "fire_interval": 4000,
 | |
|             "range": 30
 | |
|         },
 | |
|         {
 | |
|             "x_range": [70, 85],
 | |
|             "y": 0,
 | |
|             "enemy_type": "goblin",
 | |
|             "health": 4,
 | |
|             "damage": 2,
 | |
|             "attack_range": 1.5,
 | |
|             "attack_pattern": {
 | |
|                 "type": "patrol"
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x": 80,
 | |
|             "y": 3,
 | |
|             "sound": "coffin",
 | |
|             "type": "coffin",
 | |
|             "item": "hand_of_glory"
 | |
|         },
 | |
|         {
 | |
|             "type": "spider_web",
 | |
|             "x": 90,
 | |
|             "y": 1
 | |
|         },
 | |
|         {
 | |
|             "x_range": [95, 98],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x": 105,
 | |
|             "y": 0,
 | |
|             "type": "grave",
 | |
|             "sound": "grave",
 | |
|             "static": true,
 | |
|             "zombie_spawn_chance": 20
 | |
|         },
 | |
|         {
 | |
|             "x_range": [110, 135],
 | |
|             "y": 15,
 | |
|             "type": "skull_storm",
 | |
|             "damage": 4,
 | |
|             "maximum_skulls": 3,
 | |
|             "frequency": {
 | |
|                 "min": 1,
 | |
|                 "max": 3
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x_range": [120, 123],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x_range": [140, 145],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x_range": [130, 145],
 | |
|             "y": 0,
 | |
|             "enemy_type": "witch",
 | |
|             "health": 6,
 | |
|             "damage": 2,
 | |
|             "attack_range": 1.5,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 4
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x_range": [135, 150],
 | |
|             "y": 0,
 | |
|             "enemy_type": "black_cat",
 | |
|             "health": 6,
 | |
|             "damage": 2,
 | |
|             "attack_range": 1.2,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 4
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x": 150,
 | |
|             "y": 3,
 | |
|             "sound": "coffin",
 | |
|             "type": "coffin"
 | |
|         },
 | |
|         {
 | |
|             "x_range": [160, 180],
 | |
|             "y": 0,
 | |
|             "enemy_type": "ghoul",
 | |
|             "health": 6,
 | |
|             "damage": 3,
 | |
|             "attack_range": 2,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 4
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x_range": [165, 168],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x": 175,
 | |
|             "y": 0,
 | |
|             "type": "catapult",
 | |
|             "fire_interval": 4000,
 | |
|             "range": 30
 | |
|         },
 | |
|         {
 | |
|             "x_range": [185, 188],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x": 195,
 | |
|             "y": 3,
 | |
|             "sound": "coffin",
 | |
|             "type": "coffin",
 | |
|             "item": "extra_life"
 | |
|         },
 | |
|         {
 | |
|             "type": "spider_web",
 | |
|             "x": 205,
 | |
|             "y": 1
 | |
|         },
 | |
|         {
 | |
|             "x_range": [215, 230],
 | |
|             "y": 0,
 | |
|             "enemy_type": "goblin",
 | |
|             "health": 4,
 | |
|             "damage": 2,
 | |
|             "attack_range": 1.5,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 4
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x_range": [235, 260],
 | |
|             "y": 15,
 | |
|             "type": "skull_storm",
 | |
|             "damage": 4,
 | |
|             "maximum_skulls": 3,
 | |
|             "frequency": {
 | |
|                 "min": 1,
 | |
|                 "max": 3
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x": 245,
 | |
|             "y": 0,
 | |
|             "type": "grave",
 | |
|             "sound": "grave",
 | |
|             "static": true,
 | |
|             "zombie_spawn_chance": 20
 | |
|         },
 | |
|         {
 | |
|             "x_range": [255, 258],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x_range": [265, 280],
 | |
|             "y": 0,
 | |
|             "enemy_type": "witch",
 | |
|             "health": 6,
 | |
|             "damage": 2,
 | |
|             "attack_range": 1.5,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 4
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x_range": [270, 285],
 | |
|             "y": 0,
 | |
|             "enemy_type": "black_cat",
 | |
|             "health": 6,
 | |
|             "damage": 2,
 | |
|             "attack_range": 1.2,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 4
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "type": "spider_web",
 | |
|             "x": 290,
 | |
|             "y": 1
 | |
|         },
 | |
|         {
 | |
|             "x_range": [295, 298],
 | |
|             "y": 3,
 | |
|             "sound": "bone_dust",
 | |
|             "collectible": true,
 | |
|             "static": true
 | |
|         },
 | |
|         {
 | |
|             "x": 305,
 | |
|             "y": 3,
 | |
|             "sound": "coffin",
 | |
|             "type": "coffin"
 | |
|         },
 | |
|         {
 | |
|             "x_range": [315, 340],
 | |
|             "y": 15,
 | |
|             "type": "skull_storm",
 | |
|             "damage": 4,
 | |
|             "maximum_skulls": 3,
 | |
|             "frequency": {
 | |
|                 "min": 1,
 | |
|                 "max": 3
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "x_range": [330, 345],
 | |
|             "y": 0,
 | |
|             "enemy_type": "boogie_man",
 | |
|             "health": 8,
 | |
|             "damage": 4,
 | |
|             "attack_range": 1.5,
 | |
|             "attack_pattern": {
 | |
|                 "type": "hunter",
 | |
|                 "turn_threshold": 4
 | |
|             }
 | |
|         }
 | |
|     ],
 | |
|     "boundaries": {
 | |
|         "left": 0,
 | |
|         "right": 350
 | |
|     },
 | |
|     "ambience": "Escaping the Grave.ogg",
 | |
|     "footstep_sound": "footstep_tall_grass"
 | |
| }
 |